diff options
author | charIes17 <charles17@arcor.de> | 2017-08-05 19:08:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-06 12:49:19 +0200 |
commit | 5be52b47fbece23a9a7d44763ae64e722f955725 (patch) | |
tree | 4703c90bb42e43b58dcd9d8fe2fcbaaa29b84850 /sys-boot | |
parent | sys-libs/libstdc++-v3: Remove old (diff) | |
download | gentoo-5be52b47fbece23a9a7d44763ae64e722f955725.tar.gz gentoo-5be52b47fbece23a9a7d44763ae64e722f955725.tar.bz2 gentoo-5be52b47fbece23a9a7d44763ae64e722f955725.zip |
sys-boot/elilo: https for HOMEPAGE
Closes: https://github.com/gentoo/gentoo/pull/5308
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/elilo/elilo-3.10.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/elilo/elilo-3.12.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/elilo/elilo-3.16.ebuild | 4 | ||||
-rw-r--r-- | sys-boot/elilo/elilo-3.6_p20060314.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys-boot/elilo/elilo-3.10.ebuild b/sys-boot/elilo/elilo-3.10.ebuild index cf346ab368a1..7ce19bd20040 100644 --- a/sys-boot/elilo/elilo-3.10.ebuild +++ b/sys-boot/elilo/elilo-3.10.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit toolchain-funcs eutils DESCRIPTION="Linux boot loader for EFI-based systems such as IA-64" -HOMEPAGE="http://elilo.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/elilo/" SRC_URI="mirror://sourceforge/elilo/${P}.tar.gz" SRC_URI="${SRC_URI} mirror://debian/pool/main/e/elilo/elilo_3.10-1.diff.gz" diff --git a/sys-boot/elilo/elilo-3.12.ebuild b/sys-boot/elilo/elilo-3.12.ebuild index a65ac13d5817..47665b54ee25 100644 --- a/sys-boot/elilo/elilo-3.12.ebuild +++ b/sys-boot/elilo/elilo-3.12.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit toolchain-funcs eutils DESCRIPTION="Linux boot loader for EFI-based systems such as IA-64" -HOMEPAGE="http://elilo.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/elilo/" SRC_URI="mirror://sourceforge/elilo/${P}-source.tar.gz" SRC_URI="${SRC_URI} mirror://debian/pool/main/e/elilo/elilo_3.12-1.diff.gz" diff --git a/sys-boot/elilo/elilo-3.16.ebuild b/sys-boot/elilo/elilo-3.16.ebuild index 893dec3d5912..7f215a841415 100644 --- a/sys-boot/elilo/elilo-3.16.ebuild +++ b/sys-boot/elilo/elilo-3.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" inherit toolchain-funcs eutils multilib DESCRIPTION="Linux boot loader for EFI-based systems such as IA-64" -HOMEPAGE="http://elilo.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/elilo/" SRC_URI="mirror://sourceforge/elilo/${P}-all.tar.gz mirror://debian/pool/main/e/elilo/elilo_3.14-3.debian.tar.gz" diff --git a/sys-boot/elilo/elilo-3.6_p20060314.ebuild b/sys-boot/elilo/elilo-3.6_p20060314.ebuild index 80a1792829c2..c17dc805837a 100644 --- a/sys-boot/elilo/elilo-3.6_p20060314.ebuild +++ b/sys-boot/elilo/elilo-3.6_p20060314.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit toolchain-funcs eutils DESCRIPTION="Linux boot loader for EFI-based systems such as IA-64" -HOMEPAGE="http://elilo.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/elilo/" if [[ $PV == *_p* ]] ; then MY_P=${PV#*_p} MY_P=${PN}-nightly_${MY_P:0:4}-${MY_P:4:2}-${MY_P:6:2} |