diff options
Diffstat (limited to 'sci-geosciences/foxtrotgps')
-rw-r--r-- | sci-geosciences/foxtrotgps/Manifest | 2 | ||||
-rw-r--r-- | sci-geosciences/foxtrotgps/foxtrotgps-1.1.0.ebuild | 30 | ||||
-rw-r--r-- | sci-geosciences/foxtrotgps/foxtrotgps-1.1.1.ebuild | 30 | ||||
-rw-r--r-- | sci-geosciences/foxtrotgps/metadata.xml | 8 |
4 files changed, 70 insertions, 0 deletions
diff --git a/sci-geosciences/foxtrotgps/Manifest b/sci-geosciences/foxtrotgps/Manifest new file mode 100644 index 000000000000..9b9bb53991b5 --- /dev/null +++ b/sci-geosciences/foxtrotgps/Manifest @@ -0,0 +1,2 @@ +DIST foxtrotgps-1.1.0.tar.xz 375532 SHA256 275d4eb21ada3158f320cfebe8d575a3050bc73e0261a6602500050b36f9232a +DIST foxtrotgps-1.1.1.tar.xz 378972 SHA256 47a7ccba610ccce7ecb4db67919871feda097e676a70403b9cca89259c41a581 SHA512 d8a46074701dfb6a662afa5693b5b7e1c07184ada21469ff872ef2a5afe8b439cd03b5eeb276474d9dd816ca2aa9441e21f5b64a97bb80a3a22ecc2c7a98549b WHIRLPOOL bc87a78b6f15d9490dc0b129ae4727a62bc16cd0f1febd38f4654d3eab04754970179ba91fc711ea9830fa560329d22285ba8138a3da7159bed63b79036893cc diff --git a/sci-geosciences/foxtrotgps/foxtrotgps-1.1.0.ebuild b/sci-geosciences/foxtrotgps/foxtrotgps-1.1.0.ebuild new file mode 100644 index 000000000000..ad3acbcc855f --- /dev/null +++ b/sci-geosciences/foxtrotgps/foxtrotgps-1.1.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +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" +IUSE="" + +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 +" diff --git a/sci-geosciences/foxtrotgps/foxtrotgps-1.1.1.ebuild b/sci-geosciences/foxtrotgps/foxtrotgps-1.1.1.ebuild new file mode 100644 index 000000000000..c52b04b1d2c2 --- /dev/null +++ b/sci-geosciences/foxtrotgps/foxtrotgps-1.1.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 + +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" +IUSE="" + +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 +" diff --git a/sci-geosciences/foxtrotgps/metadata.xml b/sci-geosciences/foxtrotgps/metadata.xml new file mode 100644 index 000000000000..15f410f0302d --- /dev/null +++ b/sci-geosciences/foxtrotgps/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-geosciences</herd> + <longdescription lang="en"> +FoxtrotGPS is an offshoot of Marcus Bauer's excellent Free & Open Source tangoGPS application, with a focus on cooperation and fostering community innovation. FoxtrotGPS is freely available to the public for use, redistribution, and modification under the terms of the GNU General Public License 2.0 (GPLv2). +</longdescription> +</pkgmetadata> |