Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/i3lock/
Date: Sat, 20 Oct 2018 11:14:55
Message-Id: 1540034089.14d6bf423280410ae59c7fe874b5612247cbff88.jer@gentoo
1 commit: 14d6bf423280410ae59c7fe874b5612247cbff88
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 20 10:56:13 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 20 11:14:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d6bf42
7
8 x11-misc/i3lock: Old.
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 x11-misc/i3lock/Manifest | 1 -
14 x11-misc/i3lock/i3lock-2.11.ebuild | 46 --------------------------------------
15 2 files changed, 47 deletions(-)
16
17 diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
18 index c83c03780f9..9c867ab280c 100644
19 --- a/x11-misc/i3lock/Manifest
20 +++ b/x11-misc/i3lock/Manifest
21 @@ -1,3 +1,2 @@
22 DIST i3lock-2.10.tar.bz2 23171 BLAKE2B 1c1d0f8e3a85dcebe4a9ee181e399a4ff447ececfbdf5f9488df849316e47233118b7436c269a986fed4e907e6162f3758c8bdad2d20ac156e95a8be185a744c SHA512 ea865b202668212b58d0b97d0263171847e1bd0c529e2fd3d26c15ef253861b9a8357ff2efaa6a4f342c4d0d1ab03bc00f95f4d4008760ec8e0767ac29195517
23 DIST i3lock-2.11.1.tar.bz2 145434 BLAKE2B 9a2ff0be922162710f9dbbf597f93ad939684641d2264c6ed38dc8a7eeb77c253f61aa1a2e873f03de2c8cc6d661e79ff166e4302c423261a65f66582749c962 SHA512 8b779aa0a560884adc1a508e1f07f712bdf043f72c377c24d5e7e186a6b97f34a5bda7aa67de41f5e15a1a541f4a2c2d28bc284057926a5833d70b67437d073c
24 -DIST i3lock-2.11.tar.bz2 145308 BLAKE2B adacff63670237b945b54ba9709725013f8cfb5bdaf48e6c2cfbc0b035161e44f30393443f9326e3d0635407d1451267d9be8898582a76b3f989660ddcda2440 SHA512 c00741a66fdb5477a4b7e993d173f98fe95f0254fa74c50f83ddf8078a477d26a9fab126fbe31b509df2dbd35ed5ec64b95475621b8babf6f6c0f6db38160c8a
25
26 diff --git a/x11-misc/i3lock/i3lock-2.11.ebuild b/x11-misc/i3lock/i3lock-2.11.ebuild
27 deleted file mode 100644
28 index ae7fa086d7b..00000000000
29 --- a/x11-misc/i3lock/i3lock-2.11.ebuild
30 +++ /dev/null
31 @@ -1,46 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -inherit autotools 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 -
46 -RDEPEND="
47 - >=x11-libs/libxkbcommon-0.5.0[X]
48 - dev-libs/libev
49 - virtual/pam
50 - x11-libs/cairo[xcb]
51 - x11-libs/libxcb[xkb]
52 - x11-libs/xcb-util
53 - x11-libs/xcb-util-xrm
54 -"
55 -DEPEND="
56 - ${RDEPEND}
57 - virtual/pkgconfig
58 -"
59 -DOCS=( CHANGELOG README.md )
60 -PATCHES=(
61 - "${FILESDIR}"/${PN}-2.11-version.patch
62 -)
63 -
64 -src_prepare() {
65 - default
66 -
67 - sed -i -e 's:login:system-auth:' pam/${PN} || die
68 -
69 - eautoreconf
70 -
71 - tc-export CC
72 -}
73 -
74 -src_install() {
75 - default
76 - doman ${PN}.1
77 -}