summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Holland <robh@gentoo.org>2003-06-05 00:46:28 +0000
committerRob Holland <robh@gentoo.org>2003-06-05 00:46:28 +0000
commit8cadcd7420cf46695fc29d090e9b5bc8d3e6c8ec (patch)
tree236f9ca8dd8c30803851210e266dace575b0c8ba /x11-plugins
parentversion bump. thanks to Alex Fritze, closes #19823. (diff)
downloadgentoo-2-8cadcd7420cf46695fc29d090e9b5bc8d3e6c8ec.tar.gz
gentoo-2-8cadcd7420cf46695fc29d090e9b5bc8d3e6c8ec.tar.bz2
gentoo-2-8cadcd7420cf46695fc29d090e9b5bc8d3e6c8ec.zip
version bump. thanks to Alex Fritze, closes #19823.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmnd/ChangeLog7
-rw-r--r--x11-plugins/wmnd/Manifest4
-rw-r--r--x11-plugins/wmnd/files/digest-wmnd-0.4.51
-rw-r--r--x11-plugins/wmnd/wmnd-0.4.5.ebuild31
4 files changed, 40 insertions, 3 deletions
diff --git a/x11-plugins/wmnd/ChangeLog b/x11-plugins/wmnd/ChangeLog
index f05e501493fc..b98ef14a93d6 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.5 2003/04/01 21:54:01 spider Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/ChangeLog,v 1.6 2003/06/05 00:46:20 robh Exp $
+
+*wmnd-0.4.5 (05 Jun 2003)
+
+ 05 Jun 2003; robh <robh@gentoo.org> wmnd-0.4.5.ebuild:
+ version bump and new homepage. Thanks to Alex Fritze. Closes #19823.
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/x11-plugins/wmnd/Manifest b/x11-plugins/wmnd/Manifest
index febceca4f395..d0f508a724e8 100644
--- a/x11-plugins/wmnd/Manifest
+++ b/x11-plugins/wmnd/Manifest
@@ -1,5 +1,5 @@
-MD5 d7e558d1b466ba28cbf5a00d20e0927e wmnd-0.4.5.ebuild 635
-MD5 76b76c4cbf6dd99e647fe88ddd7852a6 ChangeLog 738
+MD5 b5768267d0ace8a24c69ee87372ad833 wmnd-0.4.5.ebuild 633
+MD5 f7e822e9049b0416016a9ff17b9e7eb7 ChangeLog 736
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
diff --git a/x11-plugins/wmnd/files/digest-wmnd-0.4.5 b/x11-plugins/wmnd/files/digest-wmnd-0.4.5
new file mode 100644
index 000000000000..0cc4621022e9
--- /dev/null
+++ b/x11-plugins/wmnd/files/digest-wmnd-0.4.5
@@ -0,0 +1 @@
+MD5 b143203fc476a7dd08e64c87619db4f2 wmnd-0.4.5.tar.gz 238799
diff --git a/x11-plugins/wmnd/wmnd-0.4.5.ebuild b/x11-plugins/wmnd/wmnd-0.4.5.ebuild
new file mode 100644
index 000000000000..39e9e847c88a
--- /dev/null
+++ b/x11-plugins/wmnd/wmnd-0.4.5.ebuild
@@ -0,0 +1,31 @@
+# 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.5.ebuild,v 1.1 2003/06/05 00:46:20 robh Exp $
+
+S="${WORKDIR}/${P}"
+
+DESCRIPTION="WindowMaker Network Devices (dockapp)"
+HOMEPAGE="http://www.yuv.info/wmnd/"
+SRC_URI="http://www.yuv.info/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"
+
+}