summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2013-04-09 00:23:58 +0000
committerTim Harder <radhermit@gentoo.org>2013-04-09 00:23:58 +0000
commit723e514905b83ef0e4c4d5b0ee0a4b4f137fccf7 (patch)
treec75b119d2185b2655afab3ed3f7fdcf8cf9f8927 /dev-java/commons-io
parentVersion bump. (diff)
downloadgentoo-2-723e514905b83ef0e4c4d5b0ee0a4b4f137fccf7.tar.gz
gentoo-2-723e514905b83ef0e4c4d5b0ee0a4b4f137fccf7.tar.bz2
gentoo-2-723e514905b83ef0e4c4d5b0ee0a4b4f137fccf7.zip
Remove old, unused patches.
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'dev-java/commons-io')
-rw-r--r--dev-java/commons-io/ChangeLog7
-rw-r--r--dev-java/commons-io/files/commons-io-1.3-build.xml.patch20
-rw-r--r--dev-java/commons-io/files/commons-io-1.3.1-build.xml.patch20
3 files changed, 6 insertions, 41 deletions
diff --git a/dev-java/commons-io/ChangeLog b/dev-java/commons-io/ChangeLog
index 74ec58acd351..1de4dea25f0e 100644
--- a/dev-java/commons-io/ChangeLog
+++ b/dev-java/commons-io/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-java/commons-io
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.55 2013/04/09 00:22:08 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-io/ChangeLog,v 1.56 2013/04/09 00:23:58 radhermit Exp $
+
+ 09 Apr 2013; Tim Harder <radhermit@gentoo.org>
+ -files/commons-io-1.3.1-build.xml.patch,
+ -files/commons-io-1.3-build.xml.patch:
+ Remove old, unused patches.
*commons-io-2.4 (09 Apr 2013)
diff --git a/dev-java/commons-io/files/commons-io-1.3-build.xml.patch b/dev-java/commons-io/files/commons-io-1.3-build.xml.patch
deleted file mode 100644
index cf509dcd51df..000000000000
--- a/dev-java/commons-io/files/commons-io-1.3-build.xml.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- build.xml.original 2007-02-09 21:36:40.000000000 +0100
-+++ build.xml 2007-02-09 21:38:25.000000000 +0100
-@@ -92,7 +92,7 @@
- </copy>
- </target>
-
-- <target name="jar" description="o Create the jar" depends="compile,test">
-+ <target name="jar" description="o Create the jar" depends="compile">
- <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/*.html" basedir="${classesdir}" manifest="${basedir}/src/conf/MANIFEST.MF" />
- </target>
- <target name="dist-jar" depends="compile">
-@@ -196,7 +196,7 @@
- <target name="internal-test" if="Junit.present" depends="junit-present,compile-tests">
- <mkdir dir="${testreportdir}">
- </mkdir>
-- <junit dir="${basedir}" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true">
-+ <junit dir="${basedir}" failureproperty="test.failure" printSummary="yes" fork="false" haltonerror="true">
- <sysproperty key="basedir" value="." />
- <formatter type="plain" />
- <formatter usefile="false" type="plain" />
diff --git a/dev-java/commons-io/files/commons-io-1.3.1-build.xml.patch b/dev-java/commons-io/files/commons-io-1.3.1-build.xml.patch
deleted file mode 100644
index cf509dcd51df..000000000000
--- a/dev-java/commons-io/files/commons-io-1.3.1-build.xml.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- build.xml.original 2007-02-09 21:36:40.000000000 +0100
-+++ build.xml 2007-02-09 21:38:25.000000000 +0100
-@@ -92,7 +92,7 @@
- </copy>
- </target>
-
-- <target name="jar" description="o Create the jar" depends="compile,test">
-+ <target name="jar" description="o Create the jar" depends="compile">
- <jar jarfile="${defaulttargetdir}/${final.name}.jar" excludes="**/*.html" basedir="${classesdir}" manifest="${basedir}/src/conf/MANIFEST.MF" />
- </target>
- <target name="dist-jar" depends="compile">
-@@ -196,7 +196,7 @@
- <target name="internal-test" if="Junit.present" depends="junit-present,compile-tests">
- <mkdir dir="${testreportdir}">
- </mkdir>
-- <junit dir="${basedir}" failureproperty="test.failure" printSummary="yes" fork="true" haltonerror="true">
-+ <junit dir="${basedir}" failureproperty="test.failure" printSummary="yes" fork="false" haltonerror="true">
- <sysproperty key="basedir" value="." />
- <formatter type="plain" />
- <formatter usefile="false" type="plain" />