diff options
author | Damon Conway <kabau@gentoo.org> | 2001-08-05 03:13:23 +0000 |
---|---|---|
committer | Damon Conway <kabau@gentoo.org> | 2001-08-05 03:13:23 +0000 |
commit | 3aba295c70e2aed7f7353fa9d6c76e62cb18c44e (patch) | |
tree | f5651898fd3b6a9716f9f5927ed9f6babc885f97 /dev-python/4Suite | |
parent | new dev-libs/glib added (diff) | |
download | gentoo-2-3aba295c70e2aed7f7353fa9d6c76e62cb18c44e.tar.gz gentoo-2-3aba295c70e2aed7f7353fa9d6c76e62cb18c44e.tar.bz2 gentoo-2-3aba295c70e2aed7f7353fa9d6c76e62cb18c44e.zip |
Committing initial revision of 4Suite. 4Suite is an enhancement of PyXML,
but not a replacement.
Diffstat (limited to 'dev-python/4Suite')
-rw-r--r-- | dev-python/4Suite/4Suite-0.11.1_beta3.ebuild | 25 | ||||
-rw-r--r-- | dev-python/4Suite/files/digest-4Suite-0.11.1_beta3 | 1 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-python/4Suite/4Suite-0.11.1_beta3.ebuild b/dev-python/4Suite/4Suite-0.11.1_beta3.ebuild new file mode 100644 index 000000000000..92de00e60d6c --- /dev/null +++ b/dev-python/4Suite/4Suite-0.11.1_beta3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author: Ollie Rutherfurd <oliver@rutherfurd.net> +# $Header: /var/cvsroot/gentoo-x86/dev-python/4Suite/4Suite-0.11.1_beta3.ebuild,v 1.1 2001/08/05 03:13:23 kabau Exp $ + +A="4Suite-0.11.1b3.tar.gz" +S=${WORKDIR}"/4Suite-0.11.1b3" +DESCRIPTION="Python tools for XML processing and object-databases." +SRC_URI="ftp://ftp.fourthought.com/pub/4Suite/"${A} +HOMEPAGE="http://www.4suite.org/" + +DEPEND="virtual/python + =dev-python/PyXML-0.6.5" + +src_compile() { + cd ${S} + try python setup.py build +} + +src_install() { + cd ${S} + try python setup.py install --prefix=${D}/usr + dodoc README* + dodoc ReleaseNotes +} diff --git a/dev-python/4Suite/files/digest-4Suite-0.11.1_beta3 b/dev-python/4Suite/files/digest-4Suite-0.11.1_beta3 new file mode 100644 index 000000000000..020a830d8afc --- /dev/null +++ b/dev-python/4Suite/files/digest-4Suite-0.11.1_beta3 @@ -0,0 +1 @@ +MD5 6be02162e5218962d6f43987e9f825ca 4Suite-0.11.1b3.tar.gz |