diff options
author | 2011-02-25 22:44:08 +0000 | |
---|---|---|
committer | 2011-02-25 22:44:08 +0000 | |
commit | 1b60297591e396fede28c85020ce564571c8cc38 (patch) | |
tree | 445376e4909b69e8c0f998a2115527a566eb06c2 /dev-python/subunit | |
parent | Stable sparc wrt bug 308009 (diff) | |
download | historical-1b60297591e396fede28c85020ce564571c8cc38.tar.gz historical-1b60297591e396fede28c85020ce564571c8cc38.tar.bz2 historical-1b60297591e396fede28c85020ce564571c8cc38.zip |
clean up
Package-Manager: portage-2.1.9.40/cvs/Linux i686
Diffstat (limited to 'dev-python/subunit')
-rw-r--r-- | dev-python/subunit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/subunit/subunit-0.0.5.ebuild | 35 |
2 files changed, 5 insertions, 36 deletions
diff --git a/dev-python/subunit/ChangeLog b/dev-python/subunit/ChangeLog index 86c6beb77f67..8a811a3fac31 100644 --- a/dev-python/subunit/ChangeLog +++ b/dev-python/subunit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/subunit # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.9 2011/02/25 19:57:49 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/ChangeLog,v 1.10 2011/02/25 22:39:58 fauli Exp $ + + 25 Feb 2011; Christian Faulhammer <fauli@gentoo.org> + -subunit-0.0.5.ebuild: + clean up 25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> subunit-0.0.6.ebuild: ppc/ppc64 stable wrt #346985 diff --git a/dev-python/subunit/subunit-0.0.5.ebuild b/dev-python/subunit/subunit-0.0.5.ebuild deleted file mode 100644 index 6d9028aee7ba..000000000000 --- a/dev-python/subunit/subunit-0.0.5.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/subunit/subunit-0.0.5.ebuild,v 1.3 2010/07/19 23:52:53 arfrever 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 ~x86-fbsd" -IUSE="" - -RDEPEND="dev-python/testtools" -DEPEND="${RDEPEND} - dev-lang/perl - dev-libs/check - dev-util/cppunit - dev-util/pkgconfig" -RESTRICT_PYTHON_ABIS="3.*" - -pkg_postinst() { - python_mod_optimize subunit -} - -pkg_postrm() { - python_mod_cleanup subunit -} |