summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sci-geosciences/foxtrotgps/Manifest1
-rw-r--r--sci-geosciences/foxtrotgps/foxtrotgps-1.2.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/sci-geosciences/foxtrotgps/Manifest b/sci-geosciences/foxtrotgps/Manifest
index 8f4be1cfc57b..1b996fcf4d1f 100644
--- a/sci-geosciences/foxtrotgps/Manifest
+++ b/sci-geosciences/foxtrotgps/Manifest
@@ -1,2 +1,3 @@
DIST foxtrotgps-1.1.0.tar.xz 375532 SHA256 275d4eb21ada3158f320cfebe8d575a3050bc73e0261a6602500050b36f9232a SHA512 830a1c242d3099139371cdcaf27492435f37ea107d15f035475733195b777a20063fde69bbc9a2393724e4b78b83dcbfa679a57f8273e2b867c6059521b5a8fe WHIRLPOOL 34f843d6981bc41c322cff922f1f697e9ab328a140570e49491ca95a21d23d19470dc7d4b44064f20990986db1ecd660d729821c79279948f1d0b7f4de9c2689
DIST foxtrotgps-1.1.1.tar.xz 378972 SHA256 47a7ccba610ccce7ecb4db67919871feda097e676a70403b9cca89259c41a581 SHA512 d8a46074701dfb6a662afa5693b5b7e1c07184ada21469ff872ef2a5afe8b439cd03b5eeb276474d9dd816ca2aa9441e21f5b64a97bb80a3a22ecc2c7a98549b WHIRLPOOL bc87a78b6f15d9490dc0b129ae4727a62bc16cd0f1febd38f4654d3eab04754970179ba91fc711ea9830fa560329d22285ba8138a3da7159bed63b79036893cc
+DIST foxtrotgps-1.2.0.tar.xz 1666752 SHA256 95b4f2d27af3d0ef7e8946d056cc10fb8b5a18c07c634f718522c8be3056a280 SHA512 fdea60bb22b223512ba75651386dcd3c2f7843f18dea8bde85b7498d8909931d44c2d877338c57d3a3b9e46ede9a29e14ecb918182142bce7e8cb5f4e674cb1b WHIRLPOOL f74b32c244ac5d4c844b6d336aec0e6c38a45e4bcbb6045ac10bef2e81c938cb8c6e28080887e27855a1275f03c0a66abb3dc6a8e6b25b519cfa8a9083babb76
diff --git a/sci-geosciences/foxtrotgps/foxtrotgps-1.2.0.ebuild b/sci-geosciences/foxtrotgps/foxtrotgps-1.2.0.ebuild
new file mode 100644
index 000000000000..cdc3fad40fc7
--- /dev/null
+++ b/sci-geosciences/foxtrotgps/foxtrotgps-1.2.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit gnome2
+
+DESCRIPTION="Easy to use, fast and lightweight mapping application (fork of tangogps)"
+HOMEPAGE="http://www.foxtrotgps.org/"
+SRC_URI="http://www.foxtrotgps.org/releases/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-libs/libxml2:2
+ gnome-base/gconf:2
+ gnome-base/libglade
+ media-libs/libexif
+ net-misc/curl
+ >=sci-geosciences/gpsd-2.90
+ sys-apps/dbus
+ x11-libs/gtk+:2
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+"