diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-04-11 07:42:39 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-04-11 07:42:39 +0000 |
commit | 5934b9ed0bcffaf1e27961ae4fb1eacd0a7ca899 (patch) | |
tree | 6d42e1b61d15ea9453704c14ff2009a7d46069fa /x11-plugins/wmnd | |
parent | Package-Manager: portage-2.0.51.19 (diff) | |
download | historical-5934b9ed0bcffaf1e27961ae4fb1eacd0a7ca899.tar.gz historical-5934b9ed0bcffaf1e27961ae4fb1eacd0a7ca899.tar.bz2 historical-5934b9ed0bcffaf1e27961ae4fb1eacd0a7ca899.zip |
Wiped out older version.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-plugins/wmnd')
-rw-r--r-- | x11-plugins/wmnd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmnd/files/digest-wmnd-0.4.9 | 1 | ||||
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.9.ebuild | 28 |
3 files changed, 4 insertions, 30 deletions
diff --git a/x11-plugins/wmnd/ChangeLog b/x11-plugins/wmnd/ChangeLog index 707a7b4fab21..5bc5c5f35a7e 100644 --- a/x11-plugins/wmnd/ChangeLog +++ b/x11-plugins/wmnd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmnd # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.30 2005/04/10 11:55:56 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.31 2005/04/11 07:37:41 s4t4n Exp $ + + 11 Apr 2005; Michele Noberasco <s4t4n@gentoo.org> wmnd-0.4.9.ebuild: + Wiped out older version. 10 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> wmnd-0.4.11.ebuild: Stable on ppc. diff --git a/x11-plugins/wmnd/files/digest-wmnd-0.4.9 b/x11-plugins/wmnd/files/digest-wmnd-0.4.9 deleted file mode 100644 index 59bf9b5dc7be..000000000000 --- a/x11-plugins/wmnd/files/digest-wmnd-0.4.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 3ea0f62d93e4711f3c5169e5cef25bbf wmnd-0.4.9.tar.gz 248258 diff --git a/x11-plugins/wmnd/wmnd-0.4.9.ebuild b/x11-plugins/wmnd/wmnd-0.4.9.ebuild deleted file mode 100644 index 4fbf2cee2373..000000000000 --- a/x11-plugins/wmnd/wmnd-0.4.9.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.9.ebuild,v 1.9 2005/01/28 23:32:30 s4t4n Exp $ - -IUSE="" -DESCRIPTION="WindowMaker Network Devices (dockapp)" -HOMEPAGE="http://www.yuv.info/wmnd/" -SRC_URI="ftp://ftp.yuv.info/pub/wmnd/releases/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc amd64" - -DEPEND="virtual/x11" - -src_compile() { - econf || die "configure failed" - emake || die "parallel make failed" -} - -src_install() { - einstall || die "make install failed" - - dodoc README AUTHORS COPYING ChangeLog INSTALL NEWS TODO - - # gpl.info is no valid .info file. Causes errors with install-info. - rm -r ${D}/usr/share/info -} |