diff options
author | Dirkjan Ochtman <djc@gentoo.org> | 2013-05-13 08:49:04 +0000 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2013-05-13 08:49:04 +0000 |
commit | 12a37d11d913a1838727596c3a630e449d143ca4 (patch) | |
tree | a435f6a9456d791b3f94f746fc1036d4addde798 /dev-python | |
parent | sci-chemistry/relax: Version Bump (diff) | |
download | gentoo-2-12a37d11d913a1838727596c3a630e449d143ca4.tar.gz gentoo-2-12a37d11d913a1838727596c3a630e449d143ca4.tar.bz2 gentoo-2-12a37d11d913a1838727596c3a630e449d143ca4.zip |
Remove old versions.
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 6B065BFB)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/dulwich/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/dulwich/dulwich-0.8.5.ebuild | 45 | ||||
-rw-r--r-- | dev-python/dulwich/dulwich-0.8.6.ebuild | 45 |
3 files changed, 5 insertions, 91 deletions
diff --git a/dev-python/dulwich/ChangeLog b/dev-python/dulwich/ChangeLog index dccf7568671f..3999d19dd435 100644 --- a/dev-python/dulwich/ChangeLog +++ b/dev-python/dulwich/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/dulwich # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.60 2013/03/26 15:54:33 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/ChangeLog,v 1.61 2013/05/13 08:49:04 djc Exp $ + + 13 May 2013; Dirkjan Ochtman <djc@gentoo.org> -dulwich-0.8.5.ebuild, + -dulwich-0.8.6.ebuild: + Remove old versions. 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> dulwich-0.8.7.ebuild: Stable for x86, wrt bug #457324 diff --git a/dev-python/dulwich/dulwich-0.8.5.ebuild b/dev-python/dulwich/dulwich-0.8.5.ebuild deleted file mode 100644 index c0621e312b24..000000000000 --- a/dev-python/dulwich/dulwich-0.8.5.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.5.ebuild,v 1.5 2013/01/06 19:31:54 mgorny Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -DESCRIPTION="Dulwich is a pure-Python implementation of the Git file formats and protocols." -HOMEPAGE="http://samba.org/~jelmer/dulwich/ http://pypi.python.org/pypi/dulwich" -SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="dev-python/setuptools - test? ( virtual/python-unittest2 )" -RDEPEND="" - -src_prepare() { - distutils_src_prepare - sed -e "s/test_fetch_from_dulwich(/_&/" -i dulwich/tests/compat/server_utils.py -} - -distutils_src_test_pre_hook() { - local module - for module in _diff_tree _objects _pack; do - ln -fs "../$(ls -d build-${PYTHON_ABI}/lib.*)/dulwich/${module}.so" "dulwich/${module}.so" || die "Symlinking dulwich/${module}.so failed with $(python_get_implementation_and_version)" - done -} - -src_install() { - distutils_src_install - - delete_tests() { - rm -fr "${ED}$(python_get_sitedir)/dulwich/tests" - } - python_execute_function -q delete_tests -} diff --git a/dev-python/dulwich/dulwich-0.8.6.ebuild b/dev-python/dulwich/dulwich-0.8.6.ebuild deleted file mode 100644 index 9bec396fa5e4..000000000000 --- a/dev-python/dulwich/dulwich-0.8.6.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/dulwich/dulwich-0.8.6.ebuild,v 1.2 2013/01/06 19:31:54 mgorny Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils - -DESCRIPTION="Dulwich is a pure-Python implementation of the Git file formats and protocols." -HOMEPAGE="http://samba.org/~jelmer/dulwich/ http://pypi.python.org/pypi/dulwich" -SRC_URI="http://samba.org/~jelmer/dulwich/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="dev-python/setuptools - test? ( virtual/python-unittest2 )" -RDEPEND="" - -src_prepare() { - distutils_src_prepare - sed -e "s/test_fetch_from_dulwich(/_&/" -i dulwich/tests/compat/server_utils.py -} - -distutils_src_test_pre_hook() { - local module - for module in _diff_tree _objects _pack; do - ln -fs "../$(ls -d build-${PYTHON_ABI}/lib.*)/dulwich/${module}.so" "dulwich/${module}.so" || die "Symlinking dulwich/${module}.so failed with $(python_get_implementation_and_version)" - done -} - -src_install() { - distutils_src_install - - delete_tests() { - rm -fr "${ED}$(python_get_sitedir)/dulwich/tests" - } - python_execute_function -q delete_tests -} |