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 | 92b24c9b6b6dfecdd43059a222fd5c15c426b7ef (patch) | |
tree | a98bdba992d6b5c856ede8c997b0f1274a0a7a71 /x11-plugins | |
parent | Hooray for epatch. (diff) | |
download | historical-92b24c9b6b6dfecdd43059a222fd5c15c426b7ef.tar.gz historical-92b24c9b6b6dfecdd43059a222fd5c15c426b7ef.tar.bz2 historical-92b24c9b6b6dfecdd43059a222fd5c15c426b7ef.zip |
Marked stable on x86.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmbio/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmbio/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmbio/wmbio-1.01.ebuild | 6 |
3 files changed, 9 insertions, 6 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/Manifest b/x11-plugins/wmbio/Manifest index a7deb655d1ae..7dda286ad01c 100644 --- a/x11-plugins/wmbio/Manifest +++ b/x11-plugins/wmbio/Manifest @@ -1,4 +1,4 @@ -MD5 c93378ec08ddacfa3585d92abd440f83 wmbio-1.01.ebuild 656 -MD5 062cca95aaa2db4f91691fc458dde114 ChangeLog 459 +MD5 8381ab7a6b673be96da785398a9f296a wmbio-1.01.ebuild 667 +MD5 f5be344c78089d73c0ca506b13b68ebf ChangeLog 556 MD5 4c5c351347637833b44c37c9c107a6b4 metadata.xml 439 MD5 c2544808b27c1597b05b975e7cb6ea96 files/digest-wmbio-1.01 61 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_ |