Gentoo Archives: gentoo-commits

From: "Amy Winston (amynka)" <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/weka/files: weka-3.6.12-build.xml.patch
Date: Sun, 28 Jun 2015 13:55:19
Message-Id: 20150628135510.9E16A73A@oystercatcher.gentoo.org
1 amynka 15/06/28 13:55:10
2
3 Added: weka-3.6.12-build.xml.patch
4 Log:
5 Patch for weka-3.6.12 added.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 34E69781)
8
9 Revision Changes Path
10 1.1 dev-util/weka/files/weka-3.6.12-build.xml.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/weka/files/weka-3.6.12-build.xml.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/weka/files/weka-3.6.12-build.xml.patch?rev=1.1&content-type=text/plain
14
15 Index: weka-3.6.12-build.xml.patch
16 ===================================================================
17 --- build.xml 2010-04-17 08:12:29.000000000 +0300
18 +++ build.xml.fixed 2010-04-17 08:37:58.000000000 +0300
19 @@ -90,11 +90,6 @@
20 </copy>
21 <rmic base="${build}/classes"
22 classname="weka.experiment.RemoteEngine"/>
23 - <unzip src="${lib}/java-cup.jar" dest="${build}/classes">
24 - <patternset>
25 - <include name="java_cup/runtime/**/*"/>
26 - </patternset>
27 - </unzip>
28 </target>
29
30 <!-- Make the javadocs -->
31 @@ -139,7 +134,7 @@
32 </target>
33
34 <!-- compile the testcases -->
35 - <target name="compile_tests" depends="init_tests, compile"
36 + <target name="compile_tests" depends="init_tests"
37 description="Compile unit tests into build/testcases">
38 <javac srcdir="${src-test}"
39 fork="yes" memoryMaximumSize="${javac_max_memory}"