From aa666227ffd1922219d17f89f657973ff50c1007 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Mon, 6 Dec 2010 17:33:12 +0000 Subject: Delete older ebuilds. --- dev-python/gmpy/files/gmpy-1.11-tests.patch | 32 ----------------------------- 1 file changed, 32 deletions(-) delete mode 100644 dev-python/gmpy/files/gmpy-1.11-tests.patch (limited to 'dev-python/gmpy/files') diff --git a/dev-python/gmpy/files/gmpy-1.11-tests.patch b/dev-python/gmpy/files/gmpy-1.11-tests.patch deleted file mode 100644 index c8c69ae2c006..000000000000 --- a/dev-python/gmpy/files/gmpy-1.11-tests.patch +++ /dev/null @@ -1,32 +0,0 @@ -http://code.google.com/p/gmpy/source/detail?r=251 - ---- test3/gmpy_test_mpf.py -+++ test3/gmpy_test_mpf.py -@@ -419,6 +419,7 @@ - - sav = sys.stdout - class _Dummy: -+ encoding = None - def write(self,*whatever): - pass - try: ---- test3/gmpy_test_mpq.py -+++ test3/gmpy_test_mpq.py -@@ -359,6 +359,7 @@ - - sav = sys.stdout - class _Dummy: -+ encoding = None - def write(self,*whatever): - pass - try: ---- test3/gmpy_test_mpz.py -+++ test3/gmpy_test_mpz.py -@@ -967,6 +967,7 @@ - - sav = sys.stdout - class _Dummy: -+ encoding = None - def write(self,*whatever): - pass - try: -- cgit v1.2.3-65-gdbad