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/files/, x11-misc/i3lock/
Date: Mon, 30 Nov 2020 12:01:13
Message-Id: 1606735461.2ae2ad8502d3879bb14594a49a4e9c2e648dab8b.marecki@gentoo
1 commit: 2ae2ad8502d3879bb14594a49a4e9c2e648dab8b
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Sun Nov 29 18:19:13 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 30 11:24:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ae2ad85
7
8 x11-misc/i3lock: cleanup old versions
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.1
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 x11-misc/i3lock/Manifest | 2 -
15 x11-misc/i3lock/files/i3lock-2.11-version.patch | 12 ------
16 x11-misc/i3lock/files/i3lock-2.12-fno-common.patch | 11 -----
17 x11-misc/i3lock/i3lock-2.11.1-r1.ebuild | 48 ----------------------
18 x11-misc/i3lock/i3lock-2.12-r1.ebuild | 45 --------------------
19 x11-misc/i3lock/i3lock-2.12-r2.ebuild | 47 ---------------------
20 6 files changed, 165 deletions(-)
21
22 diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
23 index 62882d57348..a585615a99b 100644
24 --- a/x11-misc/i3lock/Manifest
25 +++ b/x11-misc/i3lock/Manifest
26 @@ -1,4 +1,2 @@
27 DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c SHA512 ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
28 -DIST i3lock-2.11.1.tar.bz2 145434 BLAKE2B 9a2ff0be922162710f9dbbf597f93ad939684641d2264c6ed38dc8a7eeb77c253f61aa1a2e873f03de2c8cc6d661e79ff166e4302c423261a65f66582749c962 SHA512 8b779aa0a560884adc1a508e1f07f712bdf043f72c377c24d5e7e186a6b97f34a5bda7aa67de41f5e15a1a541f4a2c2d28bc284057926a5833d70b67437d073c
29 -DIST i3lock-2.12.tar.bz2 147521 BLAKE2B 38ae5b4d6a92f918bc432e425301e8d04f9cc3bf8569e5f4e443dafed5aba19abf6604bfa102bc00ea5db87052583f1e9927a4f8e55906545b501829d95081e7 SHA512 84f1558368381bcad9a64f41ab6134a6614dea453d1ee5ecfe886185b9e1baebeeca446c4635158deb8dae5b25c09d47d3990239d76c44e5325ca5bfaad9b2ad
30 DIST i3lock-2.13.tar.bz2 149332 BLAKE2B 4b285fb3a27463f0d538d291134942a19933394c4c2d0acf27dfe5624a854cef0f29c5fc2e4ce4398c85ac0e6b774521c7daa65abedc0d38b0fd4897b2e6db88 SHA512 3a9bed3d14a2d59e641b3603448bb46d769104995b1c0239eca87d582e80e64dd8905b8e455bd5b0e635d4b37d7a87208d8de37253e9af799c65f4f8d396789d
31
32 diff --git a/x11-misc/i3lock/files/i3lock-2.11-version.patch b/x11-misc/i3lock/files/i3lock-2.11-version.patch
33 deleted file mode 100644
34 index df133cb91cd..00000000000
35 --- a/x11-misc/i3lock/files/i3lock-2.11-version.patch
36 +++ /dev/null
37 @@ -1,12 +0,0 @@
38 ---- a/configure.ac
39 -+++ b/configure.ac
40 -@@ -2,7 +2,7 @@
41 - # Run autoreconf -fi to generate a configure script from this file.
42 -
43 - AC_PREREQ([2.69])
44 --AC_INIT([i3lock], [2.10], [https://github.com/i3/i3lock/issues])
45 -+AC_INIT([i3lock], [2.11], [https://github.com/i3/i3lock/issues])
46 - # For AX_EXTEND_SRCDIR
47 - AX_ENABLE_BUILDDIR
48 - AM_INIT_AUTOMAKE([foreign subdir-objects -Wall no-dist-gzip dist-bzip2])
49 -
50
51 diff --git a/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch b/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch
52 deleted file mode 100644
53 index 09003b16591..00000000000
54 --- a/x11-misc/i3lock/files/i3lock-2.12-fno-common.patch
55 +++ /dev/null
56 @@ -1,11 +0,0 @@
57 ---- a/unlock_indicator.c
58 -+++ b/unlock_indicator.c
59 -@@ -35,7 +35,7 @@
60 -
61 - /* The current position in the input buffer. Useful to determine if any
62 - * characters of the password have already been entered or not. */
63 --int input_position;
64 -+extern int input_position;
65 -
66 - /* The lock window. */
67 - extern xcb_window_t win;
68
69 diff --git a/x11-misc/i3lock/i3lock-2.11.1-r1.ebuild b/x11-misc/i3lock/i3lock-2.11.1-r1.ebuild
70 deleted file mode 100644
71 index 5d706ccac8b..00000000000
72 --- a/x11-misc/i3lock/i3lock-2.11.1-r1.ebuild
73 +++ /dev/null
74 @@ -1,48 +0,0 @@
75 -# Copyright 1999-2020 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=7
79 -inherit autotools toolchain-funcs
80 -
81 -DESCRIPTION="Simple screen locker"
82 -HOMEPAGE="https://i3wm.org/i3lock/"
83 -SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2"
84 -
85 -LICENSE="BSD"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
88 -
89 -RDEPEND="
90 - >=x11-libs/libxkbcommon-0.5.0[X]
91 - dev-libs/libev
92 - sys-libs/pam
93 - x11-libs/cairo[X,xcb(+)]
94 - x11-libs/libxcb[xkb]
95 - x11-libs/xcb-util
96 - x11-libs/xcb-util-xrm
97 -"
98 -DEPEND="
99 - ${RDEPEND}
100 - virtual/pkgconfig
101 -"
102 -DOCS=( CHANGELOG README.md )
103 -PATCHES=(
104 - "${FILESDIR}"/${PN}-2.11-version.patch
105 -)
106 -
107 -src_prepare() {
108 - default
109 -
110 - echo ${PV} > I3LOCK_VERSION
111 -
112 - sed -i -e 's:login:system-auth:' pam/${PN} || die
113 -
114 - eautoreconf
115 -
116 - tc-export CC
117 -}
118 -
119 -src_install() {
120 - default
121 - doman ${PN}.1
122 -}
123
124 diff --git a/x11-misc/i3lock/i3lock-2.12-r1.ebuild b/x11-misc/i3lock/i3lock-2.12-r1.ebuild
125 deleted file mode 100644
126 index c2510a4767e..00000000000
127 --- a/x11-misc/i3lock/i3lock-2.12-r1.ebuild
128 +++ /dev/null
129 @@ -1,45 +0,0 @@
130 -# Copyright 1999-2020 Gentoo Authors
131 -# Distributed under the terms of the GNU General Public License v2
132 -
133 -EAPI=7
134 -inherit autotools toolchain-funcs
135 -
136 -DESCRIPTION="Simple screen locker"
137 -HOMEPAGE="https://i3wm.org/i3lock/"
138 -SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2"
139 -
140 -LICENSE="BSD"
141 -SLOT="0"
142 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
143 -
144 -RDEPEND="
145 - >=x11-libs/libxkbcommon-0.5.0[X]
146 - dev-libs/libev
147 - sys-libs/pam
148 - x11-libs/cairo[X,xcb(+)]
149 - x11-libs/libxcb[xkb]
150 - x11-libs/xcb-util
151 - x11-libs/xcb-util-xrm
152 -"
153 -DEPEND="
154 - ${RDEPEND}
155 - virtual/pkgconfig
156 -"
157 -DOCS=( CHANGELOG README.md )
158 -
159 -src_prepare() {
160 - default
161 -
162 - echo ${PV} > I3LOCK_VERSION
163 -
164 - sed -i -e 's:login:system-auth:' pam/${PN} || die
165 -
166 - eautoreconf
167 -
168 - tc-export CC
169 -}
170 -
171 -src_install() {
172 - default
173 - doman ${PN}.1
174 -}
175
176 diff --git a/x11-misc/i3lock/i3lock-2.12-r2.ebuild b/x11-misc/i3lock/i3lock-2.12-r2.ebuild
177 deleted file mode 100644
178 index 07a68eb55c2..00000000000
179 --- a/x11-misc/i3lock/i3lock-2.12-r2.ebuild
180 +++ /dev/null
181 @@ -1,47 +0,0 @@
182 -# Copyright 1999-2020 Gentoo Authors
183 -# Distributed under the terms of the GNU General Public License v2
184 -
185 -EAPI=7
186 -inherit toolchain-funcs
187 -
188 -DESCRIPTION="Simple screen locker"
189 -HOMEPAGE="https://i3wm.org/i3lock/"
190 -SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2"
191 -
192 -LICENSE="BSD"
193 -SLOT="0"
194 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
195 -
196 -RDEPEND="
197 - >=x11-libs/libxkbcommon-0.5.0[X]
198 - dev-libs/libev
199 - sys-libs/pam
200 - x11-libs/cairo[X,xcb(+)]
201 - x11-libs/libxcb[xkb]
202 - x11-libs/xcb-util
203 - x11-libs/xcb-util-xrm
204 -"
205 -DEPEND="
206 - ${RDEPEND}
207 - virtual/pkgconfig
208 -"
209 -DOCS=( CHANGELOG README.md )
210 -PATCHES=(
211 - "${FILESDIR}"/${PN}-2.12-fno-common.patch
212 -)
213 -
214 -src_prepare() {
215 - default
216 -
217 - sed -i -e 's:login:system-auth:g' pam/${PN} || die
218 -}
219 -
220 -src_configure() {
221 - tc-export CC
222 - default
223 -}
224 -
225 -src_install() {
226 - default
227 - doman ${PN}.1
228 -}