From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- sci-geosciences/foxtrotgps/Manifest | 2 ++ sci-geosciences/foxtrotgps/foxtrotgps-1.1.0.ebuild | 30 ++++++++++++++++++++++ sci-geosciences/foxtrotgps/foxtrotgps-1.1.1.ebuild | 30 ++++++++++++++++++++++ sci-geosciences/foxtrotgps/metadata.xml | 8 ++++++ 4 files changed, 70 insertions(+) create mode 100644 sci-geosciences/foxtrotgps/Manifest create mode 100644 sci-geosciences/foxtrotgps/foxtrotgps-1.1.0.ebuild create mode 100644 sci-geosciences/foxtrotgps/foxtrotgps-1.1.1.ebuild create mode 100644 sci-geosciences/foxtrotgps/metadata.xml (limited to 'sci-geosciences/foxtrotgps') 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 @@ + + + + sci-geosciences + +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). + + -- cgit v1.2.3-65-gdbad