commit:     7d73bff0b90dec8cea75bd4c69db1f7ce2029010
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Thu Oct  3 15:47:28 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct  4 20:22:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d73bff0

net-vpn/i2p: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-vpn/i2p/files/fix-junit-classpath.patch | 112 ----------------------------
 1 file changed, 112 deletions(-)

diff --git a/net-vpn/i2p/files/fix-junit-classpath.patch 
b/net-vpn/i2p/files/fix-junit-classpath.patch
deleted file mode 100644
index 15a87e2681f6..000000000000
--- a/net-vpn/i2p/files/fix-junit-classpath.patch
+++ /dev/null
@@ -1,112 +0,0 @@
---- a/apps/i2ptunnel/java/build.xml
-+++ b/apps/i2ptunnel/java/build.xml
-@@ -465,7 +465,7 @@
-     <target name="test" depends="clean, compileTest">
-         <junit printsummary="on" fork="yes">
-             <classpath>
--                <pathelement path="${classpath}" />
-+                <pathelement path="${gentoo.classpath}" />
-                 <pathelement location="./build/obj" />
-                 <pathelement location="../../../core/java/build/i2p.jar" />
-             </classpath>
---- a/apps/ministreaming/java/build.xml
-+++ b/apps/ministreaming/java/build.xml
-@@ -310,22 +310,12 @@
-         <junit printsummary="withOutAndErr" fork="yes" showoutput="yes" >
-             <sysproperty key="net.sourceforge.cobertura.datafile" 
file="./cobertura.ser" />
-             <classpath>
--                <pathelement path="${javac.classpath}" />
--                <pathelement location="${hamcrest.home}/hamcrest-core.jar" />
--                <pathelement location="${hamcrest.home}/hamcrest-library.jar" 
/>
--                <pathelement 
location="${hamcrest.home}/hamcrest-integration.jar" />
--                <pathelement location="${hamcrest.home}/hamcrest-all.jar" />
--                <pathelement location="${mockito.home}/byte-buddy.jar" />
--                <pathelement location="${mockito.home}/objenesis.jar" />
--                <pathelement location="${mockito.home}/mockito-core.jar" />
--                <pathelement location="${junit.home}/junit4.jar" />
-+                <pathelement path="${gentoo.classpath}" />
-                 <pathelement location="./build/obj_cobertura" />
-                 <pathelement location="./build/obj" />
-                 <pathelement location="../../../core/java/build/i2ptest.jar" 
/>
-                 <pathelement location="../../../core/java/build/i2p.jar" />
-                 <pathelement location="../../build/jbigi.jar" />
--                <pathelement location="${with.clover}" />
--                <pathelement location="${with.cobertura}" />
-             </classpath>
-             <batchtest todir="../../../reports/ministreaming/junit/">
-                 <fileset dir="./test/junit">
---- a/apps/streaming/java/build.xml
-+++ b/apps/streaming/java/build.xml
-@@ -126,23 +126,13 @@
-         <junit printsummary="withOutAndErr" fork="yes" showoutput="yes" >
-             <sysproperty key="net.sourceforge.cobertura.datafile" 
file="./cobertura.ser" />
-             <classpath>
--                <pathelement path="${javac.classpath}" />
--                <pathelement location="${hamcrest.home}/hamcrest-core.jar" />
--                <pathelement location="${hamcrest.home}/hamcrest-library.jar" 
/>
--                <pathelement 
location="${hamcrest.home}/hamcrest-integration.jar" />
--                <pathelement location="${hamcrest.home}/hamcrest-all.jar" />
--                <pathelement location="${mockito.home}/byte-buddy.jar" />
--                <pathelement location="${mockito.home}/objenesis.jar" />
--                <pathelement location="${mockito.home}/mockito-core.jar" />
--                <pathelement location="${junit.home}/junit4.jar" />
-+                <pathelement path="${gentoo.classpath}" />
-                 <pathelement location="./build/obj_cobertura" />
-                 <pathelement location="./build/obj" />
-                 <pathelement location="../../../core/java/build/i2ptest.jar" 
/>
-                 <pathelement location="../../../core/java/build/i2p.jar" />
-                 <pathelement 
location="../../ministreaming/java/build/mstreaming.jar" />
-                 <pathelement location="../../build/jbigi.jar" />
--                <pathelement location="${with.clover}" />
--                <pathelement location="${with.cobertura}" />
-             </classpath>
-             <batchtest todir="../../../reports/streaming/junit/">
-                 <fileset dir="./test/junit">
---- a/core/java/build.xml
-+++ b/core/java/build.xml
-@@ -469,22 +469,12 @@
-         <junit printsummary="withOutAndErr" fork="yes" maxmemory="384m" 
showoutput="yes" >
-             <sysproperty key="net.sourceforge.cobertura.datafile" 
file="./cobertura.ser" />
-             <classpath>
-+                <pathelement path="${gentoo.classpath}" />
-                 <pathelement location="../../installer/resources/" />
--                <pathelement path="${javac.classpath.mod}" />
--                <pathelement location="${hamcrest.home}/hamcrest-core.jar" />
--                <pathelement location="${hamcrest.home}/hamcrest-library.jar" 
/>
--                <pathelement 
location="${hamcrest.home}/hamcrest-integration.jar" />
--                <pathelement location="${hamcrest.home}/hamcrest-all.jar" />
--                <pathelement location="${mockito.home}/byte-buddy.jar" />
--                <pathelement location="${mockito.home}/objenesis.jar" />
--                <pathelement location="${mockito.home}/mockito-core.jar" />
--                <pathelement location="${junit.home}/junit4.jar" />
-                 <pathelement location="./build/obj_cobertura" />
-                 <pathelement location="./build/obj" />
-                 <pathelement location="./test/resources" />
-                 <pathelement location="../../build/jbigi.jar" />
--                <pathelement location="${with.clover}" />
--                <pathelement location="${with.cobertura}" />
-             </classpath>
-             <batchtest todir="../../reports/core/junit/">
-                 <fileset dir="./test/junit/">
---- a/router/java/build.xml
-+++ b/router/java/build.xml
-@@ -419,18 +419,11 @@
-         <junit printsummary="withOutAndErr" fork="yes" showoutput="yes" >
-             <sysproperty key="net.sourceforge.cobertura.datafile" 
file="./cobertura.ser" />
-             <classpath>
--                <pathelement path="${javac.classpath}" />
--                <pathelement location="${hamcrest.home}/hamcrest-core.jar" />
--                <pathelement location="${hamcrest.home}/hamcrest-library.jar" 
/>
--                <pathelement 
location="${hamcrest.home}/hamcrest-integration.jar" />
--                <pathelement location="${hamcrest.home}/hamcrest-all.jar" />
--                <pathelement location="${junit.home}/junit4.jar" />
-+                <pathelement path="${gentoo.classpath}" />
-                 <pathelement location="./build/obj_cobertura" />
-                 <pathelement location="./build/obj" />
-                 <pathelement location="../../core/java/build/i2ptest.jar" />
-                 <pathelement location="../../build/jbigi.jar" />
--                <pathelement location="${with.clover}" />
--                <pathelement location="${with.cobertura}" />
-             </classpath>
-             <batchtest todir="../../reports/router/junit/">
-                 <fileset dir="./test/junit">

Reply via email to