Gentoo Archives: gentoo-commits

From: "Alistair Bush (ali_bush)" <ali_bush@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/jython/files: jython-2.5.0-build.patch
Date: Mon, 22 Jun 2009 10:03:18
Message-Id: E1MIgMJ-0006Ny-LU@stork.gentoo.org
1 ali_bush 09/06/22 10:02:39
2
3 Modified: jython-2.5.0-build.patch
4 Log:
5 Cleanup first rev. New slot for 2.5.0. Tests now work, mostly.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-java/jython/files/jython-2.5.0-build.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/files/jython-2.5.0-build.patch?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/files/jython-2.5.0-build.patch?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/jython/files/jython-2.5.0-build.patch?r1=1.1&r2=1.2
14
15 Index: jython-2.5.0-build.patch
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-java/jython/files/jython-2.5.0-build.patch,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- jython-2.5.0-build.patch 18 Jun 2009 10:51:11 -0000 1.1
22 +++ jython-2.5.0-build.patch 22 Jun 2009 10:02:39 -0000 1.2
23 @@ -1,5 +1,5 @@
24 ---- build.xml.old 2009-06-18 19:12:11.000000000 +1200
25 -+++ build.xml 2009-06-18 19:14:11.000000000 +1200
26 +--- build.xml.old 2009-06-20 16:40:26.000000000 +1200
27 ++++ build.xml 2009-06-20 16:43:57.000000000 +1200
28 @@ -158,7 +158,8 @@
29 <pathelement path="${extlibs.dir}/asm-3.1.jar" />
30 <pathelement path="${extlibs.dir}/asm-commons-3.1.jar" />
31 @@ -10,6 +10,17 @@
32 </path>
33
34 <available property="informix.present" classname="com.informix.jdbc.IfxDriver" classpath="${informix.jar}" />
35 +@@ -166,8 +167,8 @@
36 +
37 + <path id="test.classpath">
38 + <path refid="main.classpath"/>
39 +- <pathelement path="${extlibs.dir}/asm-commons-3.1.jar" />
40 +- <pathelement path="${extlibs.dir}/junit-3.8.2.jar" />
41 ++ <pathelement path="${extlibs.dir}/junit-3.8.2.jar" />
42 ++ <pathelement path="${extlibs.dir}/xercesImpl-2.9.1.jar" />
43 + <pathelement path="${exposed.dir}" />
44 + <pathelement path="${compile.dir}" />
45 + <pathelement path="${cpptasks.jar.dir}" />
46 @@ -236,17 +237,8 @@
47 <condition property="do.checkout" value="true">
48 <istrue value="${has.repositories.connection}" />