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/jo/
Date: Thu, 29 Aug 2019 11:39:31
Message-Id: 1567078706.2dfebe108d2bb4462266b349722a7df1e1c73781.soap@gentoo
1 commit: 2dfebe108d2bb4462266b349722a7df1e1c73781
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 11:38:26 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 11:38:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dfebe10
7
8 app-text/jo: [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/jo/jo-1.1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-text/jo/jo-1.1.ebuild b/app-text/jo/jo-1.1.ebuild
17 index 70476998814..d52212e5bd0 100644
18 --- a/app-text/jo/jo-1.1.ebuild
19 +++ b/app-text/jo/jo-1.1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -6,7 +6,7 @@ inherit autotools
27
28 DESCRIPTION="JSON output from a shell"
29 HOMEPAGE="https://github.com/jpmens/jo"
30 -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 +SRC_URI="https://github.com/jpmens/jo/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32
33 LICENSE="MIT"
34 SLOT="0"