diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-09-16 16:02:05 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-09-16 16:02:05 +0000 |
commit | d8f07e1d646150bc35e6d46aa023a7351ddf16be (patch) | |
tree | 276926bc32f2b46ba996492259b49e51c521f108 /x11-plugins | |
parent | moved app-misc/wmmon+smp to x11-plugins/wmmon+smp (diff) | |
download | gentoo-2-d8f07e1d646150bc35e6d46aa023a7351ddf16be.tar.gz gentoo-2-d8f07e1d646150bc35e6d46aa023a7351ddf16be.tar.bz2 gentoo-2-d8f07e1d646150bc35e6d46aa023a7351ddf16be.zip |
Moving app-misc/wmmon+smp to x11-plugins/wmmon+smp
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmon+smp/ChangeLog | 15 | ||||
-rw-r--r-- | x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild | 26 |
2 files changed, 41 insertions, 0 deletions
diff --git a/x11-plugins/wmmon+smp/ChangeLog b/x11-plugins/wmmon+smp/ChangeLog new file mode 100644 index 000000000000..74db3951ab56 --- /dev/null +++ b/x11-plugins/wmmon+smp/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for x11-plugins/wmmon+smp +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog,v 1.1 2002/09/16 16:02:05 raker Exp $ + +*wmmon+smp-1.0-r1 (1 Feb 2002) + + 16 Sep 2002; Nick Hadaway <raker@gentoo.org> : + Moved files from app-misc to x11-plugins + + 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/wmmon+smp/wmmon+smp-1.0-r1.ebuild b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild new file mode 100644 index 000000000000..a36bcdea05b1 --- /dev/null +++ b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v 1.1 2002/09/16 16:02:05 raker Exp $ + +S=${WORKDIR}/wmmon.app +S2=${S}/wmmon +DESCRIPTION="Dockapp CPU monitor resembling Xosview, support for smp" +SRC_URI="http://www.ne.jp/asahi/linux/timecop/wmmon+smp.tar.gz" +HOMEPAGE="http://www.ne.jp/asahi/linux/timecop/" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" + +DEPEND="virtual/x11" + +src_compile() { + cd ${S2} + emake || die +} + +src_install () { + exeinto /usr/bin + doexe ${S2}/wmmon + dodoc ${S}/README ${S}/COPYING ${S}/INSTALL +} |