commit: ee41910fe340a7ee9644df546efbd9bc510069ed Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Wed Apr 20 03:41:41 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Wed Apr 20 03:57:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee41910f
sys-apps/busybox: move to https URLs sys-apps/busybox/busybox-1.24.1.ebuild | 4 ++-- sys-apps/busybox/busybox-1.24.2.ebuild | 4 ++-- 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 b614dec..fdc9571 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 1f73773..828d716 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 7847b24..a938aa3 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
