diff options
-rw-r--r-- | dev-python/pyx/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyx/pyx-0.5.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/pyx/pyx-0.6.1.ebuild | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/dev-python/pyx/ChangeLog b/dev-python/pyx/ChangeLog index bbcea4587df0..314f48e31a77 100644 --- a/dev-python/pyx/ChangeLog +++ b/dev-python/pyx/ChangeLog @@ -1,13 +1,14 @@ # ChangeLog for dev-python/pyx # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.8 2004/09/11 22:21:27 lucass Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/ChangeLog,v 1.9 2004/09/11 22:30:56 lucass Exp $ *pyx-0.6.3 (12 Sep 2004) 12 Sep 2004; Lukasz Strzygowski <lucass@gentoo.org> metadata.xml, - +pyx-0.6.3.ebuild: + pyx-0.5.1.ebuild, pyx-0.6.1.ebuild, +pyx-0.6.3.ebuild: Version bump, thanks for information to Christopher Knox in bug #63604. Some minor changes in the ebuild. Added description to metadata.xml. + Versions 0.5.1 and 0.6.1 marked stable on x86. 18 May 2004; Mamoru KOMACHI <usata@gentoo.org> pyx-0.3.1.ebuild, pyx-0.5.1.ebuild, pyx-0.6.1.ebuild: diff --git a/dev-python/pyx/pyx-0.5.1.ebuild b/dev-python/pyx/pyx-0.5.1.ebuild index 6678306b19f6..78c7e6cb9fa9 100644 --- a/dev-python/pyx/pyx-0.5.1.ebuild +++ b/dev-python/pyx/pyx-0.5.1.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/dev-python/pyx/pyx-0.5.1.ebuild,v 1.3 2004/06/25 01:47:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.5.1.ebuild,v 1.4 2004/09/11 22:30:56 lucass Exp $ IUSE="" @@ -17,7 +17,7 @@ DEPEND=">=dev-lang/python-2.2 virtual/tetex" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" LICENSE="GPL-2" src_install() { diff --git a/dev-python/pyx/pyx-0.6.1.ebuild b/dev-python/pyx/pyx-0.6.1.ebuild index d86ddf4fba84..aa54f5272326 100644 --- a/dev-python/pyx/pyx-0.6.1.ebuild +++ b/dev-python/pyx/pyx-0.6.1.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/dev-python/pyx/pyx-0.6.1.ebuild,v 1.4 2004/06/25 01:47:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyx/pyx-0.6.1.ebuild,v 1.5 2004/09/11 22:30:56 lucass Exp $ IUSE="" @@ -17,7 +17,7 @@ DEPEND=">=dev-lang/python-2.2 virtual/tetex" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ~ppc" LICENSE="GPL-2" src_install() { |