diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-08-03 15:58:48 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-08-03 15:58:48 +0000 |
commit | 497071fd619c0b751219fe2a2a07a8b5ef835488 (patch) | |
tree | be3034d7e5ae72e8ad0fda1d80778bb457cb9168 /x11-plugins/wmmon | |
parent | Version bumped. (Manifest recommit) (diff) | |
download | gentoo-2-497071fd619c0b751219fe2a2a07a8b5ef835488.tar.gz gentoo-2-497071fd619c0b751219fe2a2a07a8b5ef835488.tar.bz2 gentoo-2-497071fd619c0b751219fe2a2a07a8b5ef835488.zip |
x11-plugins/wmmon-1.0_beta2-r2 stable for x86. Wipe out older ebuilds.
Diffstat (limited to 'x11-plugins/wmmon')
-rw-r--r-- | x11-plugins/wmmon/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmmon/files/digest-wmmon-1.0_beta2 | 1 | ||||
-rw-r--r-- | x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild | 4 | ||||
-rw-r--r-- | x11-plugins/wmmon/wmmon-1.0_beta2.ebuild | 25 |
4 files changed, 8 insertions, 29 deletions
diff --git a/x11-plugins/wmmon/ChangeLog b/x11-plugins/wmmon/ChangeLog index 4379ef332cb9..4b7ef76344bf 100644 --- a/x11-plugins/wmmon/ChangeLog +++ b/x11-plugins/wmmon/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-plugins/wmmon # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/ChangeLog,v 1.10 2004/06/28 21:00:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/ChangeLog,v 1.11 2004/08/03 15:58:48 s4t4n Exp $ + + 03 Aug 2004; Michele Noberasco <s4t4n@gentoo.org> wmmon-1.0_beta2-r2.ebuild: + Stable on x86. + wmmon-1.0_beta2.ebuild: + Remove older ebuild. 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> wmmon-1.0_beta2-r1.ebuild, wmmon-1.0_beta2-r2.ebuild: diff --git a/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2 b/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2 deleted file mode 100644 index aa0d5acf08e0..000000000000 --- a/x11-plugins/wmmon/files/digest-wmmon-1.0_beta2 +++ /dev/null @@ -1 +0,0 @@ -MD5 1b8c780b8c24a6958c69330fef4171df wmmon-1_0b2.tar.gz 21589 diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild index 8c48ff5b7a04..b9c81fd7df48 100644 --- a/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild +++ b/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild,v 1.3 2004/06/28 21:00:34 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2-r2.ebuild,v 1.4 2004/08/03 15:58:48 s4t4n Exp $ inherit eutils @@ -16,7 +16,7 @@ DEPEND="virtual/x11 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~sparc ~amd64" +KEYWORDS="x86 ~sparc ~amd64" src_unpack() { unpack ${A} ; cd ${S}/${PN} diff --git a/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild b/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild deleted file mode 100644 index 8a307266fd92..000000000000 --- a/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmon/wmmon-1.0_beta2.ebuild,v 1.8 2004/06/24 23:13:35 agriffis Exp $ - -S=${WORKDIR}/wmmon.app -IUSE="" -DESCRIPTION="Dockable system resources monitor applette for WindowMaker" -WMMON_VERSION=1_0b2 -SRC_URI="http://rpig.dyndns.org/~anstinus/Linux/wmmon-${WMMON_VERSION}.tar.gz" -HOMEPAGE="http://www.bensinclair.com/dockapp/" - -DEPEND="x11-wm/windowmaker" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 sparc amd64" - -src_compile() { - emake -C wmmon || die -} - -src_install () { - dobin wmmon/wmmon - dodoc BUGS CHANGES COPYING HINTS INSTALL README TODO -} |