summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2013-01-13 12:54:58 +0000
committerChristian Faulhammer <fauli@gentoo.org>2013-01-13 12:54:58 +0000
commit03326b88bb9e69e58c81860fe9fa731956a773b9 (patch)
tree38d853e9b773bd6f020bbd1499e077852715f658 /dev-python/subunit
parentadd ~arm, bug #449762 (diff)
downloadgentoo-2-03326b88bb9e69e58c81860fe9fa731956a773b9.tar.gz
gentoo-2-03326b88bb9e69e58c81860fe9fa731956a773b9.tar.bz2
gentoo-2-03326b88bb9e69e58c81860fe9fa731956a773b9.zip
clean up
(Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 2B859DE3)
Diffstat (limited to 'dev-python/subunit')
-rw-r--r--dev-python/subunit/ChangeLog5
-rw-r--r--dev-python/subunit/subunit-0.0.7.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/dev-python/subunit/ChangeLog b/dev-python/subunit/ChangeLog
index 998e6ede86ec..97304a86123f 100644
--- a/dev-python/subunit/ChangeLog
+++ b/dev-python/subunit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/subunit
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.20 2013/01/13 12:52:22 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.21 2013/01/13 12:54:58 fauli Exp $
+
+ 13 Jan 2013; Christian Faulhammer <fauli@gentoo.org> -subunit-0.0.7.ebuild:
+ clean up
*subunit-0.0.9 (13 Jan 2013)
diff --git a/dev-python/subunit/subunit-0.0.7.ebuild b/dev-python/subunit/subunit-0.0.7.ebuild
deleted file mode 100644
index 0c14e62b8826..000000000000
--- a/dev-python/subunit/subunit-0.0.7.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.7.ebuild,v 1.3 2012/05/04 15:12:14 patrick Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-PYTHON_EXPORT_PHASE_FUNCTIONS="1"
-
-inherit python
-
-DESCRIPTION="A streaming protocol for test results"
-HOMEPAGE="https://launchpad.net/subunit http://pypi.python.org/pypi/python-subunit"
-SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=dev-python/testtools-0.9.4"
-DEPEND="${RDEPEND}
- dev-lang/perl
- dev-libs/check
- dev-util/cppunit
- virtual/pkgconfig"
-RESTRICT_PYTHON_ABIS="3.*"
-
-pkg_postinst() {
- python_mod_optimize subunit
-}
-
-pkg_postrm() {
- python_mod_cleanup subunit
-}