commit: 5be52b47fbece23a9a7d44763ae64e722f955725 Author: charIes17 <charles17 <AT> arcor <DOT> de> AuthorDate: Sat Aug 5 17:08:58 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Aug 6 10:49:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5be52b47
sys-boot/elilo: https for HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/5308 Package-Manager: Portage-2.3.6, Repoman-2.3.1 sys-boot/elilo/elilo-3.10.ebuild | 4 ++-- sys-boot/elilo/elilo-3.12.ebuild | 4 ++-- sys-boot/elilo/elilo-3.16.ebuild | 4 ++-- 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 cf346ab368a..7ce19bd2004 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 a65ac13d581..47665b54ee2 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 893dec3d591..7f215a84141 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 80a1792829c..c17dc805837 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}
