public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/jmbsvicetto:master commit in: sci-geosciences/osm-gps-map/, profiles/, sci-geosciences/osm-gps-map/files/
@ 2011-06-16 12:26 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; only message in thread
From: Jorge Manuel B. S. Vicetto @ 2011-06-16 12:26 UTC (permalink / raw
  To: gentoo-commits

commit:     a616f1c4e1b7b83dd85ba92bcb55515c4adfecb2
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 12:23:08 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 12:23:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/jmbsvicetto.git;a=commit;h=a616f1c4

Initial ebuild for osm-gps-map.

---
 profiles/categories                                |    1 +
 sci-geosciences/osm-gps-map/Manifest               |    4 ++
 .../files/osm-gps-map-fix-docs-location.patch      |   12 ++++++
 sci-geosciences/osm-gps-map/metadata.xml           |   15 +++++++
 .../osm-gps-map/osm-gps-map-0.7.3.ebuild           |   40 ++++++++++++++++++++
 5 files changed, 72 insertions(+), 0 deletions(-)

diff --git a/profiles/categories b/profiles/categories
index bb7b5db..e01fd9d 100644
--- a/profiles/categories
+++ b/profiles/categories
@@ -2,4 +2,5 @@ dev-perl
 games-strategy
 net-analyzer
 net-misc
+sci-geosciences
 www-apps

diff --git a/sci-geosciences/osm-gps-map/Manifest b/sci-geosciences/osm-gps-map/Manifest
new file mode 100644
index 0000000..e7ad251
--- /dev/null
+++ b/sci-geosciences/osm-gps-map/Manifest
@@ -0,0 +1,4 @@
+AUX osm-gps-map-fix-docs-location.patch 505 RMD160 60fccf4bfecd8ef5599af473758cb8e31bb98882 SHA1 efa2bc9156cffc47f07d846c5ff8bd513b604ac1 SHA256 0de28ae847e521da9b92f021761ec8c3e9de7c092b00e64e18c36cb4a908b2cd
+DIST osm-gps-map-0.7.3.tar.gz 419300 RMD160 98b275f255f763eaf5f3591a4e4b47a4495714ab SHA1 fae4357ffa18e511d5a642c2e65f5316a123ba93 SHA256 5967db2e911fc81297c7c035ddfe1f225ee708398f1083d7f0d1f7630afcd1a8
+EBUILD osm-gps-map-0.7.3.ebuild 817 RMD160 5dd18fdc62f0ddd248319f0a00c63e58834291e0 SHA1 19f0d038c7f781f1cdf655e8f69706f41fca3d6e SHA256 2a19951f7a0561c269fa254fa9b70c2406508d891a7b1c3c90f7ae0d1b9ce689
+MISC metadata.xml 497 RMD160 b12f468fe1ad129f3483987a6cfd74bba71998fa SHA1 9600983f5754bfc3c7c4c76969af21eeac9b620b SHA256 b4248a75fb6cf09fd3d67135c23520376be6dd3521de1ef7cd96c197c9c07083

diff --git a/sci-geosciences/osm-gps-map/files/osm-gps-map-fix-docs-location.patch b/sci-geosciences/osm-gps-map/files/osm-gps-map-fix-docs-location.patch
new file mode 100644
index 0000000..1748c16
--- /dev/null
+++ b/sci-geosciences/osm-gps-map/files/osm-gps-map-fix-docs-location.patch
@@ -0,0 +1,12 @@
+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/metadata.xml b/sci-geosciences/osm-gps-map/metadata.xml
new file mode 100644
index 0000000..52e1ff6
--- /dev/null
+++ b/sci-geosciences/osm-gps-map/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <herd>no-herd</herd>
+  <maintainer>
+    <email>jmbsvicetto@gentoo.org</email>
+    <name>Jorge Manuel B. S. Vicetto</name>
+  </maintainer>
+  <longdescription>
+    osm-gps-map is a Gtk+ widget for displaying OpenStreetMap files.
+  </longdescription>
+  <use>
+    <flag name="introspection">Use dev-libs/gobject-introspection for introspection</flag>
+  </use>
+</pkgmetadata>

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
new file mode 100644
index 0000000..c1a5904
--- /dev/null
+++ b/sci-geosciences/osm-gps-map/osm-gps-map-0.7.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+inherit autotools gnome2
+
+DESCRIPTION="osm-gps-map is a gtk+ viewer for OpenStreetMap files."
+HOMEPAGE="http://nzjrs.github.com/osm-gps-map/"
+SRC_URI="http://www.johnstowers.co.nz/files/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="introspection python"
+
+DEPEND="
+	>=dev-libs/glib-2.16.0
+	>=net-libs/libsoup-2.4.0
+	>=x11-libs/cairo-1.6.0
+	>=x11-libs/gtk+-2.14.0
+	python? ( dev-python/pygtk )
+"
+RDEPEND="${DEPEND}"
+
+G2CONF="
+	$(use_enable introspection)
+	--docdir=/usr/share/doc/${PN}
+	--disable-dependency-tracking
+	--enable-fast-install
+	--disable-static
+"
+
+src_prepare() {
+	epatch "${FILESDIR}/${PN}-fix-docs-location.patch"
+	eautoreconf
+
+	gnome2_src_prepare
+}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-06-16 12:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-16 12:26 [gentoo-commits] dev/jmbsvicetto:master commit in: sci-geosciences/osm-gps-map/, profiles/, sci-geosciences/osm-gps-map/files/ Jorge Manuel B. S. Vicetto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox