diff options
author | David Seifert <soap@gentoo.org> | 2019-08-28 16:33:54 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-28 16:33:54 +0200 |
commit | d9eeddd22d7b75a0d916e6e98338f0f1a493d578 (patch) | |
tree | c4c3316f6dcfba89d90a6d7b8b8d925c6ca5eacd /app-eselect/eselect-infinality | |
parent | app-emulation/virtualbox-guest-additions: [QA] Remove unnecessary slash strip (diff) | |
download | gentoo-d9eeddd22d7b75a0d916e6e98338f0f1a493d578.tar.gz gentoo-d9eeddd22d7b75a0d916e6e98338f0f1a493d578.tar.bz2 gentoo-d9eeddd22d7b75a0d916e6e98338f0f1a493d578.zip |
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 <soap@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-infinality')
-rw-r--r-- | app-eselect/eselect-infinality/eselect-infinality-1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-eselect/eselect-infinality/eselect-infinality-1.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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" |