diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-04-19 23:41:41 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-04-19 23:57:30 -0400 |
commit | ee41910fe340a7ee9644df546efbd9bc510069ed (patch) | |
tree | 098cfbb155dbcc1c0fc8af9e55c7876917b501d5 /sys-apps | |
parent | sys-apps/busybox: drop old <1.24.1 versions (diff) | |
download | gentoo-ee41910fe340a7ee9644df546efbd9bc510069ed.tar.gz gentoo-ee41910fe340a7ee9644df546efbd9bc510069ed.tar.bz2 gentoo-ee41910fe340a7ee9644df546efbd9bc510069ed.zip |
sys-apps/busybox: move to https URLs
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/busybox/busybox-1.24.1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-1.24.2.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/busybox/busybox-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/busybox/busybox-1.24.1.ebuild b/sys-apps/busybox/busybox-1.24.1.ebuild index b614dec1974f..fdc957180d34 100644 --- a/sys-apps/busybox/busybox-1.24.1.ebuild +++ b/sys-apps/busybox/busybox-1.24.1.ebuild @@ -8,14 +8,14 @@ EAPI="4" inherit eutils flag-o-matic savedconfig toolchain-funcs multilib DESCRIPTION="Utilities for rescue and embedded systems" -HOMEPAGE="http://www.busybox.net/" +HOMEPAGE="https://www.busybox.net/" if [[ ${PV} == "9999" ]] ; then MY_P=${PN} EGIT_REPO_URI="git://busybox.net/busybox.git" inherit git-2 else MY_P=${PN}-${PV/_/-} - SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.bz2" + SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" fi diff --git a/sys-apps/busybox/busybox-1.24.2.ebuild b/sys-apps/busybox/busybox-1.24.2.ebuild index 1f7377399a91..828d71614931 100644 --- a/sys-apps/busybox/busybox-1.24.2.ebuild +++ b/sys-apps/busybox/busybox-1.24.2.ebuild @@ -8,14 +8,14 @@ EAPI="4" inherit eutils flag-o-matic savedconfig toolchain-funcs multilib DESCRIPTION="Utilities for rescue and embedded systems" -HOMEPAGE="http://www.busybox.net/" +HOMEPAGE="https://www.busybox.net/" if [[ ${PV} == "9999" ]] ; then MY_P=${PN} EGIT_REPO_URI="git://busybox.net/busybox.git" inherit git-2 else MY_P=${PN}-${PV/_/-} - SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.bz2" + SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2" KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-linux ~arm-linux ~x86-linux" fi diff --git a/sys-apps/busybox/busybox-9999.ebuild b/sys-apps/busybox/busybox-9999.ebuild index 7847b243071f..a938aa334a87 100644 --- a/sys-apps/busybox/busybox-9999.ebuild +++ b/sys-apps/busybox/busybox-9999.ebuild @@ -8,14 +8,14 @@ EAPI="4" inherit eutils flag-o-matic savedconfig toolchain-funcs multilib DESCRIPTION="Utilities for rescue and embedded systems" -HOMEPAGE="http://www.busybox.net/" +HOMEPAGE="https://www.busybox.net/" if [[ ${PV} == "9999" ]] ; then MY_P=${PN} EGIT_REPO_URI="git://busybox.net/busybox.git" inherit git-2 else MY_P=${PN}-${PV/_/-} - SRC_URI="http://www.busybox.net/downloads/${MY_P}.tar.bz2" + SRC_URI="https://www.busybox.net/downloads/${MY_P}.tar.bz2" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux" fi |