diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-10-18 18:26:40 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-10-18 18:26:40 +0000 |
commit | 14af9c44025a4ea787c59ec64e65a728d93c2136 (patch) | |
tree | 8e2229978817ad66dd037b25d8c8b08cddb59805 /dev-python | |
parent | Fixed dependency issue per bug 9301 (diff) | |
download | gentoo-2-14af9c44025a4ea787c59ec64e65a728d93c2136.tar.gz gentoo-2-14af9c44025a4ea787c59ec64e65a728d93c2136.tar.bz2 gentoo-2-14af9c44025a4ea787c59ec64e65a728d93c2136.zip |
New ebuild. masking with ~.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyXML/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/PyXML/PyXML-0.8.1.ebuild | 30 | ||||
-rw-r--r-- | dev-python/PyXML/files/digest-PyXML-0.8.1 | 1 |
3 files changed, 41 insertions, 1 deletions
diff --git a/dev-python/PyXML/ChangeLog b/dev-python/PyXML/ChangeLog index 0d172fb5d0ff..6a239ff73f1a 100644 --- a/dev-python/PyXML/ChangeLog +++ b/dev-python/PyXML/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for dev-python/PyXML # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyXML/ChangeLog,v 1.4 2002/09/09 15:37:37 jnelson Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyXML/ChangeLog,v 1.5 2002/10/18 18:26:40 raker Exp $ + +*PyXML-0.8.1 (18 Oct 2002) + + 18 Oct 2002; Nick Hadaway <raker@gentoo.org PyXML-0.8.1.ebuild, + files/digest-PyXML-0.8.1 : + New ebuild. Masking with ~. See... + http://sourceforge.net/project/shownotes.php?group_id=6473&release_id=110994 + for Changes. Most notably, xslt is not installed by default anymore and it is + considered experimental. *PyXML-0.8 (9 Sep 2002) *PyXML-0.7.1 (9 Sep 2002) diff --git a/dev-python/PyXML/PyXML-0.8.1.ebuild b/dev-python/PyXML/PyXML-0.8.1.ebuild new file mode 100644 index 000000000000..98454acf1c78 --- /dev/null +++ b/dev-python/PyXML/PyXML-0.8.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +IUSE="" + +S=${WORKDIR}/${P} + +DESCRIPTION="A collection of libraries to process XML with Python." +SRC_URI="mirror://sourceforge/pyxml/${P}.tar.gz" +HOMEPAGE="http://pyxml.sourceforge.net/" + +DEPEND="virtual/python" +RDEPEND="${DEPEND}" + +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +LICENSE="PYTHON" + +inherit distutils + +src_install() { + + mydoc="ANNOUNCE CREDITS PKG-INFO doc/*.tex" + + distutils_src_install + + dohtml -r doc/* + +} diff --git a/dev-python/PyXML/files/digest-PyXML-0.8.1 b/dev-python/PyXML/files/digest-PyXML-0.8.1 new file mode 100644 index 000000000000..9bb2f7003e45 --- /dev/null +++ b/dev-python/PyXML/files/digest-PyXML-0.8.1 @@ -0,0 +1 @@ +MD5 a89276ec01675ad57a964901687387fa PyXML-0.8.1.tar.gz 715957 |