Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/
Date: Mon, 30 Nov 2020 12:01:13
Message-Id: 1606736026.a7b3be1eb0c6cb210f1eff82cc02a4b720637a4f.marecki@gentoo
1 commit: a7b3be1eb0c6cb210f1eff82cc02a4b720637a4f
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 30 11:33:46 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 11:33:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7b3be1e
7
8 x11-misc/i3lock: use PN in SRC_URI
9
10 For consistency with 2.10-r1.
11 While at it, have the GitHub PR close itself once this has been pushed.
12
13 Closes: https://github.com/gentoo/gentoo/pull/18449
14 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
15
16 x11-misc/i3lock/i3lock-2.13.ebuild | 3 ++-
17 1 file changed, 2 insertions(+), 1 deletion(-)
18
19 diff --git a/x11-misc/i3lock/i3lock-2.13.ebuild b/x11-misc/i3lock/i3lock-2.13.ebuild
20 index e91228a0d97..2ece4ee1a04 100644
21 --- a/x11-misc/i3lock/i3lock-2.13.ebuild
22 +++ b/x11-misc/i3lock/i3lock-2.13.ebuild
23 @@ -2,11 +2,12 @@
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 +
28 inherit toolchain-funcs
29
30 DESCRIPTION="Simple screen locker"
31 HOMEPAGE="https://i3wm.org/i3lock/"
32 -SRC_URI="https://i3wm.org/i3lock/${P}.tar.bz2"
33 +SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2"
34
35 LICENSE="BSD"
36 SLOT="0"