diff options
author | 2016-08-15 09:23:08 +0200 | |
---|---|---|
committer | 2016-08-15 09:39:01 +0200 | |
commit | a3b2d190daabf9f1e3cf33227772f9b92f27daf4 (patch) | |
tree | a3dd58d264dbfd7978c014defd30b38099617657 /sci-geosciences/osm-gps-map/files | |
parent | Revert "sci-geosciences/osm-gps-map: add myself as primary maintainer." (diff) | |
download | gentoo-a3b2d190daabf9f1e3cf33227772f9b92f27daf4.tar.gz gentoo-a3b2d190daabf9f1e3cf33227772f9b92f27daf4.tar.bz2 gentoo-a3b2d190daabf9f1e3cf33227772f9b92f27daf4.zip |
Revert "sci-geosciences/osm-gps-map: add ebuild for version 1.1.0"
Unfortunately in spite of the upstream statement that 0.7.3 and 1.0.0+
can be installed in parallel there are several file collisions between
the two versions, some of which (notably introspection support) are not
trivial to fix on our end. Filing an upstream bug report, hopefully the
next release will not require jumping through so many hoops.
This reverts commit f84d5f38689d291273eab2a3d735f07711eecde9.
Diffstat (limited to 'sci-geosciences/osm-gps-map/files')
-rw-r--r-- | sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-no-maintainer-mode.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-no-maintainer-mode.patch b/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-no-maintainer-mode.patch deleted file mode 100644 index 2120fb6d2738..000000000000 --- a/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-no-maintainer-mode.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- a/Makefile.am 2015-11-19 22:49:55.000000000 +0000 -+++ b/Makefile.am 2016-08-10 21:25:53.154107223 +0000 -@@ -18,27 +18,3 @@ - - DISTCLEANFILES = gtk-doc.make - --# ChangeLog generation from nautils --distclean-local: -- if test "$(srcdir)" = "."; then :; else \ -- rm -f ChangeLog; \ -- fi -- --ChangeLog: -- $(AM_V_GEN)if test -d "$(srcdir)/.git"; then \ -- (GIT_DIR=$(top_srcdir)/.git ./missing --run git log 0.7.3.. --stat -M -C --name-status --date=short --no-color) | fmt --split-only > $@.tmp \ -- && mv -f $@.tmp $@ \ -- || ($(RM) $@.tmp; \ -- echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \ -- (test -f $@ || echo git-log is required to generate this file >> $@)); \ -- else \ -- test -f $@ || \ -- (echo A git checkout and git-log is required to generate ChangeLog >&2 && \ -- echo A git checkout and git-log is required to generate this file >> $@); \ -- fi -- --release: dist -- scp @PACKAGE@-@VERSION@.tar.gz root@greenbirdsystems.com:/var/www/johnstowers.co.nz/files/osm-gps-map/ -- --.PHONY: ChangeLog -- |