summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Leitch <port001@gentoo.org>2003-12-06 16:14:41 +0000
committerIan Leitch <port001@gentoo.org>2003-12-06 16:14:41 +0000
commit3dde9c9fe1eea03f079d5cfc35e9e857c9f58210 (patch)
tree5d0cac0dd66b3774bb30519aa7e6db69cc382b5f /x11-plugins
parentSee #33362 (diff)
downloadhistorical-3dde9c9fe1eea03f079d5cfc35e9e857c9f58210.tar.gz
historical-3dde9c9fe1eea03f079d5cfc35e9e857c9f58210.tar.bz2
historical-3dde9c9fe1eea03f079d5cfc35e9e857c9f58210.zip
See #33362
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmmon+smp/Manifest4
-rw-r--r--x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild10
2 files changed, 8 insertions, 6 deletions
diff --git a/x11-plugins/wmmon+smp/Manifest b/x11-plugins/wmmon+smp/Manifest
index 4c67ed8db76b..9f4e2b6fa0e8 100644
--- a/x11-plugins/wmmon+smp/Manifest
+++ b/x11-plugins/wmmon+smp/Manifest
@@ -1,4 +1,4 @@
-MD5 c2d5078332b0c9ee3d1aebb603b24890 ChangeLog 1116
+MD5 f728270ea4962b25a1741abe036a63ec ChangeLog 1116
MD5 6aaad493b19e4f303033402fcfc4db75 metadata.xml 484
-MD5 5aea595c7069cdaced2994a20cb55323 wmmon+smp-1.0-r1.ebuild 717
+MD5 cef0f66e52fdf817ec533ad9495eb239 wmmon+smp-1.0-r1.ebuild 717
MD5 65ae74c588cc6bc40172f42b4b89e330 files/digest-wmmon+smp-1.0-r1 60
diff --git a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild
index 66c9ee32ad42..1f70f635db3d 100644
--- a/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild
+++ b/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v 1.5 2003/11/16 22:36:08 pyrania Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild,v 1.6 2003/12/06 16:14:32 port001 Exp $
+
+IUSE=""
S=${WORKDIR}/wmmon.app
S2=${S}/wmmon
@@ -12,8 +14,7 @@ SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 amd64"
-DEPEND="virtual/x11
- !x11-plugins/wmmon"
+DEPEND="virtual/x11"
src_compile() {
cd ${S2}
@@ -22,6 +23,7 @@ src_compile() {
src_install () {
exeinto /usr/bin
- doexe ${S2}/wmmon
+ cp ${S2}/wmmon ${S2}/wmmon+smp
+ doexe ${S2}/wmmon+smp
dodoc ${S}/README ${S}/COPYING ${S}/INSTALL
}