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-text/pinfo/
Date: Thu, 29 Aug 2019 11:39:33
Message-Id: 1567078712.6869e14972a2c38cb06a66fff592dcff2edaea4f.soap@gentoo
1 commit: 6869e14972a2c38cb06a66fff592dcff2edaea4f
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 11:38:32 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 11:38:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6869e149
7
8 app-text/pinfo: [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-text/pinfo/pinfo-0.6.13.ebuild | 2 +-
14 app-text/pinfo/pinfo-99999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/app-text/pinfo/pinfo-0.6.13.ebuild b/app-text/pinfo/pinfo-0.6.13.ebuild
18 index 70e4f9f8e0c..07dccc85377 100644
19 --- a/app-text/pinfo/pinfo-0.6.13.ebuild
20 +++ b/app-text/pinfo/pinfo-0.6.13.ebuild
21 @@ -6,7 +6,7 @@ inherit autotools flag-o-matic
22
23 DESCRIPTION="Hypertext info and man viewer based on (n)curses"
24 HOMEPAGE="https://github.com/baszoetekouw/pinfo"
25 -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26 +SRC_URI="https://github.com/baszoetekouw/pinfo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30
31 diff --git a/app-text/pinfo/pinfo-99999.ebuild b/app-text/pinfo/pinfo-99999.ebuild
32 index 961b78a24b4..c6cc673a963 100644
33 --- a/app-text/pinfo/pinfo-99999.ebuild
34 +++ b/app-text/pinfo/pinfo-99999.ebuild
35 @@ -6,7 +6,7 @@ inherit autotools flag-o-matic git-r3
36
37 DESCRIPTION="Hypertext info and man viewer based on (n)curses"
38 HOMEPAGE="https://github.com/baszoetekouw/pinfo"
39 -EGIT_REPO_URI="${HOMEPAGE}"
40 +EGIT_REPO_URI="https://github.com/baszoetekouw/pinfo.git"
41
42 LICENSE="GPL-2"
43 SLOT="0"