From 21d8d1282c15c68ab6e0dbb93658f213a67a9d1c Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Fri, 17 Sep 2010 14:46:32 +0000 Subject: Delete older ebuild. --- net-zope/transaction/ChangeLog | 6 ++++- net-zope/transaction/transaction-1.1.0.ebuild | 36 --------------------------- 2 files changed, 5 insertions(+), 37 deletions(-) delete mode 100644 net-zope/transaction/transaction-1.1.0.ebuild (limited to 'net-zope/transaction') diff --git a/net-zope/transaction/ChangeLog b/net-zope/transaction/ChangeLog index 050d75dc9172..f6eb994c61a0 100644 --- a/net-zope/transaction/ChangeLog +++ b/net-zope/transaction/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-zope/transaction # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/transaction/ChangeLog,v 1.6 2010/05/30 19:42:53 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/transaction/ChangeLog,v 1.7 2010/09/17 14:46:32 arfrever Exp $ + + 17 Sep 2010; Arfrever Frehtes Taifersar Arahesis + -transaction-1.1.0.ebuild: + Delete. *transaction-1.1.0 (30 May 2010) diff --git a/net-zope/transaction/transaction-1.1.0.ebuild b/net-zope/transaction/transaction-1.1.0.ebuild deleted file mode 100644 index a04bc594b3db..000000000000 --- a/net-zope/transaction/transaction-1.1.0.ebuild +++ /dev/null @@ -1,36 +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/transaction/transaction-1.1.0.ebuild,v 1.1 2010/05/30 19:42:53 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -DESCRIPTION="Transaction management for Python" -HOMEPAGE="http://pypi.python.org/pypi/transaction" -SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="ZPL" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="net-zope/zope-interface" -DEPEND="${RDEPEND} - dev-python/setuptools" -RESTRICT_PYTHON_ABIS="3.*" - -DOCS="CHANGES.txt README.txt" - -src_install() { - distutils_src_install - - # Don't install tests. - delete_tests() { - rm -fr "${ED}$(python_get_sitedir)/transaction/tests" - } - python_execute_function -q delete_tests -} -- cgit v1.2.3-65-gdbad