summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichele Noberasco <s4t4n@gentoo.org>2005-04-08 07:22:21 +0000
committerMichele Noberasco <s4t4n@gentoo.org>2005-04-08 07:22:21 +0000
commitb2ccea233e6e313910a00dff8b6621aeecc9c0e1 (patch)
tree045b7253326bb39804a53fb4f663e46310dad003 /x11-plugins/wmnd
parentNew version. (diff)
downloadhistorical-b2ccea233e6e313910a00dff8b6621aeecc9c0e1.tar.gz
historical-b2ccea233e6e313910a00dff8b6621aeecc9c0e1.tar.bz2
historical-b2ccea233e6e313910a00dff8b6621aeecc9c0e1.zip
Wiped out older version...
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-plugins/wmnd')
-rw-r--r--x11-plugins/wmnd/ChangeLog5
-rw-r--r--x11-plugins/wmnd/files/digest-wmnd-0.4.101
-rw-r--r--x11-plugins/wmnd/wmnd-0.4.10.ebuild28
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
-}