summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-03-28 21:12:47 +0300
committerDavid Seifert <soap@gentoo.org>2017-04-01 12:22:15 +0200
commitd129613bb38b48d61c2ffd31702f9e97725276e7 (patch)
tree17b484b9344517c42e4b33633d8a194b2045fee2 /x11-misc/i3lock
parentx11-misc/grsync: Remove old (diff)
downloadgentoo-d129613bb38b48d61c2ffd31702f9e97725276e7.tar.gz
gentoo-d129613bb38b48d61c2ffd31702f9e97725276e7.tar.bz2
gentoo-d129613bb38b48d61c2ffd31702f9e97725276e7.zip
x11-misc/i3lock: Remove old
Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4319
Diffstat (limited to 'x11-misc/i3lock')
-rw-r--r--x11-misc/i3lock/Manifest1
-rw-r--r--x11-misc/i3lock/i3lock-2.6.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/x11-misc/i3lock/Manifest b/x11-misc/i3lock/Manifest
index 3e6bf36123cf..f1e592867b09 100644
--- a/x11-misc/i3lock/Manifest
+++ b/x11-misc/i3lock/Manifest
@@ -1,2 +1 @@
-DIST i3lock-2.6.tar.bz2 17972 SHA256 c02d899fefc66bc36e47b305251363861400541f3925a21a94c66cee9055402a SHA512 ccaf336b4abd65df24ba37613ba46e129d6e4c42cb8c0a05cc8d9cc0815f0f9f03613230b1cdbb5d16d6903a57a04f2c6b0fc168881ae03000aa170716fedf4a WHIRLPOOL 7ce2dfc29e3366075597097d53c09373677019d0c6f8e872a157a8e7f32b44daf0ccd19fe56c69ca8ae43f60a2d87eed4c8e2e5716cc8ec24c82f5a0cda8a2a5
DIST i3lock-2.8.tar.bz2 19884 SHA256 028fc0f74df10826514d5a4ed38f6895935d1f5d47ca9fcffc64b076aaf6e2f4 SHA512 b0f2f2837e275ffb2874aec75cd5d7c69864f8861de5e3e6090a2bf9254a14f8bc141256b0faac3e30111f9612e97cc087efde0da939854fac975a87deb06e3f WHIRLPOOL 2335d74701765495e82b9665673180fa03c288ffb3ef728cec756d7910c5d39efab0dc8a88b06493e085cefde7924ae0f3af454a2a68a02ce9c6213e27312e01
diff --git a/x11-misc/i3lock/i3lock-2.6.ebuild b/x11-misc/i3lock/i3lock-2.6.ebuild
deleted file mode 100644
index 3a3b877dd2a2..000000000000
--- a/x11-misc/i3lock/i3lock-2.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Simple screen locker"
-HOMEPAGE="http://i3wm.org/i3lock/"
-SRC_URI="http://i3wm.org/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="virtual/pam
- dev-libs/libev
- >=x11-libs/libxkbcommon-0.3.1[X]
- x11-libs/libxcb[xkb]
- x11-libs/xcb-util
- x11-libs/cairo[xcb]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-DOCS=( CHANGELOG README )
-
-pkg_setup() {
- tc-export CC
-}
-
-src_prepare() {
- sed -i -e 's:login:system-auth:' ${PN}.pam || die
- epatch_user
-}
-
-src_install() {
- default
- doman ${PN}.1
-}