summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirkjan Ochtman <djc@gentoo.org>2013-05-15 10:23:51 +0000
committerDirkjan Ochtman <djc@gentoo.org>2013-05-15 10:23:51 +0000
commit151b6bf7f6dd79d3ac8e4970c09facd69f26ef1a (patch)
tree4cc45628bef6dc5ec6fb81aeda08dddf7d2afab0 /dev-python/subvertpy
parentFix failed gpg signing of Manifest (diff)
downloadgentoo-2-151b6bf7f6dd79d3ac8e4970c09facd69f26ef1a.tar.gz
gentoo-2-151b6bf7f6dd79d3ac8e4970c09facd69f26ef1a.tar.bz2
gentoo-2-151b6bf7f6dd79d3ac8e4970c09facd69f26ef1a.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/subvertpy')
-rw-r--r--dev-python/subvertpy/ChangeLog6
-rw-r--r--dev-python/subvertpy/subvertpy-0.8.0.ebuild43
-rw-r--r--dev-python/subvertpy/subvertpy-0.8.9.ebuild39
3 files changed, 5 insertions, 83 deletions
diff --git a/dev-python/subvertpy/ChangeLog b/dev-python/subvertpy/ChangeLog
index 757cc18cd168..cfa6c836ad76 100644
--- a/dev-python/subvertpy/ChangeLog
+++ b/dev-python/subvertpy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/subvertpy
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.50 2013/02/16 12:36:53 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.51 2013/05/15 10:23:51 djc Exp $
+
+ 15 May 2013; Dirkjan Ochtman <djc@gentoo.org> -subvertpy-0.8.0.ebuild,
+ -subvertpy-0.8.9.ebuild:
+ Remove old versions.
16 Feb 2013; Pacho Ramos <pacho@gentoo.org> metadata.xml:
Cleanup due bug #96436
diff --git a/dev-python/subvertpy/subvertpy-0.8.0.ebuild b/dev-python/subvertpy/subvertpy-0.8.0.ebuild
deleted file mode 100644
index 99f9de2fe135..000000000000
--- a/dev-python/subvertpy/subvertpy-0.8.0.ebuild
+++ /dev/null
@@ -1,43 +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/subvertpy/subvertpy-0.8.0.ebuild,v 1.5 2012/09/30 18:05:56 armin76 Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-DISTUTILS_SRC_TEST="nosetests"
-
-inherit distutils
-
-DESCRIPTION="Alternative Python bindings for Subversion"
-HOMEPAGE="http://samba.org/~jelmer/subvertpy/ http://pypi.python.org/pypi/subvertpy"
-SRC_URI="http://samba.org/~jelmer/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=">=dev-vcs/subversion-1.4"
-RDEPEND="${DEPEND}"
-
-PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
-
-DOCS="NEWS AUTHORS"
-
-distutils_src_test_pre_hook() {
- local module
- for module in _ra client repos wc; do
- ln -fs "../$(ls -d build-${PYTHON_ABI}/lib.*)/subvertpy/${module}.so" "subvertpy/${module}.so" || die "Symlinking subvertpy/${module}.so failed with $(python_get_implementation) $(python_get_version)"
- done
-}
-
-src_install() {
- distutils_src_install
-
- delete_tests() {
- rm -fr "${ED}$(python_get_sitedir)/subvertpy/tests"
- }
- python_execute_function -q delete_tests
-}
diff --git a/dev-python/subvertpy/subvertpy-0.8.9.ebuild b/dev-python/subvertpy/subvertpy-0.8.9.ebuild
deleted file mode 100644
index c9542d802ff7..000000000000
--- a/dev-python/subvertpy/subvertpy-0.8.9.ebuild
+++ /dev/null
@@ -1,39 +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/subvertpy/subvertpy-0.8.9.ebuild,v 1.10 2013/01/07 08:51:58 mgorny Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-DISTUTILS_SRC_TEST="nosetests"
-
-inherit distutils
-
-DESCRIPTION="Alternative Python bindings for Subversion"
-HOMEPAGE="http://samba.org/~jelmer/subvertpy/ http://pypi.python.org/pypi/subvertpy"
-SRC_URI="http://samba.org/~jelmer/${PN}/${P}.tar.gz"
-
-LICENSE="|| ( LGPL-2.1 LGPL-3 )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=">=dev-vcs/subversion-1.4"
-DEPEND="${RDEPEND}
- test? ( || (
- dev-lang/python:2.7
- virtual/python-unittest2
- dev-python/testtools
- ) )"
-
-PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
-
-DOCS="NEWS AUTHORS"
-
-distutils_src_test_pre_hook() {
- local module
- for module in _ra client repos wc; do
- ln -fs "../$(ls -d build-${PYTHON_ABI}/lib.*)/subvertpy/${module}.so" "subvertpy/${module}.so" || die "Symlinking subvertpy/${module}.so failed with $(python_get_implementation) $(python_get_version)"
- done
-}