diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2005-04-08 07:22:21 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2005-04-08 07:22:21 +0000 |
commit | 6063674b7e033f0ea7e0b60cdeca9cd01ec6c34c (patch) | |
tree | 86bcc4446579127b0e0248888f72cacf7e10036b /x11-plugins/wmnd | |
parent | New version. (diff) | |
download | gentoo-2-6063674b7e033f0ea7e0b60cdeca9cd01ec6c34c.tar.gz gentoo-2-6063674b7e033f0ea7e0b60cdeca9cd01ec6c34c.tar.bz2 gentoo-2-6063674b7e033f0ea7e0b60cdeca9cd01ec6c34c.zip |
Wiped out older version...
(Portage version: 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.10 | 1 | ||||
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.10.ebuild | 28 |
3 files changed, 4 insertions, 30 deletions
diff --git a/x11-plugins/wmnd/ChangeLog b/x11-plugins/wmnd/ChangeLog index 52fb527994a4..3693e5ac482d 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.28 2005/04/07 17:12:34 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.29 2005/04/08 07:22:21 s4t4n Exp $ + + 08 Apr 2005; Michele Noberasco <s4t4n@gentoo.org> wmnd-0.4.10.ebuild: + Removed older version. 07 Apr 2005; Simon Stelling <blubb@gentoo.org> wmnd-0.4.11.ebuild: stable on amd64 diff --git a/x11-plugins/wmnd/files/digest-wmnd-0.4.10 b/x11-plugins/wmnd/files/digest-wmnd-0.4.10 deleted file mode 100644 index 1342340689a2..000000000000 --- a/x11-plugins/wmnd/files/digest-wmnd-0.4.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 f68d28f3922a933cb8376644159bb3a0 wmnd-0.4.10.tar.gz 256515 diff --git a/x11-plugins/wmnd/wmnd-0.4.10.ebuild b/x11-plugins/wmnd/wmnd-0.4.10.ebuild deleted file mode 100644 index a8d329f632f7..000000000000 --- a/x11-plugins/wmnd/wmnd-0.4.10.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.10.ebuild,v 1.5 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 -} |