diff options
author | Serkan Kaba <serkan@gentoo.org> | 2010-10-26 16:28:02 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2010-10-26 16:28:02 +0000 |
commit | 5308527019408ac1c4adc1032e3e30821074a24c (patch) | |
tree | 2120e5a9ac6b40d5b359821c3edd60e7439d0845 | |
parent | Remove old. (diff) | |
download | gentoo-2-5308527019408ac1c4adc1032e3e30821074a24c.tar.gz gentoo-2-5308527019408ac1c4adc1032e3e30821074a24c.tar.bz2 gentoo-2-5308527019408ac1c4adc1032e3e30821074a24c.zip |
Add missing patch reported by Marat <marat.buharov@gmail.com> in bug #342775.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
-rw-r--r-- | dev-java/commons-math/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/commons-math/files/commons-math-2.1-buildfixes.patch | 19 |
2 files changed, 25 insertions, 1 deletions
diff --git a/dev-java/commons-math/ChangeLog b/dev-java/commons-math/ChangeLog index 754b64998dbf..2cac40f79349 100644 --- a/dev-java/commons-math/ChangeLog +++ b/dev-java/commons-math/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/commons-math # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v 1.4 2010/10/24 09:09:34 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-math/ChangeLog,v 1.5 2010/10/26 16:28:02 serkan Exp $ + + 26 Oct 2010; Serkan Kaba <serkan@gentoo.org> + +files/commons-math-2.1-buildfixes.patch: + Add missing patch reported by Marat <marat.buharov@gmail.com> in bug + #342775. *commons-math-2.1 (24 Oct 2010) diff --git a/dev-java/commons-math/files/commons-math-2.1-buildfixes.patch b/dev-java/commons-math/files/commons-math-2.1-buildfixes.patch new file mode 100644 index 000000000000..5c9820902d1e --- /dev/null +++ b/dev-java/commons-math/files/commons-math-2.1-buildfixes.patch @@ -0,0 +1,19 @@ +--- build.xml 2010-10-24 11:20:46.000000000 +0300 ++++ build.xml.fixed 2010-10-24 11:25:42.000000000 +0300 +@@ -114,6 +114,7 @@ + <pathelement location="${build.home}/classes"/> + <pathelement location="${build.home}/test-classes"/> + <pathelement location="${junit.jar}"/> ++ <pathelement location="hamcrest-core.jar"/> + <path refid="downloaded.lib.classpath"/> + </path> + +@@ -232,7 +233,7 @@ + + <!-- ========== Create Jar ================================================ --> + +- <target name="jar" depends="test" description="Create jar file"> ++ <target name="jar" description="Create jar file"> + + <mkdir dir="${build.home}/classes/META-INF"/> + <copy file="LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/> |