summaryrefslogtreecommitdiff
path: root/dev-java/gwt/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-17 19:04:28 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-17 19:04:28 +0100
commit514d1bbe260df2521fe60f1a3ec87cfcfde1a829 (patch)
tree555c194dbeb0fb2ac4ad3cde7c0f6a80fd330ce2 /dev-java/gwt/files
parent4df3bf9762850b34cd1ead5c80374d1a0fc3362e (diff)
gentoo resync : 17.07.2021
Diffstat (limited to 'dev-java/gwt/files')
-rw-r--r--dev-java/gwt/files/gwt-2.8.2-build-system.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-java/gwt/files/gwt-2.8.2-build-system.patch b/dev-java/gwt/files/gwt-2.8.2-build-system.patch
deleted file mode 100644
index 82340416e7a7..000000000000
--- a/dev-java/gwt/files/gwt-2.8.2-build-system.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- gwt-2.8.2-orig/common.ant.xml 2017-10-18 22:39:31.000000000 +1100
-+++ gwt-2.8.2/common.ant.xml 2020-01-13 13:23:58.653719957 +1100
-@@ -277,9 +277,7 @@
-
- <macrodef name="gwt.getgitinfo" description="Identifies the GIT info of a workspace">
- <sequential>
-- <exec executable="git" searchpath="true" outputproperty="gwt.gitrev">
-- <arg line="rev-parse --short HEAD"/>
-- </exec>
-+ <property name="gwt.gitrev" value="faff18e7a1f065e3a4ac4ef32ab5cce394557070"/>
- <!-- Generally, filtering requires a sentinel file so that changes to git rev will
- be noticed as invalidating the previously-generated filter output. This property
- names where such a sentinel lives; it is tested with <available/> and created