From d9eeddd22d7b75a0d916e6e98338f0f1a493d578 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 28 Aug 2019 16:33:54 +0200 Subject: app-eselect/eselect-infinality: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: David Seifert --- app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild | 4 ++-- app-eselect/eselect-infinality/eselect-infinality-1.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app-eselect/eselect-infinality') diff --git a/app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild b/app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild index a6353e254a52..17d6ee24ec0e 100644 --- a/app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild +++ b/app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit vcs-snapshot readme.gentoo-r1 DESCRIPTION="Eselect module to choose an infinality font configuration style" HOMEPAGE="https://github.com/yngwin/eselect-infinality" -SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="https://github.com/yngwin/eselect-infinality/tarball/v${PV} -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/app-eselect/eselect-infinality/eselect-infinality-1.1.ebuild b/app-eselect/eselect-infinality/eselect-infinality-1.1.ebuild index b98311f91260..d6aa6e5b0d8c 100644 --- a/app-eselect/eselect-infinality/eselect-infinality-1.1.ebuild +++ b/app-eselect/eselect-infinality/eselect-infinality-1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit readme.gentoo-r1 DESCRIPTION="Eselect module to choose an infinality font configuration style" HOMEPAGE="https://github.com/amadio/eselect-infinality" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/amadio/eselect-infinality/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad