diff options
author | Gunnar Wrobel <wrobel@gentoo.org> | 2005-10-27 18:58:28 +0000 |
---|---|---|
committer | Gunnar Wrobel <wrobel@gentoo.org> | 2005-10-27 18:58:28 +0000 |
commit | 17ea37b8f1049537a6ccb1cd1a62250661fb7835 (patch) | |
tree | 7ecafb75e8e6234dfa804bcdef5945cda46ca7e2 /net-zope | |
parent | Config fix for zope (diff) | |
download | overlay-17ea37b8f1049537a6ccb1cd1a62250661fb7835.tar.gz overlay-17ea37b8f1049537a6ccb1cd1a62250661fb7835.tar.bz2 overlay-17ea37b8f1049537a6ccb1cd1a62250661fb7835.zip |
Added zope package manager
svn path=/; revision=494
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/zpkg/zpkg-1.0.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net-zope/zpkg/zpkg-1.0.0.ebuild b/net-zope/zpkg/zpkg-1.0.0.ebuild new file mode 100644 index 0000000..621c612 --- /dev/null +++ b/net-zope/zpkg/zpkg-1.0.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit distutils + +DESCRIPTION="zpkg is a tool used to build software distributions based on the Python distutils package" +HOMEPAGE="http://www.zope.org/Members/fdrake/zpkgtools/" +SRC_URI="http://www.zope.org/Members/fdrake/zpkgtools/index_html/${P}.tgz" + +LICENSE="ZPL" +SLOT="0" +IUSE="" + +KEYWORDS="~x86" + +RDEPEND=" + =dev-lang/python-2.4* + " +DEPEND="${RDEPEND} + " |