Gentoo Archives: gentoo-commits

From: "Serkan Kaba (serkan)" <serkan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/statsvn/files: statsvn-0.4.1-build.xml.patch statsvn-0.4.1-fixstatcvsusage.patch
Date: Fri, 03 Oct 2008 21:44:36
Message-Id: E1KlsRt-0004gi-KH@stork.gentoo.org
1 serkan 08/10/03 21:44:33
2
3 Added: statsvn-0.4.1-build.xml.patch
4 statsvn-0.4.1-fixstatcvsusage.patch
5 Log:
6 Initial version. Fixes bug #156048.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.25-gentoo-r7 x86_64)
8
9 Revision Changes Path
10 1.1 dev-util/statsvn/files/statsvn-0.4.1-build.xml.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/statsvn/files/statsvn-0.4.1-build.xml.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/statsvn/files/statsvn-0.4.1-build.xml.patch?rev=1.1&content-type=text/plain
14
15 Index: statsvn-0.4.1-build.xml.patch
16 ===================================================================
17 diff -Nur statsvn-0.4.1/build.xml statsvn-0.4.1_patched/build.xml
18 --- statsvn-0.4.1/build.xml 2007-03-14 03:33:20.000000000 +0200
19 +++ statsvn-0.4.1_patched/build.xml 2008-09-19 05:45:40.000000000 +0300
20 @@ -130,15 +130,6 @@
21 </target>
22
23 <target name="dist" depends="compile,copyfiles">
24 - <!-- Creates an executable jar file for the project -->
25 - <unjar src="${lib}/${statcvs.jar}" dest="${build}" />
26 - <!-- Expand and use the concurrent JAR -->
27 - <unjar src="${lib}/${concurrent.jar}" dest="${build}" />
28 -
29 - <!-- Now included in statcvs.jar -->
30 - <!--<unjar src="${lib}/${jfreechart.jar}" dest="${build}" />
31 - <unjar src="${lib}/${jcommon.jar}" dest="${build}" />-->
32 -
33 <mkdir dir="${dist}" />
34 <jar jarfile="${dist}/${project.jar}" basedir="${build}">
35 <manifest>
36
37
38
39 1.1 dev-util/statsvn/files/statsvn-0.4.1-fixstatcvsusage.patch
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/statsvn/files/statsvn-0.4.1-fixstatcvsusage.patch?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/statsvn/files/statsvn-0.4.1-fixstatcvsusage.patch?rev=1.1&content-type=text/plain
43
44 Index: statsvn-0.4.1-fixstatcvsusage.patch
45 ===================================================================
46 diff -Nur statsvn-0.4.1/src/net/sf/statsvn/Main.java statsvn-0.4.1_patched/src/net/sf/statsvn/Main.java
47 --- statsvn-0.4.1/src/net/sf/statsvn/Main.java 2008-09-19 07:19:16.000000000 +0300
48 +++ statsvn-0.4.1_patched/src/net/sf/statsvn/Main.java 2008-09-19 07:19:42.000000000 +0300
49 @@ -295,7 +295,7 @@
50 System.setProperty("java.awt.headless", "true");
51
52 final ReportConfig config = new ReportConfig(content, ConfigurationOptions.getProjectName(), ConfigurationOptions.getOutputDir(), ConfigurationOptions
53 - .getMarkupSyntax(), ConfigurationOptions.getCssHandler(), ConfigurationOptions.getCharSet());
54 + .getMarkupSyntax(), ConfigurationOptions.getCssHandler());
55 config.setWebRepository(ConfigurationOptions.getWebRepository());
56 config.setWebBugtracker(ConfigurationOptions.getWebBugtracker());
57 config.setNonDeveloperLogins(ConfigurationOptions.getNonDeveloperLogins());