diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-06-04 11:01:43 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-06-04 11:01:43 +0200 |
commit | f9a9e635e1ebfb9f0268170cbdeb1d26945b724a (patch) | |
tree | 770c2fca9a99ff24a6b9e174b2b34082e21b68c5 /app-misc | |
parent | media-video/ushare: update homepage (diff) | |
download | gentoo-f9a9e635e1ebfb9f0268170cbdeb1d26945b724a.tar.gz gentoo-f9a9e635e1ebfb9f0268170cbdeb1d26945b724a.tar.bz2 gentoo-f9a9e635e1ebfb9f0268170cbdeb1d26945b724a.zip |
app-misc/lirc: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/lirc/lirc-0.10.1-r3.ebuild | 4 | ||||
-rw-r--r-- | app-misc/lirc/lirc-0.10.1-r4.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/lirc/lirc-0.10.1-r3.ebuild b/app-misc/lirc/lirc-0.10.1-r3.ebuild index 368f73717811..25782aaa0924 100644 --- a/app-misc/lirc/lirc-0.10.1-r3.ebuild +++ b/app-misc/lirc/lirc-0.10.1-r3.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit eutils flag-o-matic linux-info python-single-r1 systemd xdg-utils DESCRIPTION="decode and send infra-red signals of many commonly used remote controls" -HOMEPAGE="http://www.lirc.org/" +HOMEPAGE="https://www.lirc.org/" LIRC_DRIVER_DEVICE="/dev/lirc0" @@ -17,7 +17,7 @@ MY_P=${PN}-${PV/_/-} if [[ "${PV/_pre/}" = "${PV}" ]]; then SRC_URI="mirror://sourceforge/lirc/${MY_P}.tar.bz2" else - SRC_URI="http://www.lirc.org/software/snapshots/${MY_P}.tar.bz2" + SRC_URI="https://www.lirc.org/software/snapshots/${MY_P}.tar.bz2" fi LICENSE="GPL-2+" diff --git a/app-misc/lirc/lirc-0.10.1-r4.ebuild b/app-misc/lirc/lirc-0.10.1-r4.ebuild index 52fbdf73aa50..9d7322574f9d 100644 --- a/app-misc/lirc/lirc-0.10.1-r4.ebuild +++ b/app-misc/lirc/lirc-0.10.1-r4.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit eutils flag-o-matic linux-info python-single-r1 systemd xdg-utils DESCRIPTION="decode and send infra-red signals of many commonly used remote controls" -HOMEPAGE="http://www.lirc.org/" +HOMEPAGE="https://www.lirc.org/" LIRC_DRIVER_DEVICE="/dev/lirc0" @@ -17,7 +17,7 @@ MY_P=${PN}-${PV/_/-} if [[ "${PV/_pre/}" = "${PV}" ]]; then SRC_URI="mirror://sourceforge/lirc/${MY_P}.tar.bz2" else - SRC_URI="http://www.lirc.org/software/snapshots/${MY_P}.tar.bz2" + SRC_URI="https://www.lirc.org/software/snapshots/${MY_P}.tar.bz2" fi LICENSE="GPL-2+" |