diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-20 18:56:58 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-07-20 18:56:58 +0000 |
commit | e3daa7c83c8645696f7610cb2403ea9c22295349 (patch) | |
tree | 7cf5faebec512613d1aa3d70d03f2d0ee4bccf83 /dev-python | |
parent | Updated depdencies, fixes #57758. (Manifest recommit) (diff) | |
download | gentoo-2-e3daa7c83c8645696f7610cb2403ea9c22295349.tar.gz gentoo-2-e3daa7c83c8645696f7610cb2403ea9c22295349.tar.bz2 gentoo-2-e3daa7c83c8645696f7610cb2403ea9c22295349.zip |
dev-python/PyXML-py21 is now dev-python/pyxml-py21 - remove old ebuilds.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyXML-py21/ChangeLog | 24 | ||||
-rw-r--r-- | dev-python/PyXML-py21/Manifest | 6 | ||||
-rw-r--r-- | dev-python/PyXML-py21/PyXML-py21-0.8.1.ebuild | 24 | ||||
-rw-r--r-- | dev-python/PyXML-py21/PyXML-py21-0.8.2.ebuild | 42 | ||||
-rw-r--r-- | dev-python/PyXML-py21/files/digest-PyXML-py21-0.8.1 | 2 | ||||
-rw-r--r-- | dev-python/PyXML-py21/files/digest-PyXML-py21-0.8.2 | 1 | ||||
-rw-r--r-- | dev-python/PyXML-py21/metadata.xml | 5 |
7 files changed, 0 insertions, 104 deletions
diff --git a/dev-python/PyXML-py21/ChangeLog b/dev-python/PyXML-py21/ChangeLog deleted file mode 100644 index 009dfc443e38..000000000000 --- a/dev-python/PyXML-py21/ChangeLog +++ /dev/null @@ -1,24 +0,0 @@ -# ChangeLog for dev-python/PyXML-py21 -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyXML-py21/ChangeLog,v 1.5 2004/06/25 01:47:47 agriffis Exp $ - - 15 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> - PyXML-py21-0.8.1.ebuild: - ppc needs stable dev-lang/python-2.1 first - -*PyXML-py21-0.8.2 (22 Jun 2003) - - 22 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> PyXML-py21-0.8.2.ebuild: - Version bump. All archs are marked as unstable. - - 22 Jun 2003; Jason Shoemaker <kutsuya@gentoo.org> PyXML-py21-0.8.1.ebuild: - ~ppc ~sparc ~alpha -> ppc sparc alpha - -*PyXML-py21-0.8.1 (25 Mar 2003) - - 05 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> PyXML-py21-0.8.1.ebuild: - ~x86 -> x86 - - 25 Mar 2003; Jason Shoemaker <kutsuya@gentoo.org> PyXML-py21-0.8.1.ebuild: - Initial import. Basically a fork of PyXML-0.8.1 to be used with python2.1. - diff --git a/dev-python/PyXML-py21/Manifest b/dev-python/PyXML-py21/Manifest deleted file mode 100644 index e4a635113ea0..000000000000 --- a/dev-python/PyXML-py21/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -MD5 37634e19eeabbf28b668e0e7de47fffa PyXML-py21-0.8.2.ebuild 949 -MD5 2f0140b7329641c006271aa45ea1ea30 PyXML-py21-0.8.1.ebuild 656 -MD5 632c139690fcad3ebdd11dc97f4a9441 ChangeLog 905 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 4017725d929a182e857404a107507d1c files/digest-PyXML-py21-0.8.1 129 -MD5 6a14eefbf90c139b1f9b058131cb211f files/digest-PyXML-py21-0.8.2 63 diff --git a/dev-python/PyXML-py21/PyXML-py21-0.8.1.ebuild b/dev-python/PyXML-py21/PyXML-py21-0.8.1.ebuild deleted file mode 100644 index 65cba3c58c8c..000000000000 --- a/dev-python/PyXML-py21/PyXML-py21-0.8.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyXML-py21/PyXML-py21-0.8.1.ebuild,v 1.8 2004/06/25 01:47:47 agriffis Exp $ - -PYTHON_SLOT_VERSION=2.1 - -inherit distutils -P_NEW="${PN%-py21}-${PV}" -S="${WORKDIR}/${P_NEW}" - -DESCRIPTION="A collection of libraries to process XML with Python." -SRC_URI="mirror://sourceforge/pyxml/${P_NEW}.tar.gz" -HOMEPAGE="http://pyxml.sourceforge.net/" -SLOT="0" -KEYWORDS="x86 ~ppc sparc alpha" -LICENSE="PYTHON" -IUSE="" - -src_install() -{ - mydoc="ANNOUNCE CREDITS PKG-INFO doc/*.tex" - distutils_src_install - dohtml -r doc/* -} diff --git a/dev-python/PyXML-py21/PyXML-py21-0.8.2.ebuild b/dev-python/PyXML-py21/PyXML-py21-0.8.2.ebuild deleted file mode 100644 index b37d5f5cc98c..000000000000 --- a/dev-python/PyXML-py21/PyXML-py21-0.8.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyXML-py21/PyXML-py21-0.8.2.ebuild,v 1.3 2004/06/25 01:47:47 agriffis Exp $ - -PYTHON_SLOT_VERSION=2.1 - -inherit distutils -P_NEW="${PN%-py21}-${PV}" -S="${WORKDIR}/${P_NEW}" - -DESCRIPTION="A collection of libraries to process XML with Python." -SRC_URI="mirror://sourceforge/pyxml/${P_NEW}.tar.gz" -HOMEPAGE="http://pyxml.sourceforge.net/" - -DEPEND="${DEPEND} - >=dev-libs/expat-1.95.6" - -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" -LICENSE="PYTHON" -IUSE="" - -src_compile() -{ - local myconf - - # if you want to use 4Suite, then their XSLT/XPATH is - # better according to the docs - if has_version "dev-python/4Suite"; then - myconf="--without-xslt --without-xpath" - fi - - distutils_src_compile ${myconf} -} - -src_install() -{ - mydoc="ANNOUNCE CREDITS PKG-INFO doc/*.tex" - distutils_src_install - - dohtml -r doc/* -} diff --git a/dev-python/PyXML-py21/files/digest-PyXML-py21-0.8.1 b/dev-python/PyXML-py21/files/digest-PyXML-py21-0.8.1 deleted file mode 100644 index 6291fc4cc487..000000000000 --- a/dev-python/PyXML-py21/files/digest-PyXML-py21-0.8.1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 8575d536ef4b446e7778a235641666d4 /PyXML-py21-0.8.1.ebuild 667 -MD5 a89276ec01675ad57a964901687387fa PyXML-0.8.1.tar.gz 715957 diff --git a/dev-python/PyXML-py21/files/digest-PyXML-py21-0.8.2 b/dev-python/PyXML-py21/files/digest-PyXML-py21-0.8.2 deleted file mode 100644 index 22e7e83e6c34..000000000000 --- a/dev-python/PyXML-py21/files/digest-PyXML-py21-0.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 089949423213bfee633e016da54cb90c PyXML-0.8.2.tar.gz 727458 diff --git a/dev-python/PyXML-py21/metadata.xml b/dev-python/PyXML-py21/metadata.xml deleted file mode 100644 index de483c53568f..000000000000 --- a/dev-python/PyXML-py21/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>python</herd> -</pkgmetadata> |