summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2010-11-02 20:57:38 +0100
committerSebastian Pipping <sebastian@pipping.org>2010-11-02 20:58:36 +0100
commit142ff1f23b20406cc21969d20b32327d2e6ee2d5 (patch)
treeebfd76387524c1c2dd15b136ad7e88fd21c4cd2d /net-zope/zopeconfiguration
parentnet-zope/zopecomponent: Remove, use net-zope/zope-component from Gentoo main ... (diff)
downloadturbogears2-142ff1f23b20406cc21969d20b32327d2e6ee2d5.tar.gz
turbogears2-142ff1f23b20406cc21969d20b32327d2e6ee2d5.tar.bz2
turbogears2-142ff1f23b20406cc21969d20b32327d2e6ee2d5.zip
net-zope/zopeconfiguration: Remove, use net-zope/zope-configuration from Gentoo main tree
Diffstat (limited to 'net-zope/zopeconfiguration')
-rw-r--r--net-zope/zopeconfiguration/Manifest2
-rw-r--r--net-zope/zopeconfiguration/zopeconfiguration-3.6.0.ebuild25
2 files changed, 0 insertions, 27 deletions
diff --git a/net-zope/zopeconfiguration/Manifest b/net-zope/zopeconfiguration/Manifest
deleted file mode 100644
index defba3a..0000000
--- a/net-zope/zopeconfiguration/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST zope.configuration-3.6.0.tar.gz 48133 RMD160 e2f7c2b2d12291c5a664c308d486bf85d2250eda SHA1 3dabbe682871fa83b49b1308e64a36aa9692707f SHA256 a18e57267562da177825a23f3ab6304b7aafc904b9c3799761f07c0925a079f5
-EBUILD zopeconfiguration-3.6.0.ebuild 649 RMD160 dfa8592e99719d7d4ca0e3e82e366f7c0e7d5f20 SHA1 d51e25c7851c2c2744c0bea9e3b8267be67b3323 SHA256 07b0f85673b987dca0ea8656e4dabe544fbf46e034d2797e243789429917e27b
diff --git a/net-zope/zopeconfiguration/zopeconfiguration-3.6.0.ebuild b/net-zope/zopeconfiguration/zopeconfiguration-3.6.0.ebuild
deleted file mode 100644
index 274faaa..0000000
--- a/net-zope/zopeconfiguration/zopeconfiguration-3.6.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-# Ebuild generated by g-pypi 0.2.2 (rev. 214)
-
-inherit distutils
-
-MY_PN="${PN/zope/zope.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Zope Configuration Markup Language (ZCML)"
-HOMEPAGE="http://pypi.python.org/pypi/zope.configuration"
-SRC_URI="http://pypi.python.org/packages/source/z/${MY_PN}/${MY_P}.tar.gz"
-LICENSE="ZPL"
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-IUSE=""
-
-RDEPEND="net-zope/zopei18nmessageid
- net-zope/zope-interface
- net-zope/zopeschema"
-DEPEND="dev-python/setuptools
- test? ( net-zope/zope-testing )"
-
-S="${WORKDIR}/${MY_P}"