diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-08-21 11:30:08 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-08-21 11:30:08 +0000 |
commit | f4b59bd1d388eb6211a3d84f6cd9c55f65d0e50b (patch) | |
tree | 8a468c3085cce2cf907e9aabb36e39ad3aeb1711 /x11-misc/i3lock | |
parent | Use emake in src_install (diff) | |
download | gentoo-2-f4b59bd1d388eb6211a3d84f6cd9c55f65d0e50b.tar.gz gentoo-2-f4b59bd1d388eb6211a3d84f6cd9c55f65d0e50b.tar.bz2 gentoo-2-f4b59bd1d388eb6211a3d84f6cd9c55f65d0e50b.zip |
Drop old
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/i3lock')
-rw-r--r-- | x11-misc/i3lock/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/i3lock/i3lock-2.2.ebuild | 41 | ||||
-rw-r--r-- | x11-misc/i3lock/i3lock-2.4.ebuild | 43 |
3 files changed, 5 insertions, 86 deletions
diff --git a/x11-misc/i3lock/ChangeLog b/x11-misc/i3lock/ChangeLog index e88499be0939..b8ac8beb0a79 100644 --- a/x11-misc/i3lock/ChangeLog +++ b/x11-misc/i3lock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/i3lock # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3lock/ChangeLog,v 1.12 2012/08/20 20:01:01 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3lock/ChangeLog,v 1.13 2012/08/21 11:30:08 xarthisius Exp $ + + 21 Aug 2012; Kacper Kowalik <xarthisius@gentoo.org> -i3lock-2.2.ebuild, + -i3lock-2.4.ebuild: + Drop old 20 Aug 2012; Johannes Huber <johu@gentoo.org> i3lock-2.4.1.ebuild: Stable for x86, wrt bug #429236 @@ -53,4 +57,3 @@ 22 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> +i3lock-2.1.ebuild, +files/i3lock-2.1-makefile.patch, +metadata.xml: Initial import. Ebuild written by me - diff --git a/x11-misc/i3lock/i3lock-2.2.ebuild b/x11-misc/i3lock/i3lock-2.2.ebuild deleted file mode 100644 index c43a77248c5d..000000000000 --- a/x11-misc/i3lock/i3lock-2.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3lock/i3lock-2.2.ebuild,v 1.5 2012/05/05 04:53:40 jdhore Exp $ - -EAPI=4 - -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="+cairo" - -RDEPEND="virtual/pam - x11-libs/xcb-util-keysyms - x11-libs/xcb-util-image - cairo? ( x11-libs/cairo[xcb] )" -DEPEND="${RDEPEND} - virtual/pkgconfig" -DOCS=( README ) - -pkg_setup() { - tc-export CC -} - -src_prepare() { - sed -i -e 's:login:system-auth:' ${PN}.pam || die -} - -src_configure() { - use cairo || export NOLIBCAIRO=1 -} - -src_install() { - default - doman ${PN}.1 -} diff --git a/x11-misc/i3lock/i3lock-2.4.ebuild b/x11-misc/i3lock/i3lock-2.4.ebuild deleted file mode 100644 index 9061e05825b7..000000000000 --- a/x11-misc/i3lock/i3lock-2.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/i3lock/i3lock-2.4.ebuild,v 1.2 2012/05/05 04:53:40 jdhore Exp $ - -EAPI=4 - -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="+cairo" - -RDEPEND="virtual/pam - dev-libs/libev - x11-libs/xcb-util-keysyms - x11-libs/xcb-util-image - x11-libs/libX11 - cairo? ( x11-libs/cairo[xcb] )" -DEPEND="${RDEPEND} - virtual/pkgconfig" -DOCS=( README ) - -pkg_setup() { - tc-export CC -} - -src_prepare() { - sed -i -e 's:login:system-auth:' ${PN}.pam || die -} - -src_configure() { - use cairo || export NOLIBCAIRO=1 -} - -src_install() { - default - doman ${PN}.1 -} |