app-misc/screenfetch: [QA] Fix ${HOMEPAGE} in SRC_URI
authorDavid Seifert <soap@gentoo.org>
Thu, 29 Aug 2019 11:37:55 +0000 (13:37 +0200)
committerDavid Seifert <soap@gentoo.org>
Thu, 29 Aug 2019 11:37:55 +0000 (13:37 +0200)
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild
app-misc/screenfetch/screenfetch-9999.ebuild

index 459928ae2f3166e610384dbf4bb26ee961dcd855..563bd71e8b105b4aeecead0f6d621b49ed7948b4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ DESCRIPTION="Bash Screenshot Information Tool"
 HOMEPAGE="https://github.com/KittyKatt/screenFetch"
 
 if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="${HOMEPAGE}.git"
+       EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git"
        inherit git-r3
 else
        KEYWORDS="amd64 ~arm x86 ~x64-macos"
index f2c6bb16d7d57a5ce35359e156aa32c928469487..09b465b4c1ac57f8c37102fac4ed08fcc132825f 100644 (file)
@@ -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=7
@@ -9,7 +9,7 @@ DESCRIPTION="Bash Screenshot Information Tool"
 HOMEPAGE="https://github.com/KittyKatt/screenFetch"
 
 if [[ ${PV} == *9999 ]] ; then
-       EGIT_REPO_URI="${HOMEPAGE}.git"
+       EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git"
        inherit git-r3
 else
        KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"