summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-08 22:31:58 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-08 22:31:58 +0000
commitdc5b5279a6ebc8176564aea6dd7bcb35e33bac56 (patch)
tree4123b9be0062d368c34a5f4c56de907c4c63c913 /net-zope
parentRestrict Jython ABIs. (diff)
downloadhistorical-dc5b5279a6ebc8176564aea6dd7bcb35e33bac56.tar.gz
historical-dc5b5279a6ebc8176564aea6dd7bcb35e33bac56.tar.bz2
historical-dc5b5279a6ebc8176564aea6dd7bcb35e33bac56.zip
Delete older ebuild.
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/zope-sqlalchemy/zope-sqlalchemy-0.6.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/net-zope/zope-sqlalchemy/zope-sqlalchemy-0.6.ebuild b/net-zope/zope-sqlalchemy/zope-sqlalchemy-0.6.ebuild
deleted file mode 100644
index b042ae91800c..000000000000
--- a/net-zope/zope-sqlalchemy/zope-sqlalchemy-0.6.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/zope-sqlalchemy/zope-sqlalchemy-0.6.ebuild,v 1.1 2010/11/08 16:58:57 arfrever Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-MY_PN="${PN/-/.}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Minimal Zope/SQLAlchemy transaction integration"
-HOMEPAGE="http://pypi.python.org/pypi/zope.sqlalchemy"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="ZPL"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/sqlalchemy-0.5.1
- net-zope/transaction
- net-zope/zope-interface"
-DEPEND="${RDEPEND}
- dev-python/setuptools"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS="CHANGES.txt CREDITS.txt src/zope/sqlalchemy/README.txt"
-PYTHON_MODNAME="${PN/-//}"