summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-01-31 11:50:44 +0000
committerJeroen Roovers <jer@gentoo.org>2015-01-31 11:50:44 +0000
commit901a862ba73f9e50f9c325804155ae143098773c (patch)
treeb949bdb826aba3c6b1dfc9d4468ca92b49e5d8e0 /x11-misc/lsw
parentStable for amd64, wrt bug #510302 (diff)
downloadgentoo-2-901a862ba73f9e50f9c325804155ae143098773c.tar.gz
gentoo-2-901a862ba73f9e50f9c325804155ae143098773c.tar.bz2
gentoo-2-901a862ba73f9e50f9c325804155ae143098773c.zip
Old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/lsw')
-rw-r--r--x11-misc/lsw/ChangeLog5
-rw-r--r--x11-misc/lsw/lsw-0.2-r1.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/x11-misc/lsw/ChangeLog b/x11-misc/lsw/ChangeLog
index a34a6a807d26..4bdf384ebbff 100644
--- a/x11-misc/lsw/ChangeLog
+++ b/x11-misc/lsw/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/lsw
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/ChangeLog,v 1.14 2015/01/31 11:44:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/ChangeLog,v 1.15 2015/01/31 11:50:44 jer Exp $
+
+ 31 Jan 2015; Jeroen Roovers <jer@gentoo.org> -lsw-0.2-r1.ebuild:
+ Old.
31 Jan 2015; Agostino Sarubbo <ago@gentoo.org> lsw-0.3.ebuild:
Stable for amd64, wrt bug #538030
diff --git a/x11-misc/lsw/lsw-0.2-r1.ebuild b/x11-misc/lsw/lsw-0.2-r1.ebuild
deleted file mode 100644
index a514695a3d23..000000000000
--- a/x11-misc/lsw/lsw-0.2-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lsw/lsw-0.2-r1.ebuild,v 1.3 2011/10/09 13:36:34 hwoarang Exp $
-
-EAPI="4"
-
-inherit toolchain-funcs
-
-DESCRIPTION="list window names"
-HOMEPAGE="http://tools.suckless.org/lsw"
-SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
- x11-proto/xproto"
-
-src_prepare() {
- sed -i Makefile \
- -e "s/.*strip.*//" || die
-
- sed -i config.mk \
- -e '/^CC/d' \
- -e '/^CFLAGS/{s| -Os||;s|=|+=|}' \
- -e '/^LDFLAGS/{s|=|+=|;s| -s||}' || die
-}
-
-src_compile() {
- emake CC=$(tc-getCC)
-}
-
-src_install() {
- doman ${PN}.1
- dobin ${PN}
-}