diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | net-zope/zpkg/zpkg-1.0.0.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
@@ -15,6 +15,7 @@ EBUILDS=app-emacs/muse/muse-3.01.99.package \ net-news/nntprss/nntprss-0.5.2_beta.package \ net-www/webapp-config/webapp-config-1.21.package \ net-zope/zope/zope-3.1.0.package \ + net-zope/zpkg/zpkg-1.0.0.package \ sys-libs/pam_exim/pam_exim-0.77-r1.package \ www-apps/aeromail/aeromail-2.41.package \ www-apps/claroline/claroline-1.7.0.package \ 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} + " |