Gentoo Archives: gentoo-commits

From: "Hanno Boeck (hanno)" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/viking: ChangeLog viking-0.9.7.ebuild
Date: Tue, 14 Oct 2008 20:39:04
Message-Id: E1KpqfU-0006dd-8G@stork.gentoo.org
1 hanno 08/10/14 20:39:00
2
3 Modified: ChangeLog
4 Added: viking-0.9.7.ebuild
5 Log:
6 viking bump
7 (Portage version: 2.2_rc12/cvs/Linux 2.6.27-rc9-00169-gb34c873 x86_64)
8
9 Revision Changes Path
10 1.5 sci-geosciences/viking/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/viking/ChangeLog?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/viking/ChangeLog?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/viking/ChangeLog?r1=1.4&r2=1.5
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/viking/ChangeLog,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- ChangeLog 16 Sep 2008 22:12:24 -0000 1.4
23 +++ ChangeLog 14 Oct 2008 20:39:00 -0000 1.5
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-geosciences/viking
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/viking/ChangeLog,v 1.4 2008/09/16 22:12:24 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/viking/ChangeLog,v 1.5 2008/10/14 20:39:00 hanno Exp $
29 +
30 +*viking-0.9.7 (14 Oct 2008)
31 +
32 + 14 Oct 2008; Hanno Boeck <hanno@g.o> +viking-0.9.7.ebuild:
33 + Version bump.
34
35 *viking-0.9.6 (16 Sep 2008)
36
37
38
39
40 1.1 sci-geosciences/viking/viking-0.9.7.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/viking/viking-0.9.7.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/viking/viking-0.9.7.ebuild?rev=1.1&content-type=text/plain
44
45 Index: viking-0.9.7.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/viking/viking-0.9.7.ebuild,v 1.1 2008/10/14 20:39:00 hanno Exp $
50
51 DESCRIPTION="Viking is a program to manage GPS data."
52 HOMEPAGE="http://viking.sourceforge.net/"
53 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
54 LICENSE="GPL-2"
55 SLOT="0"
56 IUSE="gps"
57 KEYWORDS="~amd64 ~x86"
58 MAKEOPTS="${MAKEOPTS} -j1"
59
60 RDEPEND=">=x11-libs/gtk+-2.2.0
61 gps? ( sci-geosciences/gpsd )
62 net-misc/curl
63 sci-geosciences/gpsbabel"
64 DEPEND=">=x11-libs/gtk+-2.2.0
65 gps? ( sci-geosciences/gpsd )
66 dev-util/intltool
67 dev-util/pkgconfig"
68
69 src_compile() {
70 econf --enable-openstreetmap \
71 --enable-expedia \
72 --enable-terraserver \
73 --enable-google \
74 $(use_enable gps realtime-gps-tracking) \
75 || die "configure failed"
76
77 emake || die "emake failed"
78 }
79
80 src_install() {
81 make DESTDIR="${D}" install || die "Install failed"
82 dodoc README doc/GEOCODED-PHOTOS doc/GETTING-STARTED doc/GPSMAPPER \
83 || die "Unable to install docs"
84 }