commit: 579501ece34758395f36867852fce9ce2a33bbe7 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Fri Nov 11 00:28:50 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Fri Nov 11 00:28:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=579501ec
sys-firmware/seabios: update URIs to https:// sys-firmware/seabios/seabios-1.7.5-r1.ebuild | 6 +++--- sys-firmware/seabios/seabios-1.7.5.ebuild | 6 +++--- 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 678a65f..fde5848 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 fd953a8..527a769 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 62dde26..44398a9 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"