mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -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:
17
dev-java/gluegen/files/gluegen-2.3.2-disable_git_call.diff
Normal file
17
dev-java/gluegen/files/gluegen-2.3.2-disable_git_call.diff
Normal file
@@ -0,0 +1,17 @@
|
||||
--- a/make/build.xml
|
||||
+++ b/make/build.xml
|
||||
@@ -70,14 +70,6 @@
|
||||
<property name="gluegen.build.number" value="manual"/>
|
||||
<property name="gluegen.build.id" value="${version.timestamp}"/>
|
||||
<mkdir dir="${build}" />
|
||||
- <exec dir="." executable="git" logError="true" failonerror="false" failifexecutionfails="false"
|
||||
- output="${build}/localbranch.raw">
|
||||
- <arg line="branch --no-color"/>
|
||||
- </exec>
|
||||
- <exec dir="." executable="sed" logError="true" failonerror="false" failifexecutionfails="false"
|
||||
- outputproperty="gluegen.build.branch">
|
||||
- <arg line="-e '/^[^*]/d' -e 's/* \(.*\)/\1/' '${build}/localbranch.raw'"/>
|
||||
- </exec>
|
||||
<property name="gluegen.build.branch" value="manual"/> <!-- fallback -->
|
||||
<exec dir="${project.root}" executable="git" logError="true" failonerror="false" failifexecutionfails="false"
|
||||
outputproperty="gluegen.build.commit">
|
||||
Reference in New Issue
Block a user