* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osm-gps-map/, sci-geosciences/osm-gps-map/files/
@ 2016-08-12 10:14 Marek Szuba
0 siblings, 0 replies; 4+ messages in thread
From: Marek Szuba @ 2016-08-12 10:14 UTC (permalink / raw
To: gentoo-commits
commit: f84d5f38689d291273eab2a3d735f07711eecde9
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 10 22:25:44 2016 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Fri Aug 12 10:09:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84d5f38
sci-geosciences/osm-gps-map: add ebuild for version 1.1.0
Among other changes the new version uses a different library name, links
against gtk3 instead of gtk2, and provides Python bindings via PyGObject rather
than directly.
Package-Manager: portage-2.3.0
sci-geosciences/osm-gps-map/Manifest | 1 +
.../osm-gps-map-1.1.0-no-maintainer-mode.patch | 30 ++++++++++++++++
.../osm-gps-map/osm-gps-map-1.1.0.ebuild | 40 ++++++++++++++++++++++
3 files changed, 71 insertions(+)
diff --git a/sci-geosciences/osm-gps-map/Manifest b/sci-geosciences/osm-gps-map/Manifest
index 17f3169..de5fcd1 100644
--- a/sci-geosciences/osm-gps-map/Manifest
+++ b/sci-geosciences/osm-gps-map/Manifest
@@ -1,2 +1,3 @@
DIST osm-gps-map-0.7.3.tar.gz 419300 SHA256 5967db2e911fc81297c7c035ddfe1f225ee708398f1083d7f0d1f7630afcd1a8 SHA512 a6a45621bcf0e608a2be99e1b3892bdf28eca52e61fcb9f8cd0354017ba86dbdda27d5c6d5bec75cd248a0b330f0bb24ec04c65deab11454f11e840823902687 WHIRLPOOL 328ef9790972b9c23d4321e111d86d5a99a0ace1205c311bc7db03df837f5f7490ff602b7305f1aa9e3c6b6d966392b936638f615b6e4429add3673b6c2138b0
+DIST osm-gps-map-1.1.0.tar.gz 440480 SHA256 8f2ff865ed9ed9786cc5373c37b341b876958416139d0065ebb785cf88d33586 SHA512 74924e5caa0b2bac822f678236d94203b34d9af1dce24cfcd44e1fb9f7551558137dd02b35ca970e36472748acfd611c6251ff5c52d998bfaffccb9821cc0fe0 WHIRLPOOL 1fa49ec60bc999fdd3f03171f2383528975590938f63128bfa4aac9cd23e2f0d9085ab0574bba7cf06227e42b8b982463417af80a7b09f2f7be228adf279e3f6
DIST python-osmgpsmap-0.7.3.tar.gz 212270 SHA256 fcd0339a5922bdbbb9c934aa3c2fb9a2b8d04487d037e36cbf308dc83a02a9cf SHA512 2c46a0ad80b4ff1b9d841de49b82c0c3c7c3b51c3a9ee0c7033ae2467e36de7632f308f90720f0bb01f5c785531be6207681631b5fec9fc81f90e1e9157bffbd WHIRLPOOL 11a7f49650a387fcded20c89f7c72f06be4a7b037f85bad4bc4b69c86446ff82b4d6f7703a9405b5cfce266d9534fe16b0ae0ed5c6b6c0440cfca7194889c69f
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
new file mode 100644
index 0000000..2120fb6d
--- /dev/null
+++ b/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-no-maintainer-mode.patch
@@ -0,0 +1,30 @@
+--- 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
+-
diff --git a/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild b/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild
new file mode 100644
index 0000000..bf30899
--- /dev/null
+++ b/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools
+
+DESCRIPTION="A GTK+ viewer for OpenStreetMap files"
+HOMEPAGE="http://nzjrs.github.com/osm-gps-map/"
+SRC_URI="https://github.com/nzjrs/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="static-libs"
+
+RDEPEND="
+ >=dev-libs/glib-2.16.0:2
+ >=net-libs/libsoup-2.4.0:2.4
+ >=x11-libs/cairo-1.8.0
+ >=x11-libs/gtk+-3.0:3[introspection]
+ dev-libs/gobject-introspection"
+
+DEPEND="${RDEPEND}
+ virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}/${P}-no-maintainer-mode.patch"
+)
+
+src_prepare() {
+ default
+ eautoreconf
+}
+
+src_configure() {
+ econf \
+ $(use_enable static-libs static)
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osm-gps-map/, sci-geosciences/osm-gps-map/files/
@ 2016-08-15 7:39 Marek Szuba
0 siblings, 0 replies; 4+ messages in thread
From: Marek Szuba @ 2016-08-15 7:39 UTC (permalink / raw
To: gentoo-commits
commit: a3b2d190daabf9f1e3cf33227772f9b92f27daf4
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 15 07:23:08 2016 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Mon Aug 15 07:39:01 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b2d190
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.
sci-geosciences/osm-gps-map/Manifest | 1 -
.../osm-gps-map-1.1.0-no-maintainer-mode.patch | 30 ----------------
.../osm-gps-map/osm-gps-map-1.1.0.ebuild | 40 ----------------------
3 files changed, 71 deletions(-)
diff --git a/sci-geosciences/osm-gps-map/Manifest b/sci-geosciences/osm-gps-map/Manifest
index de5fcd1..17f3169 100644
--- a/sci-geosciences/osm-gps-map/Manifest
+++ b/sci-geosciences/osm-gps-map/Manifest
@@ -1,3 +1,2 @@
DIST osm-gps-map-0.7.3.tar.gz 419300 SHA256 5967db2e911fc81297c7c035ddfe1f225ee708398f1083d7f0d1f7630afcd1a8 SHA512 a6a45621bcf0e608a2be99e1b3892bdf28eca52e61fcb9f8cd0354017ba86dbdda27d5c6d5bec75cd248a0b330f0bb24ec04c65deab11454f11e840823902687 WHIRLPOOL 328ef9790972b9c23d4321e111d86d5a99a0ace1205c311bc7db03df837f5f7490ff602b7305f1aa9e3c6b6d966392b936638f615b6e4429add3673b6c2138b0
-DIST osm-gps-map-1.1.0.tar.gz 440480 SHA256 8f2ff865ed9ed9786cc5373c37b341b876958416139d0065ebb785cf88d33586 SHA512 74924e5caa0b2bac822f678236d94203b34d9af1dce24cfcd44e1fb9f7551558137dd02b35ca970e36472748acfd611c6251ff5c52d998bfaffccb9821cc0fe0 WHIRLPOOL 1fa49ec60bc999fdd3f03171f2383528975590938f63128bfa4aac9cd23e2f0d9085ab0574bba7cf06227e42b8b982463417af80a7b09f2f7be228adf279e3f6
DIST python-osmgpsmap-0.7.3.tar.gz 212270 SHA256 fcd0339a5922bdbbb9c934aa3c2fb9a2b8d04487d037e36cbf308dc83a02a9cf SHA512 2c46a0ad80b4ff1b9d841de49b82c0c3c7c3b51c3a9ee0c7033ae2467e36de7632f308f90720f0bb01f5c785531be6207681631b5fec9fc81f90e1e9157bffbd WHIRLPOOL 11a7f49650a387fcded20c89f7c72f06be4a7b037f85bad4bc4b69c86446ff82b4d6f7703a9405b5cfce266d9534fe16b0ae0ed5c6b6c0440cfca7194889c69f
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 2120fb6d..0000000
--- 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
--
diff --git a/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild b/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild
deleted file mode 100644
index bf30899..0000000
--- a/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="A GTK+ viewer for OpenStreetMap files"
-HOMEPAGE="http://nzjrs.github.com/osm-gps-map/"
-SRC_URI="https://github.com/nzjrs/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="static-libs"
-
-RDEPEND="
- >=dev-libs/glib-2.16.0:2
- >=net-libs/libsoup-2.4.0:2.4
- >=x11-libs/cairo-1.8.0
- >=x11-libs/gtk+-3.0:3[introspection]
- dev-libs/gobject-introspection"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}/${P}-no-maintainer-mode.patch"
-)
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable static-libs static)
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osm-gps-map/, sci-geosciences/osm-gps-map/files/
@ 2016-11-13 21:59 Marek Szuba
0 siblings, 0 replies; 4+ messages in thread
From: Marek Szuba @ 2016-11-13 21:59 UTC (permalink / raw
To: gentoo-commits
commit: b00ff826d23fa05189852247f35d29967a3ac77c
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 13 21:50:19 2016 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Nov 13 21:56:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b00ff826
sci-geosciences/osm-gps-map: version bump to 1.1.0
There are no longer any ebuilds in the tree which depend on version 0.7.3 so do
not bother with slots and just have 1.1.0 replace the former.
Committed with permission of the maintainers.
Gentoo-Bug: 499592
Package-Manager: portage-2.3.2
sci-geosciences/osm-gps-map/Manifest | 1 +
.../files/osm-gps-map-1.1.0-gtk-doc-module.patch | 11 ++++++
.../osm-gps-map-1.1.0-no-maintainer-mode.patch | 30 +++++++++++++++
.../osm-gps-map/osm-gps-map-1.1.0.ebuild | 43 ++++++++++++++++++++++
4 files changed, 85 insertions(+)
diff --git a/sci-geosciences/osm-gps-map/Manifest b/sci-geosciences/osm-gps-map/Manifest
index 17f3169..de5fcd1 100644
--- a/sci-geosciences/osm-gps-map/Manifest
+++ b/sci-geosciences/osm-gps-map/Manifest
@@ -1,2 +1,3 @@
DIST osm-gps-map-0.7.3.tar.gz 419300 SHA256 5967db2e911fc81297c7c035ddfe1f225ee708398f1083d7f0d1f7630afcd1a8 SHA512 a6a45621bcf0e608a2be99e1b3892bdf28eca52e61fcb9f8cd0354017ba86dbdda27d5c6d5bec75cd248a0b330f0bb24ec04c65deab11454f11e840823902687 WHIRLPOOL 328ef9790972b9c23d4321e111d86d5a99a0ace1205c311bc7db03df837f5f7490ff602b7305f1aa9e3c6b6d966392b936638f615b6e4429add3673b6c2138b0
+DIST osm-gps-map-1.1.0.tar.gz 440480 SHA256 8f2ff865ed9ed9786cc5373c37b341b876958416139d0065ebb785cf88d33586 SHA512 74924e5caa0b2bac822f678236d94203b34d9af1dce24cfcd44e1fb9f7551558137dd02b35ca970e36472748acfd611c6251ff5c52d998bfaffccb9821cc0fe0 WHIRLPOOL 1fa49ec60bc999fdd3f03171f2383528975590938f63128bfa4aac9cd23e2f0d9085ab0574bba7cf06227e42b8b982463417af80a7b09f2f7be228adf279e3f6
DIST python-osmgpsmap-0.7.3.tar.gz 212270 SHA256 fcd0339a5922bdbbb9c934aa3c2fb9a2b8d04487d037e36cbf308dc83a02a9cf SHA512 2c46a0ad80b4ff1b9d841de49b82c0c3c7c3b51c3a9ee0c7033ae2467e36de7632f308f90720f0bb01f5c785531be6207681631b5fec9fc81f90e1e9157bffbd WHIRLPOOL 11a7f49650a387fcded20c89f7c72f06be4a7b037f85bad4bc4b69c86446ff82b4d6f7703a9405b5cfce266d9534fe16b0ae0ed5c6b6c0440cfca7194889c69f
diff --git a/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-gtk-doc-module.patch b/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-gtk-doc-module.patch
new file mode 100644
index 00000000..9e944cb
--- /dev/null
+++ b/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-gtk-doc-module.patch
@@ -0,0 +1,11 @@
+--- a/docs/reference/Makefile.am 2016-08-13 23:05:38.521053367 +0000
++++ b/docs/reference/Makefile.am 2016-08-13 23:14:28.832053304 +0000
+@@ -9,7 +9,7 @@
+ # of using the various options.
+
+ # The name of the module, e.g. 'glib'.
+-DOC_MODULE=libosmgpsmap
++DOC_MODULE=libosmgpsmap-1.0
+
+ # The top-level SGML file. You can change this if you want to.
+ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.xml
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
new file mode 100644
index 00000000..2120fb6d
--- /dev/null
+++ b/sci-geosciences/osm-gps-map/files/osm-gps-map-1.1.0-no-maintainer-mode.patch
@@ -0,0 +1,30 @@
+--- 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
+-
diff --git a/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild b/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild
new file mode 100644
index 00000000..e119bc2
--- /dev/null
+++ b/sci-geosciences/osm-gps-map/osm-gps-map-1.1.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit autotools gnome2
+
+DESCRIPTION="A GTK+ widget for displaying OpenStreetMap tiles"
+HOMEPAGE="http://nzjrs.github.io/osm-gps-map/"
+SRC_URI="https://github.com/nzjrs/${PN}/releases/download/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="
+ >=dev-libs/glib-2.16.0:2
+ >=net-libs/libsoup-2.4.0:2.4
+ >=x11-libs/cairo-1.8.0
+ >=x11-libs/gtk+-3.0:3[introspection]
+ dev-libs/gobject-introspection"
+
+DEPEND="${RDEPEND}
+ dev-util/gtk-doc-am
+ virtual/pkgconfig"
+
+PATCHES=(
+ "${FILESDIR}/${P}-gtk-doc-module.patch"
+ "${FILESDIR}/${P}-no-maintainer-mode.patch"
+)
+
+src_prepare() {
+ gnome2_src_prepare
+ AT_NOELIBTOOLIZE=yes eautoreconf
+}
+
+src_configure() {
+ gnome2_src_configure \
+ --docdir=/usr/share/doc/${PF} \
+ $(use_enable static-libs static)
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osm-gps-map/, sci-geosciences/osm-gps-map/files/
@ 2017-04-20 11:24 Marek Szuba
0 siblings, 0 replies; 4+ messages in thread
From: Marek Szuba @ 2017-04-20 11:24 UTC (permalink / raw
To: gentoo-commits
commit: 0d4f32fa1cf6b0da94c89ecd52e308d54089128b
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 20 11:15:43 2017 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Thu Apr 20 11:24:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4f32fa
sci-geosciences/osm-gps-map: remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
sci-geosciences/osm-gps-map/Manifest | 2 -
.../osm-gps-map-0.7.3-fix-docs-location.patch | 12 ----
.../osm-gps-map-0.7.3-fix-introspection.patch | 10 ---
.../osm-gps-map-0.7.3-fix-python-setup.py.patch | 15 ----
.../osm-gps-map/osm-gps-map-0.7.3.ebuild | 80 ----------------------
5 files changed, 119 deletions(-)
diff --git a/sci-geosciences/osm-gps-map/Manifest b/sci-geosciences/osm-gps-map/Manifest
index de5fcd168a3..72c4abdfa3b 100644
--- a/sci-geosciences/osm-gps-map/Manifest
+++ b/sci-geosciences/osm-gps-map/Manifest
@@ -1,3 +1 @@
-DIST osm-gps-map-0.7.3.tar.gz 419300 SHA256 5967db2e911fc81297c7c035ddfe1f225ee708398f1083d7f0d1f7630afcd1a8 SHA512 a6a45621bcf0e608a2be99e1b3892bdf28eca52e61fcb9f8cd0354017ba86dbdda27d5c6d5bec75cd248a0b330f0bb24ec04c65deab11454f11e840823902687 WHIRLPOOL 328ef9790972b9c23d4321e111d86d5a99a0ace1205c311bc7db03df837f5f7490ff602b7305f1aa9e3c6b6d966392b936638f615b6e4429add3673b6c2138b0
DIST osm-gps-map-1.1.0.tar.gz 440480 SHA256 8f2ff865ed9ed9786cc5373c37b341b876958416139d0065ebb785cf88d33586 SHA512 74924e5caa0b2bac822f678236d94203b34d9af1dce24cfcd44e1fb9f7551558137dd02b35ca970e36472748acfd611c6251ff5c52d998bfaffccb9821cc0fe0 WHIRLPOOL 1fa49ec60bc999fdd3f03171f2383528975590938f63128bfa4aac9cd23e2f0d9085ab0574bba7cf06227e42b8b982463417af80a7b09f2f7be228adf279e3f6
-DIST python-osmgpsmap-0.7.3.tar.gz 212270 SHA256 fcd0339a5922bdbbb9c934aa3c2fb9a2b8d04487d037e36cbf308dc83a02a9cf SHA512 2c46a0ad80b4ff1b9d841de49b82c0c3c7c3b51c3a9ee0c7033ae2467e36de7632f308f90720f0bb01f5c785531be6207681631b5fec9fc81f90e1e9157bffbd WHIRLPOOL 11a7f49650a387fcded20c89f7c72f06be4a7b037f85bad4bc4b69c86446ff82b4d6f7703a9405b5cfce266d9534fe16b0ae0ed5c6b6c0440cfca7194889c69f
diff --git a/sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-docs-location.patch b/sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-docs-location.patch
deleted file mode 100644
index 1748c162e38..00000000000
--- a/sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-docs-location.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN osm-gps-map-0.7.3-old/Makefile.am osm-gps-map-0.7.3/Makefile.am
---- osm-gps-map-0.7.3-old/Makefile.am 2011-06-16 12:03:29.562435752 +0000
-+++ osm-gps-map-0.7.3/Makefile.am 2011-06-16 12:03:58.535612125 +0000
-@@ -7,7 +7,7 @@
-
- ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-
--osm_gps_mapdocdir = ${prefix}/doc/osm-gps-map
-+osm_gps_mapdocdir = ${docdir}
- osm_gps_mapdoc_DATA = \
- README \
- COPYING \
diff --git a/sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-introspection.patch b/sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-introspection.patch
deleted file mode 100644
index 350876ce40b..00000000000
--- a/sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-introspection.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Makefile.am 2011-03-19 10:08:23.000000000 +0300
-+++ src/Makefile.am 2013-04-02 23:13:01.408952029 +0400
-@@ -86,6 +86,7 @@
- OsmGpsMap_1_0_gir_CFLAGS = $(OSMGPSMAP_CFLAGS)
- OsmGpsMap_1_0_gir_LIBS = libosmgpsmap.la
- OsmGpsMap_1_0_gir_FILES = $(introspection_sources)
-+OsmGpsMap_1_0_gir_SCANNERFLAGS = --identifier-prefix=OsmGps
- INTROSPECTION_GIRS += OsmGpsMap-1.0.gir
-
- girdir = $(datadir)/gir-1.0
diff --git a/sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-python-setup.py.patch b/sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-python-setup.py.patch
deleted file mode 100644
index f6287bfc113..00000000000
--- a/sci-geosciences/osm-gps-map/files/osm-gps-map-0.7.3-fix-python-setup.py.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- setup.py 2011-03-19 10:08:23.000000000 +0300
-+++ setup.py 2013-04-02 23:35:01.469947224 +0400
-@@ -21,9 +21,9 @@
-
- _osmgpsmap = Extension(name = 'osmgpsmap',
- sources= ['osmgpsmapmodule.c','osmgpsmap.c'],
-- include_dirs = get_include('osmgpsmap pygobject-2.0'),
-- library_dirs = get_lib_dirs('osmgpsmap pygobject-2.0'),
-- libraries = get_libs('osmgpsmap pygobject-2.0'),
-+ include_dirs = get_include('gtk+-2.0 pygobject-2.0'),
-+ library_dirs = get_lib_dirs('gtk+-2.0 pygobject-2.0'),
-+ libraries = get_libs('gtk+-2.0 pygobject-2.0') + ["osmgpsmap"],
- define_macros = [('VERSION', '"""%s"""' % VERSION)],
- )
-
diff --git a/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild b/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild
deleted file mode 100644
index e9bf8dae301..00000000000
--- a/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_OPTIONAL=1
-
-inherit eutils autotools gnome2 distutils-r1
-
-DESCRIPTION="A gtk+ viewer for OpenStreetMap files"
-HOMEPAGE="https://nzjrs.github.com/osm-gps-map/"
-SRC_URI="http://www.johnstowers.co.nz/files/${PN}/${P}.tar.gz
-python? ( http://www.johnstowers.co.nz/files/${PN}/python-osmgpsmap-${PV}.tar.gz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+introspection python"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
- >=dev-libs/glib-2.16.0:2
- >=net-libs/libsoup-2.4.0:2.4
- >=x11-libs/cairo-1.6.0
- >=x11-libs/gtk+-2.14.0:2[introspection?]
- x11-libs/gdk-pixbuf:2[introspection?]
- introspection? ( dev-libs/gobject-introspection )
- python? ( ${PYTHON_DEPS}
- dev-python/pygtk:2[${PYTHON_USEDEP}]
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- )
-"
-DEPEND="${RDEPEND}
- dev-util/gtk-doc-am
- gnome-base/gnome-common:3
- virtual/pkgconfig"
-
-PYTHON_S="${WORKDIR}/python-osmgpsmap-${PV}"
-
-src_configure() {
- # Configure script does not accept quoted EPREFIX...
- gnome2_src_configure \
- $(use_enable introspection) \
- --docdir=/usr/share/doc/${PF} \
- --enable-fast-install \
- --disable-static
-}
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-fix-docs-location.patch" \
- "${FILESDIR}/${P}-fix-introspection.patch"
- eautoreconf
-
- gnome2_src_prepare
-
- if use python ; then
- cd "${PYTHON_S}" || die
- epatch "${FILESDIR}/${P}-fix-python-setup.py.patch"
- fi
-}
-
-src_compile() {
- gnome2_src_compile
-
- if use python ; then
- cd "${PYTHON_S}" || die
- CFLAGS="${CFLAGS} -I\"${S}\"/src" LDFLAGS="${LDFLAGS} -L\"${S}\"/src/.libs" distutils-r1_src_compile
- fi
-}
-
-src_install() {
- gnome2_src_install
-
- if use python ; then
- cd "${PYTHON_S}" || die
- distutils-r1_src_install
- fi
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-04-20 11:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-15 7:39 [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/osm-gps-map/, sci-geosciences/osm-gps-map/files/ Marek Szuba
-- strict thread matches above, loose matches on Subject: below --
2017-04-20 11:24 Marek Szuba
2016-11-13 21:59 Marek Szuba
2016-08-12 10:14 Marek Szuba
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox