summaryrefslogtreecommitdiff
path: root/x11-misc/i3lock/i3lock-2.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/i3lock/i3lock-2.5.ebuild')
-rw-r--r--x11-misc/i3lock/i3lock-2.5.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-misc/i3lock/i3lock-2.5.ebuild b/x11-misc/i3lock/i3lock-2.5.ebuild
deleted file mode 100644
index 2b503ed1ea7..00000000000
--- a/x11-misc/i3lock/i3lock-2.5.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit 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
- x11-libs/libxkbfile
- x11-libs/xcb-util
- x11-libs/libX11
- 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
-}
-
-src_install() {
- default
- doman ${PN}.1
-}