diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2004-01-25 22:35:20 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2004-01-25 22:35:20 +0000 |
commit | f3bab719676679fa866d87362698bab9aa93bea9 (patch) | |
tree | 2d4cb0be782becbb7077fca03047c6e48d56282a /x11-plugins | |
parent | Hooray for epatch. (Manifest recommit) (diff) | |
download | gentoo-2-f3bab719676679fa866d87362698bab9aa93bea9.tar.gz gentoo-2-f3bab719676679fa866d87362698bab9aa93bea9.tar.bz2 gentoo-2-f3bab719676679fa866d87362698bab9aa93bea9.zip |
Marked stable on x86.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmbio/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmbio/wmbio-1.01.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/wmbio/ChangeLog b/x11-plugins/wmbio/ChangeLog index 3c736cd16659..30be07822d06 100644 --- a/x11-plugins/wmbio/ChangeLog +++ b/x11-plugins/wmbio/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmbio # Copyright 2001-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.3 2004/01/04 18:36:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/ChangeLog,v 1.4 2004/01/25 22:35:20 pyrania Exp $ + + 25 Jan 2004; Markus Nigbur <pyrania@gentoo.org> wmbio-1.01.ebuild: + Marked stable on x86. 04 Jan 2004; Markus Nigbur <pyrania@gentoo.org> wmbio-1.01.ebuild: ebuild fixes diff --git a/x11-plugins/wmbio/wmbio-1.01.ebuild b/x11-plugins/wmbio/wmbio-1.01.ebuild index 6aecc59a40ff..cbcf396b1081 100644 --- a/x11-plugins/wmbio/wmbio-1.01.ebuild +++ b/x11-plugins/wmbio/wmbio-1.01.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # 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.2 2004/01/04 02:58:09 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmbio/wmbio-1.01.ebuild,v 1.3 2004/01/25 22:35:20 pyrania Exp $ S=${WORKDIR}/wmbio/src DESCRIPTION="a Window Maker applet that shows your biorhythm" -SRC_URI="mirror://wmbio/${P}.tar.gz" +SRC_URI="mirror://sourceforge/wmbio/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/wmbio/" DEPEND="virtual/x11" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" src_compile() { cp Makefile Makefile_ |