Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/
Date: Thu, 07 Jan 2021 10:14:07
Message-Id: 1610014434.db6b3fdbc2b1fd48469c418f5369b4b4f34d5f34.soap@gentoo
1 commit: db6b3fdbc2b1fd48469c418f5369b4b4f34d5f34
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Thu Jan 7 10:13:54 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 10:13:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db6b3fdb
7
8 x11-misc/i3lock: Remove old
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 x11-misc/i3lock/Manifest | 1 -
14 x11-misc/i3lock/i3lock-2.10-r1.ebuild | 42 -----------------------------------
15 2 files changed, 43 deletions(-)
16
17 diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
18 index a585615a99b..7d62c540ae7 100644
19 --- a/x11-misc/i3lock/Manifest
20 +++ b/x11-misc/i3lock/Manifest
21 @@ -1,2 +1 @@
22 -DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c SHA512 ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
23 DIST i3lock-2.13.tar.bz2 149332 BLAKE2B 4b285fb3a27463f0d538d291134942a19933394c4c2d0acf27dfe5624a854cef0f29c5fc2e4ce4398c85ac0e6b774521c7daa65abedc0d38b0fd4897b2e6db88 SHA512 3a9bed3d14a2d59e641b3603448bb46d769104995b1c0239eca87d582e80e64dd8905b8e455bd5b0e635d4b37d7a87208d8de37253e9af799c65f4f8d396789d
24
25 diff --git a/x11-misc/i3lock/i3lock-2.10-r1.ebuild b/x11-misc/i3lock/i3lock-2.10-r1.ebuild
26 deleted file mode 100644
27 index e3f2050116b..00000000000
28 --- a/x11-misc/i3lock/i3lock-2.10-r1.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit toolchain-funcs
37 -
38 -DESCRIPTION="Simple screen locker"
39 -HOMEPAGE="https://i3wm.org/i3lock/"
40 -SRC_URI="https://i3wm.org/${PN}/${P}.tar.bz2"
41 -
42 -LICENSE="BSD"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~arm ~arm64 x86"
45 -IUSE=""
46 -
47 -RDEPEND="
48 - >=x11-libs/libxkbcommon-0.5.0[X]
49 - dev-libs/libev
50 - sys-libs/pam
51 - x11-libs/cairo[X,xcb(+)]
52 - x11-libs/libxcb[xkb]
53 - x11-libs/xcb-util
54 -"
55 -DEPEND="
56 - ${RDEPEND}
57 - virtual/pkgconfig
58 -"
59 -DOCS=( CHANGELOG README.md )
60 -
61 -src_prepare() {
62 - default
63 -
64 - sed -i -e 's:login:system-auth:' ${PN}.pam || die
65 -
66 - tc-export CC
67 -}
68 -
69 -src_install() {
70 - default
71 - doman ${PN}.1
72 -}