summaryrefslogtreecommitdiff
path: root/dev-java/gwt/files/gwt-2.9.0-remove-git-usage.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-08 11:45:13 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-08 11:45:23 +0200
commit060f7940f4fd647ff7cf7f7eae598074d724bf0d (patch)
tree8858df826bf77b62f624d9d20ee9d7a9aae3681a /dev-java/gwt/files/gwt-2.9.0-remove-git-usage.patch
parent394b7482e3a033ce78084d8f6b9a45250531626d (diff)
downloadgentoo-060f7940f4fd647ff7cf7f7eae598074d724bf0d.tar.gz
gentoo-060f7940f4fd647ff7cf7f7eae598074d724bf0d.tar.bz2
gentoo-060f7940f4fd647ff7cf7f7eae598074d724bf0d.zip
dev-java/gwt: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-java/gwt/files/gwt-2.9.0-remove-git-usage.patch')
-rw-r--r--dev-java/gwt/files/gwt-2.9.0-remove-git-usage.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-java/gwt/files/gwt-2.9.0-remove-git-usage.patch b/dev-java/gwt/files/gwt-2.9.0-remove-git-usage.patch
deleted file mode 100644
index 9ebbafb99099..000000000000
--- a/dev-java/gwt/files/gwt-2.9.0-remove-git-usage.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-# This git stuff in the ant configs is useful during development, since it does
-# something or other withe git revision and sets some sort of sentinel file.
-# Since this package is for a release, we don't need it.
---- a/common.ant.xml
-+++ b/common.ant.xml
-@@ -277,16 +277,16 @@
-
- <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>
-+ <!-- <exec executable="git" searchpath="true" outputproperty="gwt.gitrev"> -->
-+ <!-- <arg line="rev-parse - -short HEAD"/> -->
-+ <!-- </exec> -->
- <!-- 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
- with <touch/> -->
- <mkdir dir="${project.build}/sentinels"/>
- <property name="filter.sentinel"
-- location="${project.build}/sentinels/gwt-${gwt.version}-git-${gwt.gitrev}"/>
-+ location="${project.build}/sentinels/gwt-${gwt.version}"/>
- </sequential>
- </macrodef>
-