summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-28 14:18:58 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-01-28 14:18:58 +0000
commit11fffae89b1063714192b722f58f91ecc40878f8 (patch)
tree1a46d264f001958780a9301917077c9d5a50041a /dev-python/pysvn
parentEnable JRuby support. (diff)
downloadgentoo-2-11fffae89b1063714192b722f58f91ecc40878f8.tar.gz
gentoo-2-11fffae89b1063714192b722f58f91ecc40878f8.tar.bz2
gentoo-2-11fffae89b1063714192b722f58f91ecc40878f8.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/pysvn')
-rw-r--r--dev-python/pysvn/Manifest3
-rw-r--r--dev-python/pysvn/files/skip-root-test.patch20
-rw-r--r--dev-python/pysvn/pysvn-1.7.0.ebuild92
3 files changed, 0 insertions, 115 deletions
diff --git a/dev-python/pysvn/Manifest b/dev-python/pysvn/Manifest
index 38b186e590ac..845c7a3cd059 100644
--- a/dev-python/pysvn/Manifest
+++ b/dev-python/pysvn/Manifest
@@ -1,9 +1,6 @@
AUX pysvn-1.7.0-darwin-freebsd.patch 3424 RMD160 72ef610f51553867cf77b9cff2c8ef4af4b6b980 SHA1 9a2fe1b43ebc85ae0fe2bb5df9401a00bdfd3a5f SHA256 13aecd8a489ba8f237e0ebf6ee05a65729d83a0267e41f17fa98159f213449e9
AUX pysvn-1.7.1-skip_root_test.patch 985 RMD160 e5479747d3d2eaf6be704d8a62aabb1b6ac7081c SHA1 4c84c61555bfede768a3cf3d54cf988e319800a4 SHA256 1ee21a57a9765b07e955a5ce5386153d68c90d35528ddbc4fb5020ae3d70b96d
-AUX skip-root-test.patch 1206 RMD160 3e0b72a1b15b59ace598501b6a157b6ea79244bb SHA1 72463d4698e488b6dd49ae15372c42ea7aa5096d SHA256 3e57b9a525b19561d34b666b690c9fa46a7d8817f7eeb9a8b3d6515f8bfabf31
-DIST pysvn-1.7.0.tar.gz 324484 RMD160 e343fd373559d138e7b8414034527a3721566594 SHA1 96f5217e7d74dbb2eee52e490e79d97b3959b0f0 SHA256 55ae53e2e05fc7099c329a08f13a9b5d216b620cdba9f4036e3de0115601f505
DIST pysvn-1.7.1.tar.gz 321975 RMD160 dd4ac03699482452d672ed3e1460820e51de14ad SHA1 ad3bce1a5080afac381b1bdeccd123e12fd895c1 SHA256 0dee58f80af0221b574d2809a552f3b5380ad7f2d916035602a6d1efe01becff
-EBUILD pysvn-1.7.0.ebuild 2349 RMD160 8bc8b140aa82f0f1896c066b174f6049ee22756c SHA1 5008f51262ac6d06171ec5487a69f7ffbb5efb12 SHA256 e15742004c09b0a849137a191c3f4f07318b700ad3579beefe76458c85bc476e
EBUILD pysvn-1.7.1.ebuild 2470 RMD160 aa05afaa1fc79485693cb38185e1f1a0e84ba1ce SHA1 853c02879d8e42390dbc8fe6d45c9835b60566c6 SHA256 5ae9423b7bda52ff3436870c382acf9dc921931e8d66b706e7ccaeadf1d8bb87
MISC ChangeLog 1321 RMD160 2d53085fa61ac39d740de5e7da67c950e7eb7424 SHA1 b8169bf9f1a47b2dc8dfe0044f8d5f3764668c7d SHA256 fd320848c68f7f0851e30e49f6a3779c4030661b45a41372709a0a576c2a7274
MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a
diff --git a/dev-python/pysvn/files/skip-root-test.patch b/dev-python/pysvn/files/skip-root-test.patch
deleted file mode 100644
index 52c01785f6fc..000000000000
--- a/dev-python/pysvn/files/skip-root-test.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- Tests/pysvn_test_common.mak.old 2008-10-02 22:30:42.000000000 +0200
-+++ Tests/pysvn_test_common.mak 2009-03-11 19:22:17.192351068 +0100
-@@ -85,9 +85,14 @@ new-05: test-05.unix.new.log
- cp test-05.unix.new.log test-05.unix.known_good-$(SVN_VERSION_MAJ_MIN).log
-
- test-06.unix.new.log: test-06.sh test-06.unix.known_good-$(SVN_VERSION_MAJ_MIN).log
-- -rm -rf testroot-06
-- if PYTHONPATH=../Source $(PYTHON) svn_min_version.py 1 3 0; then PATH=$(SVN_BIN_DIR):$(PATH) PYTHON=$(PYTHON) ./test-06.sh >test-06.unix.new.log 2>&1; fi
-- if PYTHONPATH=../Source $(PYTHON) svn_min_version.py 1 3 0; then $(PYTHON) benchmark_diff.py test-06.unix.known_good-$(SVN_VERSION_MAJ_MIN).log test-06.unix.new.log; fi
-+ if [[ $${UID} -ne 0 ]]; \
-+ then \
-+ rm -f testroot-06; \
-+ if PYTHONPATH=../Source $(PYTHON) svn_min_version.py 1 3 0; then PATH=$(SVN_BIN_DIR):$(PATH) PYTHON=$(PYTHON) ./test-06.sh >test-06.unix.new.log 2>&1; fi; \
-+ if PYTHONPATH=../Source $(PYTHON) svn_min_version.py 1 3 0; then $(PYTHON) benchmark_diff.py test-06.unix.known_good-$(SVN_VERSION_MAJ_MIN).log test-06.unix.new.log; fi; \
-+ else \
-+ echo "Skipping $@, Reason: executed as root"; \
-+ fi
-
- clean-06:
- -rm -f test-06.unix.new.log
diff --git a/dev-python/pysvn/pysvn-1.7.0.ebuild b/dev-python/pysvn/pysvn-1.7.0.ebuild
deleted file mode 100644
index f6d521dfc629..000000000000
--- a/dev-python/pysvn/pysvn-1.7.0.ebuild
+++ /dev/null
@@ -1,92 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pysvn/pysvn-1.7.0.ebuild,v 1.2 2009/10/08 20:26:20 grobian Exp $
-
-inherit eutils multilib python toolchain-funcs
-
-DESCRIPTION="Object-oriented python bindings for subversion"
-HOMEPAGE="http://pysvn.tigris.org/"
-SRC_URI="http://pysvn.barrys-emacs.org/source_kits/${P}.tar.gz"
-
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-freebsd ~ppc-macos"
-IUSE="doc examples"
-
-DEPEND="dev-util/subversion"
-# >=dev-python/pycxx-5.5.0"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${P}/Source"
-
-src_unpack() {
- python_version
-
- unpack ${A}
-
- # skip test test-06 if executed as root otherwise it will fail
- cd "${S/Source/}"
- epatch "${FILESDIR}/skip-root-test.patch"
-
- cd "${S}"
- epatch "${FILESDIR}"/${P}-darwin-freebsd.patch
-
- # since pysvn-1.6.3: These sources are not compatible with python =< 2.5
- # run the backport command to fix
- if [[ $PYVER_MAJOR -eq 2 ]] && [[ $PYVER_MINOR -lt 6 ]]; then
- einfo "prepare sources for python prior 2.6"
- python setup.py backport || die "backport failed"
- fi
-
- # needed to generate the Makefile
- python setup.py configure \
- --apr-inc-dir="${EPREFIX}"/usr/include/apr-1 \
- --svn-root-dir="${EPREFIX}"/usr \
- || die "configure failed"
-
- # we want our CFLAGS as well
- sed -e 's:^\(CCFLAGS=\)\(.*\):\1$(CFLAGS) \2:g' \
- -e 's:^\(CCCFLAGS=\)\(.*\):\1$(CXXFLAGS) \2:g' \
- -e "/^CCC=/s:g++:$(tc-getCXX):" \
- -e "/^CC=/s:gcc:$(tc-getCC):" \
- -e "/^LDSHARED=/s:g++:$(tc-getCXX):" \
- -i Makefile \
- || die "sed failed in Makefile"
-}
-
-src_test() {
- vecho ">>> Test phase [test]: ${CATEGORY}/${PF}"
- emake test || die "test-pysvn.so failed"
- emake -C ../Tests || die "test failed"
- vecho ">>> Test phase [none]: ${CATEGORY}/${PF}"
-}
-
-src_install() {
- local sitedir="$(python_get_sitedir)/${PN}"
-
- cd pysvn/
-
- exeinto ${sitedir}
- doexe _pysvn*$(get_modname) || die "doexe failed"
- insinto ${sitedir}
- doins __init__.py || die "doins failed"
-
- cd ../
-
- if use doc; then
- dohtml -r ../Docs/ || die "dohtml failed"
- fi
-
- if use examples; then
- docinto examples
- dodoc ../Examples/Client/* || die "dodoc examples failed"
- fi
-}
-
-pkg_postinst() {
- python_mod_optimize "$(python_get_sitedir)/${PN}"
-}
-
-pkg_postrm() {
- python_mod_cleanup "$(python_get_sitedir)/${PN}"
-}