summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2009-05-18 19:28:16 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2009-05-18 19:28:16 +0000
commit8a6069279a128b1e22c0f61f35f7022f86894596 (patch)
tree639e23b11ec3cf44b3f8967bba455fd02996e09e /dev-libs/protobuf/files
parentRemove old revision. (diff)
downloadgentoo-2-8a6069279a128b1e22c0f61f35f7022f86894596.tar.gz
gentoo-2-8a6069279a128b1e22c0f61f35f7022f86894596.tar.bz2
gentoo-2-8a6069279a128b1e22c0f61f35f7022f86894596.zip
Add myself as maintainer, remove old versions, improve 2.1.0.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/protobuf/files')
-rw-r--r--dev-libs/protobuf/files/protobuf-2.0.1-python-unittest.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-libs/protobuf/files/protobuf-2.0.1-python-unittest.patch b/dev-libs/protobuf/files/protobuf-2.0.1-python-unittest.patch
deleted file mode 100644
index f187e4b69f34..000000000000
--- a/dev-libs/protobuf/files/protobuf-2.0.1-python-unittest.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Naurp protobuf-2.0.1-orig/python/setup.py protobuf-2.0.1/python/setup.py
---- protobuf-2.0.1-orig/python/setup.py 2008-09-11 21:52:47.000000000 +0200
-+++ protobuf-2.0.1/python/setup.py 2008-09-11 21:53:58.000000000 +0200
-@@ -47,6 +47,9 @@ def generate_proto(source):
- sys.exit(-1)
-
- def MakeTestSuite():
-+ if 'google' in sys.modules:
-+ del sys.modules['google']
-+
- generate_proto("../src/google/protobuf/unittest.proto")
- generate_proto("../src/google/protobuf/unittest_import.proto")
- generate_proto("../src/google/protobuf/unittest_mset.proto")