diff options
author | Johann Schmitz <johann@j-schmitz.net> | 2014-01-04 09:03:36 +0100 |
---|---|---|
committer | Johann Schmitz <johann@j-schmitz.net> | 2014-01-04 09:03:36 +0100 |
commit | ffb9bd022b4ec67c5ec79c3a2b88216977537946 (patch) | |
tree | 3094d9c6b4266039118cedb96c4ca37c2498e8e9 /dev-java/gluegen | |
parent | Updated and polished ebuild for gluegen (dep of jogl) as per #171. (diff) | |
download | sci-ffb9bd022b4ec67c5ec79c3a2b88216977537946.tar.gz sci-ffb9bd022b4ec67c5ec79c3a2b88216977537946.tar.bz2 sci-ffb9bd022b4ec67c5ec79c3a2b88216977537946.zip |
Don't test the zip archive (thus avoid dep to 7z)
Package-Manager: portage-2.2.7
Diffstat (limited to 'dev-java/gluegen')
-rw-r--r-- | dev-java/gluegen/ChangeLog | 4 | ||||
-rw-r--r-- | dev-java/gluegen/files/2.1.4_p1-dont-test-archive.patch | 16 |
2 files changed, 20 insertions, 0 deletions
diff --git a/dev-java/gluegen/ChangeLog b/dev-java/gluegen/ChangeLog index 6f31ba01c..b8d37f884 100644 --- a/dev-java/gluegen/ChangeLog +++ b/dev-java/gluegen/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 04 Jan 2014; Johann Schmitz <ercpe@gentoo.org> + +files/2.1.4_p1-dont-test-archive.patch: + Don't test the zip archive (thus avoid dep to 7z) + *gluegen-2.1.4_p1 (04 Jan 2014) 04 Jan 2014; Johann Schmitz <ercpe@gentoo.org> diff --git a/dev-java/gluegen/files/2.1.4_p1-dont-test-archive.patch b/dev-java/gluegen/files/2.1.4_p1-dont-test-archive.patch new file mode 100644 index 000000000..3eb061f27 --- /dev/null +++ b/dev-java/gluegen/files/2.1.4_p1-dont-test-archive.patch @@ -0,0 +1,16 @@ +diff --git a/gluegen-2.1.4_rc01/make/build-test.xml b/gluegen-2.1.4_rc01/make/build-test.xml +index 31dc773..e872a0a 100644 +--- a/gluegen-2.1.4_rc01/make/build-test.xml ++++ b/gluegen-2.1.4_rc01/make/build-test.xml +@@ -614,9 +614,11 @@ chmod 644 ${results}/* \${line.separator} + + <!-- updates / create the test results zip file --> + <target name="test-zip-archive" depends="init"> ++ <!-- + <archive.7z destfile="${build}/${test.archive.name}.7z" + basedir="${project.root}" + includes="${rootrel.build}/test/results ${rootrel.build}/test/results-x64 ${rootrel.build}/test/results-x32" /> ++ --> + </target> + + |