diff options
| author | Wolfgang E. Sanyer <ezzieyguywuf@gmail.com> | 2021-04-01 16:51:37 -0400 |
|---|---|---|
| committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-06-11 11:51:07 +0200 |
| commit | cc67cd13dc32e350a03f875ce56dcd7b4e84510e (patch) | |
| tree | 65d24519ca31215df6f5926646d591ca5e56a65f /dev-java/gwt/files/gwt-2.9.0-remove-git-usage.patch | |
| parent | f9726478db364fd8ef5dbd2c4ac23992cd707428 (diff) | |
| download | gentoo-cc67cd13dc32e350a03f875ce56dcd7b4e84510e.tar.gz gentoo-cc67cd13dc32e350a03f875ce56dcd7b4e84510e.tar.bz2 gentoo-cc67cd13dc32e350a03f875ce56dcd7b4e84510e.zip | |
dev-java/gwt: bump to 2.9.0
This resolves the two bugs references below, but does not close them
since they still exist in the older version of this ebuild.
Bug: https://bugs.gentoo.org/762619
Bug: https://bugs.gentoo.org/716220
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/20222
Signed-off-by: Miroslav Šulc <fordfrog@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.patch | 26 |
1 files changed, 26 insertions, 0 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 new file mode 100644 index 000000000000..9ebbafb99099 --- /dev/null +++ b/dev-java/gwt/files/gwt-2.9.0-remove-git-usage.patch @@ -0,0 +1,26 @@ +# 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> + |
