commit: b7e260f1193edb009d286ed685cd9eb693e85edf Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Mar 16 06:40:02 2022 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Mar 17 09:00:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e260f1
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 <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/24597 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> .../files/1.8.1-build.xml-jar-target.patch | 27 ---------------------- 1 file changed, 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"
