diff options
author | Ian Leitch <port001@gentoo.org> | 2003-12-06 16:14:41 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2003-12-06 16:14:41 +0000 |
commit | d79233ab427bf59f2fb72fcedb976b5b12d16cf4 (patch) | |
tree | 7d70866d275ea749e5559d5297d13b3c3a26294f /x11-plugins | |
parent | See #33362 (diff) | |
download | gentoo-2-d79233ab427bf59f2fb72fcedb976b5b12d16cf4.tar.gz gentoo-2-d79233ab427bf59f2fb72fcedb976b5b12d16cf4.tar.bz2 gentoo-2-d79233ab427bf59f2fb72fcedb976b5b12d16cf4.zip |
See #33362
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmon+smp/ChangeLog | 6 | ||||
-rw-r--r-- | x11-plugins/wmmon+smp/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmmon+smp/wmmon+smp-1.0-r1.ebuild | 10 |
3 files changed, 13 insertions, 7 deletions
diff --git a/x11-plugins/wmmon+smp/ChangeLog b/x11-plugins/wmmon+smp/ChangeLog index 705890c671d2..c8d0faa989bf 100644 --- a/x11-plugins/wmmon+smp/ChangeLog +++ b/x11-plugins/wmmon+smp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmmon+smp # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog,v 1.3 2003/11/16 22:36:08 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon+smp/ChangeLog,v 1.4 2003/12/06 16:14:32 port001 Exp $ + + 06 Dec 2003; Ian Leitch <port001@gentoo.org> wmmon+smp-1.0-r1.ebuild: + Reverted blocking of wmmon and made the binary installed 'wmmon+smp'. Please + see #33362. Thanks to Kris Kersey <augustus@linuxhardware.org> for reporting 16 Nov 2003; Markus Nigbur <pyrania@gentoo.org> wmmon+smp-1.0-r1.ebuild: Blocking x11-plugins/wmmon. 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 } |