diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 22:55:04 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 22:55:04 +0000 |
commit | d9f734789a08815c162d750ece23985137284bed (patch) | |
tree | 48960afc61c374bc9da59d3e43991dda9c8711eb /dev-python/bicyclerepair | |
parent | distutil-ize (diff) | |
download | historical-d9f734789a08815c162d750ece23985137284bed.tar.gz historical-d9f734789a08815c162d750ece23985137284bed.tar.bz2 historical-d9f734789a08815c162d750ece23985137284bed.zip |
bump to stable
Diffstat (limited to 'dev-python/bicyclerepair')
-rw-r--r-- | dev-python/bicyclerepair/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/bicyclerepair/bicyclerepair-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/bicyclerepair/ChangeLog b/dev-python/bicyclerepair/ChangeLog index 3e2c2c924903..c75f135c34a9 100644 --- a/dev-python/bicyclerepair/ChangeLog +++ b/dev-python/bicyclerepair/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-python/bicyclerepair # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/ChangeLog,v 1.1 2003/03/08 18:23:07 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/ChangeLog,v 1.2 2003/04/04 22:55:04 liquidx Exp $ *bicyclerepair-0.7.1 (08 Mar 2003) + 04 Apr 2003; Alastair Tse <liquidx@gentoo.org> bicyclerepair-0.7.1.ebuild: + bump to stable + 08 Mar 2003; Alastair Tse <liquidx@gentoo.org> bicyclerepair-0.7.1.ebuild: initial ebuild. thanks to Lin Zhemin <ljm@ljm.idv.tw> (#16448) diff --git a/dev-python/bicyclerepair/bicyclerepair-0.7.1.ebuild b/dev-python/bicyclerepair/bicyclerepair-0.7.1.ebuild index 898e5d01c3e4..71f6392038c0 100644 --- a/dev-python/bicyclerepair/bicyclerepair-0.7.1.ebuild +++ b/dev-python/bicyclerepair/bicyclerepair-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.7.1.ebuild,v 1.1 2003/03/08 18:23:07 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/bicyclerepair/bicyclerepair-0.7.1.ebuild,v 1.2 2003/04/04 22:55:04 liquidx Exp $ inherit distutils @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/bicyclerepair/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" IUSE="" DEPEND="virtual/python" |