diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-11-10 19:28:50 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-11-10 19:28:50 -0500 |
commit | 579501ece34758395f36867852fce9ce2a33bbe7 (patch) | |
tree | bcf3232072a3217cdd8ca650c376a5d413634fba /sys-firmware | |
parent | sys-devel/gdb: version bump to 7.12 (diff) | |
download | gentoo-579501ece34758395f36867852fce9ce2a33bbe7.tar.gz gentoo-579501ece34758395f36867852fce9ce2a33bbe7.tar.bz2 gentoo-579501ece34758395f36867852fce9ce2a33bbe7.zip |
sys-firmware/seabios: update URIs to https://
Diffstat (limited to 'sys-firmware')
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.5-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.7.5.ebuild | 6 | ||||
-rw-r--r-- | sys-firmware/seabios/seabios-1.8.2.ebuild | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys-firmware/seabios/seabios-1.7.5-r1.ebuild b/sys-firmware/seabios/seabios-1.7.5-r1.ebuild index 678a65fc5f66..fde584854fee 100644 --- a/sys-firmware/seabios/seabios-1.7.5-r1.ebuild +++ b/sys-firmware/seabios/seabios-1.7.5-r1.ebuild @@ -20,9 +20,9 @@ if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then inherit git-2 else KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" - SRC_URI="!binary? ( http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz ) + SRC_URI="!binary? ( https://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz ) binary? ( - http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz + https://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz seavgabios? ( mirror://debian/pool/main/s/${PN}/${PN}_${PV}-1_all.deb ) @@ -31,7 +31,7 @@ else fi DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS" -HOMEPAGE="http://www.seabios.org" +HOMEPAGE="https://www.seabios.org/" LICENSE="LGPL-3 GPL-3" SLOT="0" diff --git a/sys-firmware/seabios/seabios-1.7.5.ebuild b/sys-firmware/seabios/seabios-1.7.5.ebuild index fd953a80f4f5..527a7696996c 100644 --- a/sys-firmware/seabios/seabios-1.7.5.ebuild +++ b/sys-firmware/seabios/seabios-1.7.5.ebuild @@ -20,13 +20,13 @@ if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then inherit git-2 else KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-fbsd ~x86-fbsd" - SRC_URI="!binary? ( http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz ) - binary? ( http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz ) + SRC_URI="!binary? ( https://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz ) + binary? ( https://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz ) ${BACKPORTS:+https://dev.gentoo.org/~cardoe/distfiles/${P}-${BACKPORTS}.tar.xz}" fi DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS" -HOMEPAGE="http://www.seabios.org" +HOMEPAGE="https://www.seabios.org/" LICENSE="LGPL-3 GPL-3" SLOT="0" diff --git a/sys-firmware/seabios/seabios-1.8.2.ebuild b/sys-firmware/seabios/seabios-1.8.2.ebuild index 62dde2632889..44398a9ee7ab 100644 --- a/sys-firmware/seabios/seabios-1.8.2.ebuild +++ b/sys-firmware/seabios/seabios-1.8.2.ebuild @@ -19,8 +19,8 @@ if [[ ${PV} = *9999* || ! -z "${EGIT_COMMIT}" ]]; then else KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" # Upstream hasn't released a new binary. We snipe ours from Fedora for now. - # http://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz - SRC_URI="!binary? ( http://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz ) + # https://code.coreboot.org/p/seabios/downloads/get/bios.bin-${PV}.gz + SRC_URI="!binary? ( https://code.coreboot.org/p/seabios/downloads/get/${P}.tar.gz ) binary? ( mirror://gentoo/bios.bin-${PV}.xz seavgabios? ( mirror://gentoo/seavgabios-${PV}.tar.xz ) @@ -28,7 +28,7 @@ else fi DESCRIPTION="Open Source implementation of a 16-bit x86 BIOS" -HOMEPAGE="http://www.seabios.org" +HOMEPAGE="https://www.seabios.org/" LICENSE="LGPL-3 GPL-3" SLOT="0" |