diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:51:31 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-30 07:51:31 +0000 |
commit | 1bf46fd2d5d2e9948e0cbc0789f16de7e10413c6 (patch) | |
tree | 53ce124a406239ab983132687a79e05ae74f0766 /x11-plugins/wmcpuload | |
parent | moved WindowMaker dockapps from x11-misc to x11-plugins (diff) | |
download | gentoo-2-1bf46fd2d5d2e9948e0cbc0789f16de7e10413c6.tar.gz gentoo-2-1bf46fd2d5d2e9948e0cbc0789f16de7e10413c6.tar.bz2 gentoo-2-1bf46fd2d5d2e9948e0cbc0789f16de7e10413c6.zip |
moved x11-misc/WMCPULoad to x11-plugins/wmcpuload
Diffstat (limited to 'x11-plugins/wmcpuload')
-rw-r--r-- | x11-plugins/wmcpuload/ChangeLog | 17 | ||||
-rw-r--r-- | x11-plugins/wmcpuload/files/digest-wmcpuload-0.8.1 | 1 | ||||
-rw-r--r-- | x11-plugins/wmcpuload/wmcpuload-0.8.1.ebuild | 24 |
3 files changed, 42 insertions, 0 deletions
diff --git a/x11-plugins/wmcpuload/ChangeLog b/x11-plugins/wmcpuload/ChangeLog new file mode 100644 index 000000000000..aeb29b876b05 --- /dev/null +++ b/x11-plugins/wmcpuload/ChangeLog @@ -0,0 +1,17 @@ +# 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 $ + +*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 + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/x11-plugins/wmcpuload/files/digest-wmcpuload-0.8.1 b/x11-plugins/wmcpuload/files/digest-wmcpuload-0.8.1 new file mode 100644 index 000000000000..6b7b078de699 --- /dev/null +++ b/x11-plugins/wmcpuload/files/digest-wmcpuload-0.8.1 @@ -0,0 +1 @@ +MD5 a2fc771773513da91c33288a97e50055 WMCPULoad-0.8.1.tar.bz2 71321 diff --git a/x11-plugins/wmcpuload/wmcpuload-0.8.1.ebuild b/x11-plugins/wmcpuload/wmcpuload-0.8.1.ebuild new file mode 100644 index 000000000000..5a71e9e1da7b --- /dev/null +++ b/x11-plugins/wmcpuload/wmcpuload-0.8.1.ebuild @@ -0,0 +1,24 @@ +# Copyright (c) Vitaly Kushneriuk +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcpuload/wmcpuload-0.8.1.ebuild,v 1.1 2002/08/30 07:51:31 seemant Exp $ + +MY_P=${P/wmcpul/WMCPUL} +S=${WORKDIR}/${MY_P} +DESCRIPTION="WMCPULoad is a program to monitor CPU usage." +SRC_URI="http://www.sh.rim.or.jp/~ssato/src/${MY_P}.tar.bz2" +HOMEPAGE="http://www.sh.rim.or.jp/~ssato/wmcpuload-e.html" + +DEPEND="virtual/x11" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 sparc sparc64" + +src_compile() { + econf || die + emake || die +} + +src_install () { + make DESTDIR=${D} install || die +} |