commit:     2ffe425c17bd394cb06649a77eb92ad54ed4065b
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon May 22 17:17:11 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Mon May 22 21:26:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ffe425c

net-vpn/i2p: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31133
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-vpn/i2p/files/2.1.0-fix-getopt-classpath.patch | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/net-vpn/i2p/files/2.1.0-fix-getopt-classpath.patch 
b/net-vpn/i2p/files/2.1.0-fix-getopt-classpath.patch
deleted file mode 100644
index a67b43ba08da..000000000000
--- a/net-vpn/i2p/files/2.1.0-fix-getopt-classpath.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-diff --git a/apps/routerconsole/java/build.xml 
b/apps/routerconsole/java/build.xml
-index 48f9245..2fba5e4 100644
---- a/apps/routerconsole/java/build.xml
-+++ b/apps/routerconsole/java/build.xml
-@@ -85,6 +85,7 @@
-                 <!-- following jars only present for debian builds -->
-                 <pathelement location="../../jetty/jettylib/tomcat-api.jar" />
-                 <pathelement 
location="../../../core/java/build/json-simple.jar" />
-+                <pathelement 
location="../../../core/java/build/gnu-getopt.jar" />
-             </classpath>
-         </javac>
-     </target>
-diff --git a/router/java/build.xml b/router/java/build.xml
-index 3449609..bcd9602 100644
---- a/router/java/build.xml
-+++ b/router/java/build.xml
-@@ -277,6 +277,7 @@
-                 <pathelement location="${hamcrest.home}/hamcrest-all.jar" />
-                 <pathelement location="${junit.home}/junit4.jar" />
-                 <pathelement location="../../core/java/build/i2ptest.jar" />
-+                <pathelement location="../../core/java/build/gnu-getopt.jar" 
/>
-             </classpath>
-             <compilerarg line="${javac.compilerargs}" />
-         </javac>

Reply via email to