Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/screenfetch/
Date: Thu, 29 Aug 2019 11:39:26
Message-Id: 1567078675.0e040b7373e9d7936656a05756752c3fb1cf0783.soap@gentoo
1 commit: 0e040b7373e9d7936656a05756752c3fb1cf0783
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 11:37:55 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 11:37:55 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e040b73
7
8 app-misc/screenfetch: [QA] Fix ${HOMEPAGE} in SRC_URI
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild | 4 ++--
14 app-misc/screenfetch/screenfetch-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild b/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild
18 index 459928ae2f3..563bd71e8b1 100644
19 --- a/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild
20 +++ b/app-misc/screenfetch/screenfetch-3.8.0-r1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Authors
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -9,7 +9,7 @@ DESCRIPTION="Bash Screenshot Information Tool"
28 HOMEPAGE="https://github.com/KittyKatt/screenFetch"
29
30 if [[ ${PV} == *9999 ]] ; then
31 - EGIT_REPO_URI="${HOMEPAGE}.git"
32 + EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git"
33 inherit git-r3
34 else
35 KEYWORDS="amd64 ~arm x86 ~x64-macos"
36
37 diff --git a/app-misc/screenfetch/screenfetch-9999.ebuild b/app-misc/screenfetch/screenfetch-9999.ebuild
38 index f2c6bb16d7d..09b465b4c1a 100644
39 --- a/app-misc/screenfetch/screenfetch-9999.ebuild
40 +++ b/app-misc/screenfetch/screenfetch-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=7
47 @@ -9,7 +9,7 @@ DESCRIPTION="Bash Screenshot Information Tool"
48 HOMEPAGE="https://github.com/KittyKatt/screenFetch"
49
50 if [[ ${PV} == *9999 ]] ; then
51 - EGIT_REPO_URI="${HOMEPAGE}.git"
52 + EGIT_REPO_URI="https://github.com/KittyKatt/screenFetch.git"
53 inherit git-r3
54 else
55 KEYWORDS="~amd64 ~arm ~x86 ~x64-macos"