commit: d0cc093e6a8f2d5a626b07ca8d899deb00dd4dc3 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Jun 10 15:40:27 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Tue Jun 18 00:34:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cc093e
net-vpn/i2p: remove unused file Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12234 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> net-vpn/i2p/files/0.9.38-add-cp-to-tests | 45 -------------------------------- 1 file changed, 45 deletions(-) diff --git a/net-vpn/i2p/files/0.9.38-add-cp-to-tests b/net-vpn/i2p/files/0.9.38-add-cp-to-tests deleted file mode 100644 index ddf2f7d5fca..00000000000 --- a/net-vpn/i2p/files/0.9.38-add-cp-to-tests +++ /dev/null @@ -1,45 +0,0 @@ -diff -Naur a/apps/ministreaming/java/build.xml b/apps/ministreaming/java/build.xml ---- a/apps/ministreaming/java/build.xml 2019-01-30 13:31:14.958832623 +0100 -+++ b/apps/ministreaming/java/build.xml 2019-01-30 13:39:00.050869739 +0100 -@@ -173,7 +173,7 @@ - - <javac debug="true" deprecation="on" destdir="./build/obj" encoding="UTF-8" includeAntRuntime="false" source="1.8" srcdir="./test/junit" target="1.8"> - <classpath> -- <pathelement location="${javac.classpath}" /> -+ <pathelement path="${javac.classpath}" /> - <pathelement location="../../../core/java/build/i2p.jar" /> - <pathelement location="${junit.home}/junit4.jar" /> - <pathelement location="${hamcrest.home}/hamcrest.jar" /> -diff -Naur a/apps/streaming/java/build.xml b/apps/streaming/java/build.xml ---- a/apps/streaming/java/build.xml 2019-01-30 13:31:14.953832622 +0100 -+++ b/apps/streaming/java/build.xml 2019-01-30 13:38:56.683869470 +0100 -@@ -49,7 +49,7 @@ - - <javac debug="true" deprecation="on" destdir="./build/obj" encoding="UTF-8" includeAntRuntime="false" source="1.8" srcdir="./test/junit" target="1.8"> - <classpath> -- <pathelement location="${javac.classpath}" /> -+ <pathelement path="${javac.classpath}" /> - <pathelement location="../../../core/java/build/i2p.jar" /> - <pathelement location="../../ministreaming/java/build/mstreaming.jar" /> - <pathelement location="${junit.home}/junit4.jar" /> -diff -Naur a/router/java/build.xml b/router/java/build.xml ---- a/router/java/build.xml 2019-01-30 13:31:22.905833257 +0100 -+++ b/router/java/build.xml 2019-01-30 13:39:04.133870065 +0100 -@@ -130,7 +130,7 @@ - <mkdir dir="./build/obj_scala" /> - <scalac deprecation="on" destdir="./build/obj_scala" srcdir="./test/scalatest"> - <classpath> -- <pathelement location="${javac.classpath}" /> -+ <pathelement path="${javac.classpath}" /> - <pathelement location="${scala-library.jar}" /> - <pathelement location="${scalactic.jar}" /> - <pathelement location="${scalatest.jar}" /> -@@ -148,7 +148,7 @@ - <property name="junit.home" value="${ant.home}/lib/" /> - <javac debug="true" debuglevel="lines,vars,source" deprecation="on" destdir="./build/obj" encoding="UTF-8" includeAntRuntime="true" source="1.8" srcdir="./test/junit" target="1.8"> - <classpath> -- <pathelement location="${javac.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" />
