public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-geosciences/tangogps: metadata.xml ChangeLog tangogps-0.9.5.ebuild
@ 2009-02-01 13:06 Thilo Bangert (bangert)
  0 siblings, 0 replies; only message in thread
From: Thilo Bangert (bangert) @ 2009-02-01 13:06 UTC (permalink / raw
  To: gentoo-commits

bangert     09/02/01 13:06:31

  Added:                metadata.xml ChangeLog tangogps-0.9.5.ebuild
  Log:
  tangogps is an easy to use, fast and lightweight mapping application
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)

Revision  Changes    Path
1.1                  sci-geosciences/tangogps/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tangogps/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tangogps/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-geosciences</herd>
<maintainer>
  <email>bangert@gentoo.org</email>
  <name>Thilo Bangert</name>
</maintainer>
<longdescription>
tangogps is an easy to use, fast and lightweight mapping application for use with or without GPS.

By default tangoGPS uses map data from the Openstreetmap project. Additionally a variety of other repositories can be easily added. 

The maps are automagically downloaded and cached for offline use while you drag
or zoom the map. Furthermore you can conveniently pre-cache areas with
tangoGPS.
</longdescription>
</pkgmetadata>



1.1                  sci-geosciences/tangogps/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tangogps/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tangogps/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for sci-geosciences/tangogps
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tangogps/ChangeLog,v 1.1 2009/02/01 13:06:31 bangert Exp $

*tangogps-0.9.5 (01 Feb 2009)

  01 Feb 2009; Thilo Bangert <bangert@gentoo.org>
  +files/tangogps-0.9.5-Makefile.in-honour-docdir.patch, +metadata.xml,
  +tangogps-0.9.5.ebuild:
  tangogps is an easy to use, fast and lightweight mapping application




1.1                  sci-geosciences/tangogps/tangogps-0.9.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tangogps/tangogps-0.9.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/tangogps/tangogps-0.9.5.ebuild?rev=1.1&content-type=text/plain

Index: tangogps-0.9.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/tangogps/tangogps-0.9.5.ebuild,v 1.1 2009/02/01 13:06:31 bangert Exp $

inherit eutils

DESCRIPTION="tangogps is an easy to use, fast and lightweight mapping
application for use with or without GPS."
HOMEPAGE="http://www.tangogps.org/"
SRC_URI="http://www.tangogps.org/downloads/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gps"

RDEPEND="x11-libs/gtk+
		sys-apps/dbus
		gnome-base/gconf
		net-misc/curl
		gps? ( >=sci-geosciences/gpsd-2.34 )"
DEPEND="sys-devel/gettext
	${RDEPEND}"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${P}-Makefile.in-honour-docdir.patch"
}

src_compile() {
	econf \
		--docdir=/usr/share/doc/${P} \
		|| die "Configure failed!"

	emake || die "Make failed!"
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
}






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

only message in thread, other threads:[~2009-02-01 13:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-01 13:06 [gentoo-commits] gentoo-x86 commit in sci-geosciences/tangogps: metadata.xml ChangeLog tangogps-0.9.5.ebuild Thilo Bangert (bangert)

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