diff options
author | Marien Zwart <marienz@gentoo.org> | 2006-04-25 18:12:23 +0000 |
---|---|---|
committer | Marien Zwart <marienz@gentoo.org> | 2006-04-25 18:12:23 +0000 |
commit | 64de3d78c68d30266175085bececfa55fc7f04b9 (patch) | |
tree | eaa17bfdf479b2437bd9d8d73254e6396fda94f8 /dev-python/vertex | |
parent | Update patch for xvid from PaX Team. (diff) | |
download | gentoo-2-64de3d78c68d30266175085bececfa55fc7f04b9.tar.gz gentoo-2-64de3d78c68d30266175085bececfa55fc7f04b9.tar.bz2 gentoo-2-64de3d78c68d30266175085bececfa55fc7f04b9.zip |
Remove crazy linebreaks from the patch (no idea how they got there...). Thanks to BleSS for reporting.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'dev-python/vertex')
-rw-r--r-- | dev-python/vertex/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/vertex/files/vertex-0.1-tests-2.2-compat.patch | 40 |
2 files changed, 26 insertions, 21 deletions
diff --git a/dev-python/vertex/ChangeLog b/dev-python/vertex/ChangeLog index 90fd8f6a4ffc..224a81fd527d 100644 --- a/dev-python/vertex/ChangeLog +++ b/dev-python/vertex/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/vertex # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/vertex/ChangeLog,v 1.3 2006/04/01 19:18:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/vertex/ChangeLog,v 1.4 2006/04/25 18:12:22 marienz Exp $ + + 25 Apr 2006; Marien Zwart <marienz@gentoo.org> + files/vertex-0.1-tests-2.2-compat.patch: + Remove crazy linebreaks from the patch (no idea how they got there...). + Thanks to BleSS for reporting. 01 Apr 2006; Aron Griffis <agriffis@gentoo.org> vertex-0.1.ebuild: Mark 0.1 ~ia64 diff --git a/dev-python/vertex/files/vertex-0.1-tests-2.2-compat.patch b/dev-python/vertex/files/vertex-0.1-tests-2.2-compat.patch index cc4d4ee5006c..91cbd1e65b0e 100644 --- a/dev-python/vertex/files/vertex-0.1-tests-2.2-compat.patch +++ b/dev-python/vertex/files/vertex-0.1-tests-2.2-compat.patch @@ -1,20 +1,20 @@ -Index: trunk/Vertex/vertex/test/test_sslverify.py
-===================================================================
---- trunk/Vertex/vertex/test/test_sslverify.py (revision 25)
-+++ trunk/Vertex/vertex/test/test_sslverify.py (revision 3972)
-@@ -167,5 +167,6 @@
- # can actually pass.
- errors = log.flushErrors(SSL.Error)
-- self.assertEquals(len(errors), 2)
-+ # This assertion is no longer correct on Twisted trunk.
-+ # self.assertEquals(len(errors), 2)
-
- def testFailedCertificateVerification(self):
-@@ -183,5 +184,6 @@
- self.failIf(sSuccess)
- errors = log.flushErrors(SSL.Error)
-- self.assertEquals(len(errors), 2)
-+ # This assertion is no longer correct on Twisted trunk.
-+ # self.assertEquals(len(errors), 2)
-
- def testSuccessfulCertificateVerification(self):
+Index: trunk/Vertex/vertex/test/test_sslverify.py +=================================================================== +--- trunk/Vertex/vertex/test/test_sslverify.py (revision 25) ++++ trunk/Vertex/vertex/test/test_sslverify.py (revision 3972) +@@ -167,5 +167,6 @@ + # can actually pass. + errors = log.flushErrors(SSL.Error) +- self.assertEquals(len(errors), 2) ++ # This assertion is no longer correct on Twisted trunk. ++ # self.assertEquals(len(errors), 2) + + def testFailedCertificateVerification(self): +@@ -183,5 +184,6 @@ + self.failIf(sSuccess) + errors = log.flushErrors(SSL.Error) +- self.assertEquals(len(errors), 2) ++ # This assertion is no longer correct on Twisted trunk. ++ # self.assertEquals(len(errors), 2) + + def testSuccessfulCertificateVerification(self): |