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-shells/localshell/
Date: Thu, 29 Aug 2019 11:39:30
Message-Id: 1567078690.f5d4aaff82a36c119f322d984a7e9baf1cf5f677.soap@gentoo
1 commit: f5d4aaff82a36c119f322d984a7e9baf1cf5f677
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 29 11:38:10 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 29 11:38:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5d4aaff
7
8 app-shells/localshell: [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-shells/localshell/localshell-1.3.4-r1.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-shells/localshell/localshell-1.3.4-r1.ebuild b/app-shells/localshell/localshell-1.3.4-r1.ebuild
17 index a001e5e7de9..dbc6064a4f9 100644
18 --- a/app-shells/localshell/localshell-1.3.4-r1.ebuild
19 +++ b/app-shells/localshell/localshell-1.3.4-r1.ebuild
20 @@ -7,7 +7,7 @@ inherit base eutils
21
22 DESCRIPTION="Localshell allows per-user/group local control of shell execution"
23 HOMEPAGE="http://git.orbis-terrarum.net/?p=infrastructure/localshellc.git;a=summary"
24 -SRC_URI="${HOMEPAGE}/${P}.tar.bz2"
25 +SRC_URI="http://git.orbis-terrarum.net/?p=infrastructure/localshellc.git;a=summary/${P}.tar.bz2"
26
27 LICENSE="GPL-2"
28 SLOT="0"