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
commit9e84d3c5a9248108cc08e1a28990e5d5009d376f (patch)
tree53f2d9f9d5610f27ea1281498c6d0c7be0854007 /x11-plugins/wmmemmon
parentVersion bump. Addresses bug #25475 among other things. (diff)
downloadhistorical-9e84d3c5a9248108cc08e1a28990e5d5009d376f.tar.gz
historical-9e84d3c5a9248108cc08e1a28990e5d5009d376f.tar.bz2
historical-9e84d3c5a9248108cc08e1a28990e5d5009d376f.zip
Version bump. Addresses bug #25475 among other things.
Diffstat (limited to 'x11-plugins/wmmemmon')
-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
3 files changed, 39 insertions, 2 deletions
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
+
+}
+