Gentoo Archives: gentoo-commits

From: Nickolas Raymond Kaczynski <nrk@×××××××.org>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: x11-misc/xbanish/
Date: Sat, 31 Jul 2021 17:23:31
Message-Id: 1627752204.c4cd4a19f8c3ecd591c3e29e13ceb8287b53c384.nrk@gentoo
1 commit: c4cd4a19f8c3ecd591c3e29e13ceb8287b53c384
2 Author: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
3 AuthorDate: Sat Jul 31 17:21:46 2021 +0000
4 Commit: Nickolas Raymond Kaczynski <nrk <AT> disroot <DOT> org>
5 CommitDate: Sat Jul 31 17:23:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4cd4a19
7
8 x11-misc/xbanish: dont use $HOMEPAGE on SRC_URI
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Nickolas Raymond Kaczynski <nrk <AT> disroot.org>
12
13 x11-misc/xbanish/xbanish-1.7.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-misc/xbanish/xbanish-1.7.ebuild b/x11-misc/xbanish/xbanish-1.7.ebuild
17 index dee55cf7e..c4261782f 100644
18 --- a/x11-misc/xbanish/xbanish-1.7.ebuild
19 +++ b/x11-misc/xbanish/xbanish-1.7.ebuild
20 @@ -8,7 +8,7 @@ inherit toolchain-funcs
21 DESCRIPTION="Banish the mouse cursor when typing, show it again when the mouse moves"
22 HOMEPAGE="https://github.com/jcs/xbanish"
23
24 -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
25 +SRC_URI="https://github.com/jcs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
26
27 KEYWORDS="~amd64"
28 # NOTE: Upstream moved to ISC license on master.