diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-09-04 00:19:46 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-09-04 00:19:46 +0000 |
commit | 10a96dcc6f9920a06aebbd0d80cc87d941f2cf57 (patch) | |
tree | 1171a6726a59aace28dcd6c9a3ebbdb84f06bc76 /x11-plugins/wmbio | |
parent | x11-plugins/wmbiff-0.4.25 stable for x86... (Manifest recommit) (diff) | |
download | gentoo-2-10a96dcc6f9920a06aebbd0d80cc87d941f2cf57.tar.gz gentoo-2-10a96dcc6f9920a06aebbd0d80cc87d941f2cf57.tar.bz2 gentoo-2-10a96dcc6f9920a06aebbd0d80cc87d941f2cf57.zip |
x11-plugins/wmbio-1.02 stable for x86. Remove older ebuild.
Diffstat (limited to 'x11-plugins/wmbio')
-rw-r--r-- | x11-plugins/wmbio/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmbio/files/digest-wmbio-1.01 | 1 | ||||
-rw-r--r-- | x11-plugins/wmbio/wmbio-1.01.ebuild | 29 | ||||
-rw-r--r-- | x11-plugins/wmbio/wmbio-1.02.ebuild | 4 |
4 files changed, 9 insertions, 33 deletions
diff --git a/x11-plugins/wmbio/ChangeLog b/x11-plugins/wmbio/ChangeLog index 0bcaa892e8b8..1e29c99371b1 100644 --- a/x11-plugins/wmbio/ChangeLog +++ b/x11-plugins/wmbio/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-plugins/wmbio # Copyright 2001-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.8 2004/09/03 02:38:28 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.9 2004/09/04 00:19:46 s4t4n Exp $ + + 04 Sep 2004; Michele Noberasco <s4t4n@gentoo.org> wmbio-1.02.ebuild: + Stable for x86. + wmbio-1.01.ebuild: + Remove older ebuild... + 02 Sep 2004; Tom Gall <tgall@gentoo.org> wmbio-1.02.ebuild: stable on ppc64, bug #62249 diff --git a/x11-plugins/wmbio/files/digest-wmbio-1.01 b/x11-plugins/wmbio/files/digest-wmbio-1.01 deleted file mode 100644 index 8fed0b718bb4..000000000000 --- a/x11-plugins/wmbio/files/digest-wmbio-1.01 +++ /dev/null @@ -1 +0,0 @@ -MD5 b8f0298b20e9f72574efd2b60e1e8850 wmbio-1.01.tar.gz 21420 diff --git a/x11-plugins/wmbio/wmbio-1.01.ebuild b/x11-plugins/wmbio/wmbio-1.01.ebuild deleted file mode 100644 index 5ee35334ce5a..000000000000 --- a/x11-plugins/wmbio/wmbio-1.01.ebuild +++ /dev/null @@ -1,29 +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/wmbio/wmbio-1.01.ebuild,v 1.7 2004/08/23 19:36:44 s4t4n Exp $ - -IUSE="" -S=${WORKDIR}/wmbio/src -DESCRIPTION="a Window Maker applet that shows your biorhythm" -SRC_URI="http://wmbio.sourceforge.net/${P}.tar.gz" -HOMEPAGE="http://wmbio.sourceforge.net/" - -DEPEND="virtual/x11" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -src_compile() { - cp Makefile Makefile_ - sed -e 's:cc:cc ${CFLAGS}:' Makefile_ > Makefile - - emake || die -} - -src_install () -{ - dobin wmbio - cd .. - dodoc README INSTALL COPYING NEWS Changelog -} diff --git a/x11-plugins/wmbio/wmbio-1.02.ebuild b/x11-plugins/wmbio/wmbio-1.02.ebuild index 2e661a261b6b..1b7009ebf651 100644 --- a/x11-plugins/wmbio/wmbio-1.02.ebuild +++ b/x11-plugins/wmbio/wmbio-1.02.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/wmbio/wmbio-1.02.ebuild,v 1.3 2004/09/03 02:38:28 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.02.ebuild,v 1.4 2004/09/04 00:19:46 s4t4n Exp $ inherit eutils @@ -14,7 +14,7 @@ DEPEND="virtual/x11" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ppc ppc64" +KEYWORDS="x86 ppc ppc64" src_unpack() { |