diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-09-16 16:08:56 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-09-16 16:08:56 +0000 |
commit | 904c77d00caf657aaf8cb70246436d001f4e2dde (patch) | |
tree | 5468e590b6903c8176b614a53465169db12deb24 /app-misc | |
parent | KEYWORDS for alpha (diff) | |
download | historical-904c77d00caf657aaf8cb70246436d001f4e2dde.tar.gz historical-904c77d00caf657aaf8cb70246436d001f4e2dde.tar.bz2 historical-904c77d00caf657aaf8cb70246436d001f4e2dde.zip |
Moved app-misc/wmmon+smp x11-plugins/wmmon+smp... I'll do it in one
commit for the next one. :)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/wmmon+smp/ChangeLog | 13 | ||||
-rw-r--r-- | app-misc/wmmon+smp/files/digest-wmmon+smp-1.0-r1 | 1 | ||||
-rw-r--r-- | app-misc/wmmon+smp/wmmon+smp-1.0-r1.ebuild | 26 |
3 files changed, 0 insertions, 40 deletions
diff --git a/app-misc/wmmon+smp/ChangeLog b/app-misc/wmmon+smp/ChangeLog deleted file mode 100644 index 3a79c223fc8c..000000000000 --- a/app-misc/wmmon+smp/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for app-misc/wmmon+smp -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-misc/wmmon+smp/ChangeLog,v 1.1 2002/02/01 21:53:08 gbevin Exp $ - -*wmmon+smp-1.0-r1 (1 Feb 2002) - - 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/app-misc/wmmon+smp/files/digest-wmmon+smp-1.0-r1 b/app-misc/wmmon+smp/files/digest-wmmon+smp-1.0-r1 deleted file mode 100644 index 8f2edfaeed27..000000000000 --- a/app-misc/wmmon+smp/files/digest-wmmon+smp-1.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 9c50ad3e59a2bf048735a71ea4559a4c wmmon+smp.tar.gz 15807 diff --git a/app-misc/wmmon+smp/wmmon+smp-1.0-r1.ebuild b/app-misc/wmmon+smp/wmmon+smp-1.0-r1.ebuild deleted file mode 100644 index 6cf4b3336208..000000000000 --- a/app-misc/wmmon+smp/wmmon+smp-1.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v 1.3 2002/07/25 19:18:35 seemant 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 -} |