diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2007-08-24 19:09:28 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2007-08-24 19:09:28 +0000 |
commit | 1ea8acc289b76353cc2c43db95f4318cff7f07d7 (patch) | |
tree | 4fea009ec0f9a5c74689e618ca8063e706dc4f63 /x11-wm/windowlab | |
parent | ppc stable, bug #189313 (diff) | |
download | gentoo-2-1ea8acc289b76353cc2c43db95f4318cff7f07d7.tar.gz gentoo-2-1ea8acc289b76353cc2c43db95f4318cff7f07d7.tar.bz2 gentoo-2-1ea8acc289b76353cc2c43db95f4318cff7f07d7.zip |
Remove old, broken versions.
(Portage version: 2.1.2.11)
Diffstat (limited to 'x11-wm/windowlab')
-rw-r--r-- | x11-wm/windowlab/ChangeLog | 6 | ||||
-rw-r--r-- | x11-wm/windowlab/files/digest-windowlab-1.30 | 3 | ||||
-rw-r--r-- | x11-wm/windowlab/files/digest-windowlab-1.31 | 3 | ||||
-rw-r--r-- | x11-wm/windowlab/windowlab-1.30.ebuild | 36 | ||||
-rw-r--r-- | x11-wm/windowlab/windowlab-1.31.ebuild | 36 |
5 files changed, 5 insertions, 79 deletions
diff --git a/x11-wm/windowlab/ChangeLog b/x11-wm/windowlab/ChangeLog index b1a8610514c9..58850be4eb65 100644 --- a/x11-wm/windowlab/ChangeLog +++ b/x11-wm/windowlab/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-wm/windowlab # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/ChangeLog,v 1.26 2007/08/24 18:03:35 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/ChangeLog,v 1.27 2007/08/24 19:09:28 coldwind Exp $ + + 24 Aug 2007; Santiago M. Mola <coldwind@gentoo.org> + -windowlab-1.30.ebuild, -windowlab-1.31.ebuild: + Remove old, broken versions. 24 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> windowlab-1.34.ebuild: diff --git a/x11-wm/windowlab/files/digest-windowlab-1.30 b/x11-wm/windowlab/files/digest-windowlab-1.30 deleted file mode 100644 index a7d16784ba66..000000000000 --- a/x11-wm/windowlab/files/digest-windowlab-1.30 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 cbbde92dd77d2122dfbdb7913956fbed windowlab-1.30.tar 163840 -RMD160 1baa50e0409e9e8f10f93ad2f79a1ebc8d7a61f1 windowlab-1.30.tar 163840 -SHA256 9a90a131eaabca48342cee27e0060596be7d161a3f59cd37ebb25549e6d49313 windowlab-1.30.tar 163840 diff --git a/x11-wm/windowlab/files/digest-windowlab-1.31 b/x11-wm/windowlab/files/digest-windowlab-1.31 deleted file mode 100644 index 032448012ab9..000000000000 --- a/x11-wm/windowlab/files/digest-windowlab-1.31 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 2d35a5a12178e77d53bdee719b8c5fc5 windowlab-1.31.tar 163840 -RMD160 c17ccea976f387ac7a6a723950901638bd0c2fc0 windowlab-1.31.tar 163840 -SHA256 1613c04a3cff7f5d7e918314c0457ccd86a64ae595e10f6dbedf7ea7dd59dd1e windowlab-1.31.tar 163840 diff --git a/x11-wm/windowlab/windowlab-1.30.ebuild b/x11-wm/windowlab/windowlab-1.30.ebuild deleted file mode 100644 index 2b06f2510e4a..000000000000 --- a/x11-wm/windowlab/windowlab-1.30.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/windowlab-1.30.ebuild,v 1.6 2007/07/22 04:07:50 omp Exp $ - -IUSE="" - -DESCRIPTION="WindowLab is a small and simple window manager of novel design." -HOMEPAGE="http://www.nickgravgaard.com/windowlab/" -SRC_URI="http://www.nickgravgaard.com/${PN}/${P}.tar" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -RDEPEND="x11-libs/libXext" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -src_compile() { - emake CFLAGS="${CFLAGS}" || die -} - -src_install() { - dobin windowlab - - newman windowlab.1x windowlab.1 - dodoc CHANGELOG README - - dodir /etc/X11/windowlab - insinto /etc/X11/windowlab - newins menurc.sample menurc - - dodir /etc/X11/Sessions - echo "/usr/bin/${PN}" > ${D}/etc/X11/Sessions/${PN} - fperms a+x /etc/X11/Sessions/${PN} -} diff --git a/x11-wm/windowlab/windowlab-1.31.ebuild b/x11-wm/windowlab/windowlab-1.31.ebuild deleted file mode 100644 index 720330991290..000000000000 --- a/x11-wm/windowlab/windowlab-1.31.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowlab/windowlab-1.31.ebuild,v 1.6 2007/07/22 04:07:50 omp Exp $ - -IUSE="" - -DESCRIPTION="WindowLab is a small and simple window manager of novel design." -HOMEPAGE="http://www.nickgravgaard.com/windowlab/" -SRC_URI="http://www.nickgravgaard.com/${PN}/${P}.tar" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -RDEPEND="x11-libs/libXext" -DEPEND="${RDEPEND} - x11-proto/xextproto" - -src_compile() { - emake CFLAGS="${CFLAGS}" || die -} - -src_install() { - dobin windowlab - - newman windowlab.1x windowlab.1 - dodoc CHANGELOG README - - dodir /etc/X11/windowlab - insinto /etc/X11/windowlab - newins menurc.sample menurc - - dodir /etc/X11/Sessions - echo "/usr/bin/${PN}" > ${D}/etc/X11/Sessions/${PN} - fperms a+x /etc/X11/Sessions/${PN} -} |