diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-09-04 01:37:55 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-09-04 01:37:55 +0000 |
commit | 08d92c50b7d7e6f580307d5baf2ffe53791cf4ab (patch) | |
tree | cbf81b110f67f23827de63a928afb7de2cfef617 /x11-plugins/wmnetselect | |
parent | x11-plugins/wmmp3-0.12 stable for x86. Lowered mpg123 version dependency to s... (diff) | |
download | gentoo-2-08d92c50b7d7e6f580307d5baf2ffe53791cf4ab.tar.gz gentoo-2-08d92c50b7d7e6f580307d5baf2ffe53791cf4ab.tar.bz2 gentoo-2-08d92c50b7d7e6f580307d5baf2ffe53791cf4ab.zip |
Remove older versions of x11-plugins/wmnetselect.
Diffstat (limited to 'x11-plugins/wmnetselect')
-rw-r--r-- | x11-plugins/wmnetselect/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmnetselect/files/digest-wmnetselect-0.8 | 1 | ||||
-rw-r--r-- | x11-plugins/wmnetselect/wmnetselect-0.8.ebuild | 24 |
3 files changed, 4 insertions, 26 deletions
diff --git a/x11-plugins/wmnetselect/ChangeLog b/x11-plugins/wmnetselect/ChangeLog index a6a977d7edf1..56e89bc1e5d2 100644 --- a/x11-plugins/wmnetselect/ChangeLog +++ b/x11-plugins/wmnetselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmnetselect # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/ChangeLog,v 1.8 2004/09/02 18:22:40 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/ChangeLog,v 1.9 2004/09/04 01:37:55 s4t4n Exp $ + + 04 Sep 2004; Michele Noberasco <s4t4n@gentoo.org> wmnetselect-0.8.ebuild: + Remove older ebuild. 02 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org> wmnetselect-0.8-r1.ebuild: diff --git a/x11-plugins/wmnetselect/files/digest-wmnetselect-0.8 b/x11-plugins/wmnetselect/files/digest-wmnetselect-0.8 deleted file mode 100644 index 797fa37a0fe5..000000000000 --- a/x11-plugins/wmnetselect/files/digest-wmnetselect-0.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 6086c2bf0135999b548c4b7b1381112e wmnetselect-0.8.tar.gz 69519 diff --git a/x11-plugins/wmnetselect/wmnetselect-0.8.ebuild b/x11-plugins/wmnetselect/wmnetselect-0.8.ebuild deleted file mode 100644 index d4e549626eed..000000000000 --- a/x11-plugins/wmnetselect/wmnetselect-0.8.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetselect/wmnetselect-0.8.ebuild,v 1.9 2004/08/08 01:06:54 slarti Exp $ - -IUSE="" -DESCRIPTION="WindowMaker browser launcher docklet" -HOMEPAGE="http://freshmeat.net/projects/wmnetselect/" -SRC_URI="ftp://ftp11.freebsd.org/pub/FreeBSD/ports/distfiles/${P}.tar.gz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64" - -DEPEND="virtual/x11" - -src_compile() { - xmkmf || die - emake wmnetselect || die -} - -src_install () { - dobin wmnetselect - dodoc COPYING README ChangeLog TODO README.html -} |