summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-03-16 07:40:02 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2022-03-17 10:00:19 +0100
commitb7e260f1193edb009d286ed685cd9eb693e85edf (patch)
treec86a58e8d1336ff2e5a735943ee0eb13b8f49397 /dev-java
parentmedia-gfx/flameshot: stabilize 0.10.2 for x86 (diff)
downloadgentoo-b7e260f1193edb009d286ed685cd9eb693e85edf.tar.gz
gentoo-b7e260f1193edb009d286ed685cd9eb693e85edf.tar.bz2
gentoo-b7e260f1193edb009d286ed685cd9eb693e85edf.zip
dev-java/commons-digester: remove unused patch(es)
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/24597 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/commons-digester/files/1.8.1-build.xml-jar-target.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-java/commons-digester/files/1.8.1-build.xml-jar-target.patch b/dev-java/commons-digester/files/1.8.1-build.xml-jar-target.patch
deleted file mode 100644
index ec523a011458..000000000000
--- a/dev-java/commons-digester/files/1.8.1-build.xml-jar-target.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- build.xml.orig 2009-02-15 21:06:33.000000000 +0100
-+++ build.xml 2009-02-15 21:07:25.000000000 +0100
-@@ -117,6 +117,7 @@
- <pathelement location="${jaxp.jaxp.jar}"/>
- <pathelement location="${jaxp.parser.jar}"/>
- <pathelement location="${commons-beanutils.jar}"/>
-+ <pathelement location="${commons-collections.jar}" />
- <pathelement location="${commons-logging.jar}"/>
- <pathelement location="${junit.jar}"/>
- </path>
-@@ -140,6 +141,7 @@
- <pathelement location="${junit.jar}"/>
- <pathelement location="${jaxp.jaxp.jar}"/>
- <pathelement location="${jaxp.parser.jar}"/>
-+ <pathelement location="${commons-collections.jar}" />
- <pathelement location="${commons-beanutils.jar}"/>
- <pathelement location="${commons-logging.jar}"/>
- </path>
-@@ -256,7 +258,7 @@
- </javadoc>
- </target>
-
-- <target name="jar" depends="compile, test"
-+ <target name="jar" depends="compile"
- description="Create commons-digester.jar">
- <mkdir dir="${dist.home}"/>
- <jar jarfile="${dist.home}/commons-${component.name}.jar"