diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-01-18 12:33:22 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-01-18 12:33:22 +0000 |
commit | 36be10ab8ce7d09aa717aeccb12efa251e302d0f (patch) | |
tree | 64d5fae6908d06acd5728ef3629bea95ae325536 /dev-python/pyxml | |
parent | moving from dev-python/Cheetah to dev-python/cheetah (Manifest recommit) (diff) | |
download | gentoo-2-36be10ab8ce7d09aa717aeccb12efa251e302d0f.tar.gz gentoo-2-36be10ab8ce7d09aa717aeccb12efa251e302d0f.tar.bz2 gentoo-2-36be10ab8ce7d09aa717aeccb12efa251e302d0f.zip |
fix 4suite renaming
Diffstat (limited to 'dev-python/pyxml')
-rw-r--r-- | dev-python/pyxml/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/pyxml/pyxml-0.8.2.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pyxml/pyxml-0.8.3.ebuild | 6 |
3 files changed, 14 insertions, 8 deletions
diff --git a/dev-python/pyxml/ChangeLog b/dev-python/pyxml/ChangeLog index 48c7d9fae22e..0f508709d0e1 100644 --- a/dev-python/pyxml/ChangeLog +++ b/dev-python/pyxml/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pyxml -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/ChangeLog,v 1.3 2003/11/15 02:22:57 agriffis Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/ChangeLog,v 1.4 2004/01/18 12:33:22 liquidx Exp $ + +*pyxml-0.8.2 (18 Jan 2004) + + 18 Jan 2004; Alastair Tse <liquidx@gentoo.org> pyxml-0.8.2.ebuild, + pyxml-0.8.3.ebuild: + fix 4suite after renaming *pyxml-0.8.1 (14 Nov 2003) diff --git a/dev-python/pyxml/pyxml-0.8.2.ebuild b/dev-python/pyxml/pyxml-0.8.2.ebuild index 9adf24a17ea8..8ffd07d60608 100644 --- a/dev-python/pyxml/pyxml-0.8.2.ebuild +++ b/dev-python/pyxml/pyxml-0.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.2.ebuild,v 1.2 2003/09/06 23:32:28 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.2.ebuild,v 1.3 2004/01/18 12:33:22 liquidx Exp $ inherit distutils @@ -24,7 +24,7 @@ src_compile() { # if you want to use 4Suite, then their XSLT/XPATH is # better according to the docs - if has_version "dev-python/4Suite"; then + if has_version "dev-python/4suite"; then myconf="--without-xslt --without-xpath" fi diff --git a/dev-python/pyxml/pyxml-0.8.3.ebuild b/dev-python/pyxml/pyxml-0.8.3.ebuild index 12fd68654bfe..dc3e54fc767b 100644 --- a/dev-python/pyxml/pyxml-0.8.3.ebuild +++ b/dev-python/pyxml/pyxml-0.8.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.3.ebuild,v 1.4 2003/12/17 05:05:53 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxml/pyxml-0.8.3.ebuild,v 1.5 2004/01/18 12:33:22 liquidx Exp $ inherit distutils @@ -24,7 +24,7 @@ src_compile() { # if you want to use 4Suite, then their XSLT/XPATH is # better according to the docs - if has_version "dev-python/4Suite"; then + if has_version "dev-python/4suite"; then myconf="--without-xslt --without-xpath" fi |