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
commit32216d114f6d320d4602fb570fffdcade7674167 (patch)
tree596065c55a04e1575b0f19bb1effe058ffd3d693 /dev-python/pysvn/files
parentEnable JRuby support. (diff)
downloadhistorical-32216d114f6d320d4602fb570fffdcade7674167.tar.gz
historical-32216d114f6d320d4602fb570fffdcade7674167.tar.bz2
historical-32216d114f6d320d4602fb570fffdcade7674167.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/pysvn/files')
-rw-r--r--dev-python/pysvn/files/skip-root-test.patch20
1 files changed, 0 insertions, 20 deletions
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