diff options
author | Tom Wijsman <tomwij@gentoo.org> | 2013-06-15 23:20:39 +0000 |
---|---|---|
committer | Tom Wijsman <tomwij@gentoo.org> | 2013-06-15 23:20:39 +0000 |
commit | 0719c3a177a71d3c9695fe69850c26bd5d67630f (patch) | |
tree | 44159ecf7198f1e8f9a65750df9c374f138cdf1b /dev-java/junit/files | |
parent | fix hppa build issue, bug#471914 (diff) | |
download | gentoo-2-0719c3a177a71d3c9695fe69850c26bd5d67630f.tar.gz gentoo-2-0719c3a177a71d3c9695fe69850c26bd5d67630f.tar.bz2 gentoo-2-0719c3a177a71d3c9695fe69850c26bd5d67630f.zip |
Version bump to 4.11, needed for newer version of reverse dependency ant-junit.
(Portage version: 2.1.12.4/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java/junit/files')
-rw-r--r-- | dev-java/junit/files/junit-4.11-do-not-unpack-hamcrest-sources.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-java/junit/files/junit-4.11-do-not-unpack-hamcrest-sources.patch b/dev-java/junit/files/junit-4.11-do-not-unpack-hamcrest-sources.patch new file mode 100644 index 000000000000..d2d6f855323c --- /dev/null +++ b/dev-java/junit/files/junit-4.11-do-not-unpack-hamcrest-sources.patch @@ -0,0 +1,19 @@ +--- a/build.xml 2012-11-14 20:23:00.000000000 +0100 ++++ b/build.xml 2013-06-15 23:12:30.981988033 +0200 +@@ -138,7 +138,7 @@ + </exec> + </target> + +- <target name="javadoc" depends="unjar.hamcrest"> ++ <target name="javadoc"> + <javadoc destdir="${javadocdir}" + author="false" + version="false" +@@ -151,7 +151,6 @@ + <excludepackage name="org.junit.experimental.theories.internal.*" /> + + <sourcepath location="${src}" /> +- <sourcepath location="${hamcrestsrc}" /> + <link href="http://java.sun.com/javase/6/docs/api/" /> + </javadoc> + </target> |