summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-28 16:33:57 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-28 16:33:57 +0200
commitea6fcbe9f227300748b47f08832b705e9e46901a (patch)
treeda37aea417b877563b158567fdf202d461bae7c1 /app-eselect
parentapp-eselect/eselect-infinality: [QA] Fix ${HOMEPAGE} in SRC_URI (diff)
downloadgentoo-ea6fcbe9f227300748b47f08832b705e9e46901a.tar.gz
gentoo-ea6fcbe9f227300748b47f08832b705e9e46901a.tar.bz2
gentoo-ea6fcbe9f227300748b47f08832b705e9e46901a.zip
app-eselect/eselect-lcdfilter: [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')
-rw-r--r--app-eselect/eselect-lcdfilter/eselect-lcdfilter-1.ebuild4
-rw-r--r--app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-1.ebuild b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-1.ebuild
index 867bf778f3da..b75ec6b3c840 100644
--- a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-1.ebuild
+++ b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -6,7 +6,7 @@ inherit vcs-snapshot
DESCRIPTION="Eselect module to choose Freetype infinality-enhanced LCD filtering settings"
HOMEPAGE="https://github.com/yngwin/eselect-lcdfilter"
-SRC_URI="${HOMEPAGE}/tarball/v1 -> ${P}.tar.gz"
+SRC_URI="https://github.com/yngwin/eselect-lcdfilter/tarball/v1 -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
diff --git a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
index 6f0ea6b5c257..ad0c8cecd8c3 100644
--- a/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.ebuild
+++ b/app-eselect/eselect-lcdfilter/eselect-lcdfilter-2.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 Freetype infinality-enhanced LCD filtering settings"
HOMEPAGE="https://github.com/yngwin/eselect-lcdfilter"
-SRC_URI="${HOMEPAGE}/tarball/v${PV} -> ${P}.tar.gz"
+SRC_URI="https://github.com/yngwin/eselect-lcdfilter/tarball/v${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"