summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-10-03 15:29:25 +0000
committerNick Hadaway <raker@gentoo.org>2002-10-03 15:29:25 +0000
commit847e3e53308684e81f73b4af1298df4b7ee05f59 (patch)
tree24e52ba62616556756253e70aad94b271c9ee83d /x11-plugins/wmcpuload
parentAdded wmnd to x11-plugins. Closes bug #1603 (diff)
downloadhistorical-847e3e53308684e81f73b4af1298df4b7ee05f59.tar.gz
historical-847e3e53308684e81f73b4af1298df4b7ee05f59.tar.bz2
historical-847e3e53308684e81f73b4af1298df4b7ee05f59.zip
Version bump for wmcpuload and added missing ChangeLogs...
Diffstat (limited to 'x11-plugins/wmcpuload')
-rw-r--r--x11-plugins/wmcpuload/ChangeLog10
-rw-r--r--x11-plugins/wmcpuload/files/digest-wmcpuload-1.0.01
-rw-r--r--x11-plugins/wmcpuload/wmcpuload-1.0.0.ebuild29
3 files changed, 37 insertions, 3 deletions
diff --git a/x11-plugins/wmcpuload/ChangeLog b/x11-plugins/wmcpuload/ChangeLog
index aeb29b876b05..b7d013d5bc43 100644
--- a/x11-plugins/wmcpuload/ChangeLog
+++ b/x11-plugins/wmcpuload/ChangeLog
@@ -1,15 +1,19 @@
# ChangeLog for x11-plugins/wmcpuload
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/ChangeLog,v 1.1 2002/08/30 07:51:31 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/ChangeLog,v 1.2 2002/10/03 15:29:25 raker Exp $
+
+*wmcpuload-1.0.0 (04 Oct 2002)
+
+ 04 Oct 2002; Nick Hadaway <raker@gentoo.org> wmcpuload-1.0.0.ebuild,
+ files/digest-wmcpuload-1.0.0 :
+ Version bump.
*WMCPULoad-0.8.1 (1 Feb 2002)
30 Aug 2002; Seemant Kulleen <seemant@gentoo.org> * :
-
Relocated to x11-plugins, and renamed to wmcpuload from WMCPULoad
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
diff --git a/x11-plugins/wmcpuload/files/digest-wmcpuload-1.0.0 b/x11-plugins/wmcpuload/files/digest-wmcpuload-1.0.0
new file mode 100644
index 000000000000..aedfa36c94bc
--- /dev/null
+++ b/x11-plugins/wmcpuload/files/digest-wmcpuload-1.0.0
@@ -0,0 +1 @@
+MD5 978744e7ab8002cb3d973a23b47b59e1 wmcpuload-1.0.0.tar.bz2 88022
diff --git a/x11-plugins/wmcpuload/wmcpuload-1.0.0.ebuild b/x11-plugins/wmcpuload/wmcpuload-1.0.0.ebuild
new file mode 100644
index 000000000000..d4f53abe2ed4
--- /dev/null
+++ b/x11-plugins/wmcpuload/wmcpuload-1.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/wmcpuload-1.0.0.ebuild,v 1.1 2002/10/03 15:29:25 raker Exp $
+
+S=${WORKDIR}/${P}
+
+DESCRIPTION="WMCPULoad is a program to monitor CPU usage."
+SRC_URI="http://www.sh.rim.or.jp/~ssato/src/${P}.tar.bz2"
+HOMEPAGE="http://www.sh.rim.or.jp/~ssato/dockapp/#wmcpuload"
+
+DEPEND="virtual/x11"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86 sparc sparc64"
+
+src_compile() {
+
+ econf || die "configure failed"
+
+ emake || die "parallel make failed"
+
+}
+
+src_install () {
+
+ einstall || die "make install failed"
+
+}