summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-07-14 05:21:05 +0000
committerNick Hadaway <raker@gentoo.org>2003-07-14 05:21:05 +0000
commitc715d00c57553bada1ffb29447353ebbd8f0c57d (patch)
tree5f67551c00d8e5be8b705ed770f222198295952e /x11-plugins
parentmodules/ssl calls yacc (diff)
downloadhistorical-c715d00c57553bada1ffb29447353ebbd8f0c57d.tar.gz
historical-c715d00c57553bada1ffb29447353ebbd8f0c57d.tar.bz2
historical-c715d00c57553bada1ffb29447353ebbd8f0c57d.zip
Version bump.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmnd/ChangeLog7
-rw-r--r--x11-plugins/wmnd/Manifest6
-rw-r--r--x11-plugins/wmnd/files/digest-wmnd-0.4.71
-rw-r--r--x11-plugins/wmnd/wmnd-0.4.7.ebuild35
4 files changed, 46 insertions, 3 deletions
diff --git a/x11-plugins/wmnd/ChangeLog b/x11-plugins/wmnd/ChangeLog
index 933156c42f28..19cfe4f62417 100644
--- a/x11-plugins/wmnd/ChangeLog
+++ b/x11-plugins/wmnd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-plugins/wmnd
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.7 2003/07/07 13:02:52 joker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.8 2003/07/14 05:21:05 raker Exp $
+
+*wmnd-0.5.7 (13 Jul 2003)
+
+ 13 Jul 2003; Nick Hadaway <raker@gentoo.org> wmnd-0.4.7.ebuild:
+ Version bump.
*wmnd-0.4.5-r1 (07 Jul 2003)
diff --git a/x11-plugins/wmnd/Manifest b/x11-plugins/wmnd/Manifest
index fc9c19b01bb3..51efddbe51fd 100644
--- a/x11-plugins/wmnd/Manifest
+++ b/x11-plugins/wmnd/Manifest
@@ -1,7 +1,9 @@
-MD5 e6e5d1338063ce290cd753a97beb874d ChangeLog 922
-MD5 2d494a0b530993d1b931863d481dd1f1 wmnd-0.4.3.ebuild 637
MD5 b5768267d0ace8a24c69ee87372ad833 wmnd-0.4.5.ebuild 633
+MD5 0eeada18c3ca5f7b23b4c0a990f85615 wmnd-0.4.7.ebuild 794
MD5 d36d1f3de995f9fb51f4495018db0476 wmnd-0.4.5-r1.ebuild 791
+MD5 e6e5d1338063ce290cd753a97beb874d ChangeLog 922
+MD5 2d494a0b530993d1b931863d481dd1f1 wmnd-0.4.3.ebuild 637
MD5 5fcf917eb9a34d4cfb39f2d7f88b618f files/digest-wmnd-0.4.3 62
MD5 0b6286a871a62bb800e48ecd046071ad files/digest-wmnd-0.4.5 62
+MD5 dfc7ac1fd7b7eda761495bff23b23bf6 files/digest-wmnd-0.4.7 62
MD5 0b6286a871a62bb800e48ecd046071ad files/digest-wmnd-0.4.5-r1 62
diff --git a/x11-plugins/wmnd/files/digest-wmnd-0.4.7 b/x11-plugins/wmnd/files/digest-wmnd-0.4.7
new file mode 100644
index 000000000000..f6976be516fe
--- /dev/null
+++ b/x11-plugins/wmnd/files/digest-wmnd-0.4.7
@@ -0,0 +1 @@
+MD5 3378ba18557dd4477b278e4144bf32c2 wmnd-0.4.7.tar.gz 243043
diff --git a/x11-plugins/wmnd/wmnd-0.4.7.ebuild b/x11-plugins/wmnd/wmnd-0.4.7.ebuild
new file mode 100644
index 000000000000..82d019b1baa5
--- /dev/null
+++ b/x11-plugins/wmnd/wmnd-0.4.7.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.7.ebuild,v 1.1 2003/07/14 05:21:05 raker Exp $
+
+S="${WORKDIR}/${P}"
+
+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 ~sparc"
+
+DEPEND="virtual/x11
+ x11-wm/windowmaker"
+
+
+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
+}