diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/4Suite/4Suite-0.11.1.ebuild | 7 | ||||
-rw-r--r-- | dev-python/4Suite/ChangeLog | 5 |
2 files changed, 10 insertions, 2 deletions
diff --git a/dev-python/4Suite/4Suite-0.11.1.ebuild b/dev-python/4Suite/4Suite-0.11.1.ebuild index 6a7ae5a3d836..29bb875bd175 100644 --- a/dev-python/4Suite/4Suite-0.11.1.ebuild +++ b/dev-python/4Suite/4Suite-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/4Suite/4Suite-0.11.1.ebuild,v 1.2 2002/07/11 06:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/4Suite/4Suite-0.11.1.ebuild,v 1.3 2002/07/27 05:01:27 george Exp $ S=${WORKDIR}/${P} DESCRIPTION="Python tools for XML processing and object-databases." @@ -9,6 +9,11 @@ HOMEPAGE="http://www.4suite.org/" DEPEND="virtual/python >=dev-python/PyXML-0.6.5" +RDEPEND="${RDEPEND}" + +SLOT="0" +KEYWORDS="x86" +LICENSE="as-is" src_compile() { python setup.py build || die diff --git a/dev-python/4Suite/ChangeLog b/dev-python/4Suite/ChangeLog index 8751a37aed35..fc5e5419dc6f 100644 --- a/dev-python/4Suite/ChangeLog +++ b/dev-python/4Suite/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-python/4Suite # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-python/4Suite/ChangeLog,v 1.2 2002/03/18 20:53:48 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/4Suite/ChangeLog,v 1.3 2002/07/27 05:01:27 george Exp $ *4Suite-0.11.1 (18 Mar 2002) + 26 Jul 2002; George Shapovalov <george@gentoo.org> 4Suite-0.11.1.ebuild : + added KEYWORDS,SLOT,LICENSE + 18 Mar 2002; Seemant Kulleen <seemant@gentoo.org> 4Suite-0.11.1 : Version upgrade and made a dependency on dev-python/PyXML >= instead of = to |