summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-11 22:06:52 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-01-11 22:06:52 +0000
commit461e99afeef1da47cdd5fcb1582f15e4aa6798f4 (patch)
treed62bf4896a316e6ebd452f339267e61a41c69ddb /dev-python/subvertpy
parentx86 stable, bug #350460 (diff)
downloadgentoo-2-461e99afeef1da47cdd5fcb1582f15e4aa6798f4.tar.gz
gentoo-2-461e99afeef1da47cdd5fcb1582f15e4aa6798f4.tar.bz2
gentoo-2-461e99afeef1da47cdd5fcb1582f15e4aa6798f4.zip
Delete older ebuilds.
(Portage version: 2.2.0_alpha14_p1/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/subvertpy')
-rw-r--r--dev-python/subvertpy/ChangeLog6
-rw-r--r--dev-python/subvertpy/subvertpy-0.7.3.1.ebuild36
-rw-r--r--dev-python/subvertpy/subvertpy-0.7.4.ebuild43
3 files changed, 5 insertions, 80 deletions
diff --git a/dev-python/subvertpy/ChangeLog b/dev-python/subvertpy/ChangeLog
index f6639576cfeb..423b6604e08d 100644
--- a/dev-python/subvertpy/ChangeLog
+++ b/dev-python/subvertpy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/subvertpy
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.26 2011/01/11 21:59:02 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.27 2011/01/11 22:06:51 arfrever Exp $
+
+ 11 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -subvertpy-0.7.3.1.ebuild, -subvertpy-0.7.4.ebuild:
+ Delete.
11 Jan 2011; Markus Meier <maekke@gentoo.org> subvertpy-0.7.5.ebuild:
x86 stable, bug #348077
diff --git a/dev-python/subvertpy/subvertpy-0.7.3.1.ebuild b/dev-python/subvertpy/subvertpy-0.7.3.1.ebuild
deleted file mode 100644
index 555aecde632d..000000000000
--- a/dev-python/subvertpy/subvertpy-0.7.3.1.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/dev-python/subvertpy/subvertpy-0.7.3.1.ebuild,v 1.3 2010/09/17 09:59:08 fauli Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-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="test"
-
-RDEPEND=">=dev-vcs/subversion-1.4
- !<dev-util/bzr-svn-0.5.0_rc2"
-DEPEND="${RDEPEND}
- test? ( dev-python/nose )"
-
-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
-}
diff --git a/dev-python/subvertpy/subvertpy-0.7.4.ebuild b/dev-python/subvertpy/subvertpy-0.7.4.ebuild
deleted file mode 100644
index d8a2f243ec5b..000000000000
--- a/dev-python/subvertpy/subvertpy-0.7.4.ebuild
+++ /dev/null
@@ -1,43 +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/subvertpy/subvertpy-0.7.4.ebuild,v 1.3 2010/11/01 12:28:41 phajdan.jr Exp $
-
-EAPI="3"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-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
-}