Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-color/
Date: Tue, 22 Dec 2020 13:06:56
Message-Id: 1608591353.1ef7aa5d2ae42e71ef26807cb16412d9348b7772.andrewammerlaan@gentoo
1 commit: 1ef7aa5d2ae42e71ef26807cb16412d9348b7772
2 Author: Jian Lin <jlin.gentoo <AT> outlook <DOT> com>
3 AuthorDate: Mon Dec 21 22:55:53 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Dec 21 22:55:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ef7aa5d
7
8 x11-misc/i3lock-color: improve ebuilds
9
10 improve ebuilds:
11 - update DESCRIPTION
12 - move S
13 - don't use ${HOMEPAGE} in EGIT_REPO_URI
14
15 Package-Manager: Portage-3.0.9, Repoman-3.0.2
16 Signed-off-by: Jian Lin <jlin.gentoo <AT> outlook.com>
17
18 x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 5 ++---
19 x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild | 5 ++---
20 x11-misc/i3lock-color/i3lock-color-9999.ebuild | 2 +-
21 3 files changed, 5 insertions(+), 7 deletions(-)
22
23 diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
24 index 7246c982..4a9e1e32 100644
25 --- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
26 +++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild
27 @@ -5,9 +5,10 @@ EAPI=7
28
29 MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
30
31 -DESCRIPTION="Improved i3lock with color customization"
32 +DESCRIPTION="The world's most popular non-default computer lockscreen"
33 HOMEPAGE="https://github.com/Raymo111/i3lock-color"
34 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
35 +S="${WORKDIR}/${PN}-${MY_PV}"
36
37 LICENSE="i3lock-color"
38 SLOT="0"
39 @@ -31,8 +32,6 @@ RDEPEND="
40 "
41 BDEPEND="virtual/pkgconfig"
42
43 -S="${WORKDIR}/${PN}-${MY_PV}"
44 -
45 src_configure() {
46 autoreconf -fiv
47 default
48
49 diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
50 index 7246c982..4a9e1e32 100644
51 --- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
52 +++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild
53 @@ -5,9 +5,10 @@ EAPI=7
54
55 MY_PV="$(ver_cut 1-2).c.$(ver_cut 3)"
56
57 -DESCRIPTION="Improved i3lock with color customization"
58 +DESCRIPTION="The world's most popular non-default computer lockscreen"
59 HOMEPAGE="https://github.com/Raymo111/i3lock-color"
60 SRC_URI="https://github.com/Raymo111/i3lock-color/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
61 +S="${WORKDIR}/${PN}-${MY_PV}"
62
63 LICENSE="i3lock-color"
64 SLOT="0"
65 @@ -31,8 +32,6 @@ RDEPEND="
66 "
67 BDEPEND="virtual/pkgconfig"
68
69 -S="${WORKDIR}/${PN}-${MY_PV}"
70 -
71 src_configure() {
72 autoreconf -fiv
73 default
74
75 diff --git a/x11-misc/i3lock-color/i3lock-color-9999.ebuild b/x11-misc/i3lock-color/i3lock-color-9999.ebuild
76 index 19077212..8d085aa9 100644
77 --- a/x11-misc/i3lock-color/i3lock-color-9999.ebuild
78 +++ b/x11-misc/i3lock-color/i3lock-color-9999.ebuild
79 @@ -7,7 +7,7 @@ inherit git-r3
80
81 DESCRIPTION="Improved i3lock with color customization"
82 HOMEPAGE="https://github.com/Raymo111/i3lock-color"
83 -EGIT_REPO_URI="${HOMEPAGE}"
84 +EGIT_REPO_URI="https://github.com/Raymo111/i3lock-color.git"
85
86 LICENSE="i3lock-color"
87 SLOT="0"