summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2003-10-16 07:02:49 +0000
committerNick Hadaway <raker@gentoo.org>2003-10-16 07:02:49 +0000
commit8831cf8ce83baae4df7854236b535c2b5b92acaa (patch)
tree8314b6a240eeea5e748bf3b796a75341f308ce2e /x11-plugins
parentVersion bump. Addresses bug #25475 among other things. (diff)
downloadgentoo-2-8831cf8ce83baae4df7854236b535c2b5b92acaa.tar.gz
gentoo-2-8831cf8ce83baae4df7854236b535c2b5b92acaa.tar.bz2
gentoo-2-8831cf8ce83baae4df7854236b535c2b5b92acaa.zip
Version bump. Addresses bug #25475 among other things.
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmmemmon/ChangeLog8
-rw-r--r--x11-plugins/wmmemmon/Manifest4
-rw-r--r--x11-plugins/wmmemmon/files/digest-wmmemmon-1.0.11
-rw-r--r--x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild36
4 files changed, 46 insertions, 3 deletions
diff --git a/x11-plugins/wmmemmon/ChangeLog b/x11-plugins/wmmemmon/ChangeLog
index 8bcc79db00db..e0dc623f067f 100644
--- a/x11-plugins/wmmemmon/ChangeLog
+++ b/x11-plugins/wmmemmon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-plugins/wmmemmon
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/ChangeLog,v 1.4 2003/02/12 09:42:20 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/ChangeLog,v 1.5 2003/10/16 07:02:44 raker Exp $
+
+*wmmemmon-1.0.1 (16 Oct 2003)
+
+ 16 Oct 2003; Nick Hadaway <raker@gentoo.org> wmmemmon-1.0.1.ebuild:
+ Version bump. A fix for 2.6 kernels among other things. See bug
+ #25475
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
diff --git a/x11-plugins/wmmemmon/Manifest b/x11-plugins/wmmemmon/Manifest
index f24942d38275..593b7455b92f 100644
--- a/x11-plugins/wmmemmon/Manifest
+++ b/x11-plugins/wmmemmon/Manifest
@@ -1,5 +1,5 @@
-MD5 27888bdabf4393bb9a0d21fdb9edf745 wmmemmon-1.0.1.ebuild 766
+MD5 9ac2aaece1ce74f9da029870a93a3c92 wmmemmon-1.0.1.ebuild 765
MD5 27888bdabf4393bb9a0d21fdb9edf745 wmmemmon-0.7.0.ebuild 766
-MD5 6a6bfd7aca7300c74404916f1e8a350e ChangeLog 475
+MD5 914c0699504eec36ce5aa5abd4068da1 ChangeLog 654
MD5 3d1a32a49c93085dba9b5afcfaff7ff3 files/digest-wmmemmon-0.7.0 66
MD5 857eb8c9ba9823482749d4e34f1d80aa files/digest-wmmemmon-1.0.1 66
diff --git a/x11-plugins/wmmemmon/files/digest-wmmemmon-1.0.1 b/x11-plugins/wmmemmon/files/digest-wmmemmon-1.0.1
new file mode 100644
index 000000000000..d76918b4a350
--- /dev/null
+++ b/x11-plugins/wmmemmon/files/digest-wmmemmon-1.0.1
@@ -0,0 +1 @@
+MD5 c4b0f93d0a3ebe2c90022c996b29371c wmmemmon-1.0.1.tar.gz 145287
diff --git a/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild b/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild
new file mode 100644
index 000000000000..e9a9197087ff
--- /dev/null
+++ b/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild,v 1.1 2003/10/16 07:02:44 raker Exp $
+
+S=${WORKDIR}/${P}
+
+DESCRIPTION="A program to monitor memory/swap usages."
+SRC_URI="http://www.sh.rim.or.jp/~ssato/src/${P}.tar.gz"
+HOMEPAGE="http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml#wmmemmon"
+
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc "
+SLOT="0"
+
+DEPEND="virtual/glibc x11-base/xfree"
+
+src_compile() {
+
+ econf || die "configure failed"
+
+ emake || die "parallel make failed"
+
+}
+
+src_install () {
+
+ einstall || die "make install failed"
+
+ doman doc/wmmemmon.1
+
+ dodoc AUTHORS ChangeLog THANKS TODO README
+
+ dobin src/wmmemmon
+
+}
+