diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2021-07-14 14:06:09 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-07-15 08:06:42 +0200 |
commit | 4627e5494789bbd4b4377e26d5421db47b3dbaef (patch) | |
tree | d0e43063b28bb6abb8379c7daa30ad05f848a76d /dev-java/gwt/files | |
parent | app-shells/mcfly: remove old (diff) | |
download | gentoo-4627e5494789bbd4b4377e26d5421db47b3dbaef.tar.gz gentoo-4627e5494789bbd4b4377e26d5421db47b3dbaef.tar.bz2 gentoo-4627e5494789bbd4b4377e26d5421db47b3dbaef.zip |
dev-java/gwt: gwt-2.8.2 removal
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/21636
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/gwt/files')
-rw-r--r-- | dev-java/gwt/files/gwt-2.8.2-build-system.patch | 13 |
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 |