mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 03:53:22 -04:00
dev-java/gluegen: Debian patches
Closes: https://bugs.gentoo.org/855470 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
26
dev-java/gluegen/files/gluegen-2.3.2-disableArchive7z.diff
Normal file
26
dev-java/gluegen/files/gluegen-2.3.2-disableArchive7z.diff
Normal 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>
|
||||
Reference in New Issue
Block a user