summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-17 14:46:32 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-17 14:46:32 +0000
commit21d8d1282c15c68ab6e0dbb93658f213a67a9d1c (patch)
tree6fac601960353d049365d98c8d548212b2c376aa /net-zope/transaction
parentRemove perl maintainer tags if in perl herd. Add cpan remote-id tags. Remove ... (diff)
downloadgentoo-2-21d8d1282c15c68ab6e0dbb93658f213a67a9d1c.tar.gz
gentoo-2-21d8d1282c15c68ab6e0dbb93658f213a67a9d1c.tar.bz2
gentoo-2-21d8d1282c15c68ab6e0dbb93658f213a67a9d1c.zip
Delete older ebuild.
Diffstat (limited to 'net-zope/transaction')
-rw-r--r--net-zope/transaction/ChangeLog6
-rw-r--r--net-zope/transaction/transaction-1.1.0.ebuild36
2 files changed, 5 insertions, 37 deletions
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 <arfrever@gentoo.org>
+ -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
-}