dev-java/gluegen: Debian patches

Closes: https://bugs.gentoo.org/855470
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-07-05 11:06:28 +02:00
parent 9835d581ab
commit 1741005ef0
23 changed files with 1473 additions and 135 deletions

View File

@@ -0,0 +1,26 @@
--- a/make/build.xml
+++ b/make/build.xml
@@ -1088,9 +1088,9 @@
<copy todir="${javadoc.gluegen.path}/resources" overwrite="true">
<fileset dir="doc/javadoc/resources" includes="*" />
</copy>
- <archive.7z destfile="${build}/javadoc.7z"
+<!-- <archive.7z destfile="${build}/javadoc.7z"
basedir="${javadoc.root.path}"
- includes="gluegen/**" />
+ includes="gluegen/**" />-->
</target>
<!-- ================================================================== -->
@@ -1138,9 +1138,9 @@
<fileset dir="lib" includes="junit.jar"/>
</copy>
- <archive.7z destfile="${build}/${archive.name}.7z"
+<!-- <archive.7z destfile="${build}/${archive.name}.7z"
basedir="${build}"
- includes="${archive.name}/**" />
+ includes="${archive.name}/**" />-->
<!-- Clean up after ourselves -->
<delete includeEmptyDirs="true" quiet="true" dir="${archive}" failonerror="false" />
</target>