summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-04-14 15:05:23 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-04-14 15:13:17 +0000
commit597d54b2d38e6a8688d7ffaa37d217b297244dcd (patch)
treeec481886ae5b99c50537d123bbd037ae2bbe4ba6 /dev-vcs/statcvs/files/statcvs-0.4.0-r1-build.xml.patch
parentwww-client/chromium: Remove old (diff)
downloadgentoo-597d54b2d38e6a8688d7ffaa37d217b297244dcd.tar.gz
gentoo-597d54b2d38e6a8688d7ffaa37d217b297244dcd.tar.bz2
gentoo-597d54b2d38e6a8688d7ffaa37d217b297244dcd.zip
dev-vcs/stat{cvs,svn}: Removal. Fixes bug 577368.
Diffstat (limited to 'dev-vcs/statcvs/files/statcvs-0.4.0-r1-build.xml.patch')
-rw-r--r--dev-vcs/statcvs/files/statcvs-0.4.0-r1-build.xml.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-vcs/statcvs/files/statcvs-0.4.0-r1-build.xml.patch b/dev-vcs/statcvs/files/statcvs-0.4.0-r1-build.xml.patch
deleted file mode 100644
index 4053feea04aa..000000000000
--- a/dev-vcs/statcvs/files/statcvs-0.4.0-r1-build.xml.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff -Nur statcvs-0.4.0/build.xml statcvs-0.4.0_patched/build.xml
---- statcvs-0.4.0/build.xml 2008-04-21 18:33:32.000000000 +0300
-+++ statcvs-0.4.0_patched/build.xml 2009-01-28 00:21:06.000000000 +0200
-@@ -19,7 +19,6 @@
- <property name="cvs.log" value="cvs.log" />
- <property environment="env" />
- <path id="project.class.path">
-- <pathelement path="${java.class.path}" />
- <fileset dir="${lib}">
- <include name="**/*.jar" />
- </fileset>
-@@ -148,11 +147,8 @@
- </classpath>
- </java>
- </target>
-- <target name="jar" depends="test">
-+ <target name="jar">
- <!-- Creates an executable jar file for the project -->
-- <unjar src="${lib}/${jfreechart.jar}" dest="${build}" />
-- <unjar src="${lib}/${jcommon.jar}" dest="${build}" />
-- <unjar src="${lib}/jdom.jar" dest="${build}" />
- <mkdir dir="${dist}" />
- <jar jarfile="${dist}/${project.jar}" basedir="${build}">
- <manifest>