summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-17 14:29:07 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-09-17 14:29:07 +0000
commit829f7c7b98daac4282d6be091cab775d2b9b0faf (patch)
treec351e8f41ff6a7fb15a252f02870ae1ada3cfa85 /dev-python/subvertpy
parentMask www-client/chromium dev channel release. (diff)
downloadgentoo-2-829f7c7b98daac4282d6be091cab775d2b9b0faf.tar.gz
gentoo-2-829f7c7b98daac4282d6be091cab775d2b9b0faf.tar.bz2
gentoo-2-829f7c7b98daac4282d6be091cab775d2b9b0faf.zip
Delete older ebuilds.
(Portage version: 2.2_rc83_p15/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.2.ebuild36
-rw-r--r--dev-python/subvertpy/subvertpy-0.7.3.ebuild36
3 files changed, 5 insertions, 73 deletions
diff --git a/dev-python/subvertpy/ChangeLog b/dev-python/subvertpy/ChangeLog
index bd9775cc4bff..3cd60a25519f 100644
--- a/dev-python/subvertpy/ChangeLog
+++ b/dev-python/subvertpy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/subvertpy
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.19 2010/09/17 09:59:08 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/subvertpy/ChangeLog,v 1.20 2010/09/17 14:29:07 arfrever Exp $
+
+ 17 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -subvertpy-0.7.2.ebuild, -subvertpy-0.7.3.ebuild:
+ Delete.
17 Sep 2010; Christian Faulhammer <fauli@gentoo.org>
subvertpy-0.7.3.1.ebuild:
diff --git a/dev-python/subvertpy/subvertpy-0.7.2.ebuild b/dev-python/subvertpy/subvertpy-0.7.2.ebuild
deleted file mode 100644
index e17873acc145..000000000000
--- a/dev-python/subvertpy/subvertpy-0.7.2.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.2.ebuild,v 1.6 2010/06/28 19:25:39 arfrever 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 ${PYTHON_ABI}"
- done
-}
diff --git a/dev-python/subvertpy/subvertpy-0.7.3.ebuild b/dev-python/subvertpy/subvertpy-0.7.3.ebuild
deleted file mode 100644
index dbad9143e4c0..000000000000
--- a/dev-python/subvertpy/subvertpy-0.7.3.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.ebuild,v 1.1 2010/07/21 11:42:29 djc 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 ${PYTHON_ABI}"
- done
-}