Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-geosciences/gtk-g-rays2: ChangeLog gtk-g-rays2-1.20.ebuild gtk-g-rays2-1.11.ebuild
Date: Tue, 27 Apr 2010 11:02:35
Message-Id: 20100427105943.8F5CD2C04C@corvid.gentoo.org
1 scarabeus 10/04/27 10:59:43
2
3 Modified: ChangeLog
4 Added: gtk-g-rays2-1.20.ebuild
5 Removed: gtk-g-rays2-1.11.ebuild
6 Log:
7 Version bump. QA fixes. Drop old.
8 (Portage version: 2.2_rc67/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sci-geosciences/gtk-g-rays2/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 16 Sep 2008 20:52:11 -0000 1.2
24 +++ ChangeLog 27 Apr 2010 10:59:43 -0000 1.3
25 @@ -1,6 +1,13 @@
26 # ChangeLog for sci-geosciences/gtk-g-rays2
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog,v 1.2 2008/09/16 20:52:11 hanno Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/ChangeLog,v 1.3 2010/04/27 10:59:43 scarabeus Exp $
31 +
32 +*gtk-g-rays2-1.20 (27 Apr 2010)
33 +
34 + 27 Apr 2010; Tomáš Chvátal <scarabeus@g.o>
35 + -gtk-g-rays2-1.11.ebuild, -files/gtk-g-rays2-1.11-makecheck.diff,
36 + +gtk-g-rays2-1.20.ebuild:
37 + Version bump. QA fixes. Drop old.
38
39 16 Sep 2008; Hanno Boeck <hanno@g.o> gtk-g-rays2-1.11.ebuild:
40 Add ~amd64.
41
42
43
44 1.1 sci-geosciences/gtk-g-rays2/gtk-g-rays2-1.20.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-1.20.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-1.20.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gtk-g-rays2-1.20.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gtk-g-rays2/gtk-g-rays2-1.20.ebuild,v 1.1 2010/04/27 10:59:43 scarabeus Exp $
54
55 EAPI="3"
56
57 inherit gnome2 base
58
59 DESCRIPTION="GUI for accessing the Wintec WBT 201 / G-Rays 2 GPS device"
60 HOMEPAGE="http://www.daria.co.uk/gps"
61 SRC_URI="http://www.zen35309.zen.co.uk/gps/${P}.tar.bz2"
62
63 LICENSE="GPL-2"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND="gnome-base/libglade
69 x11-libs/cairo"
70 DEPEND="${DEPEND}
71 dev-libs/libxslt
72 dev-util/pkgconfig
73 sys-devel/gettext"
74
75 src_prepare() {
76 rm -rf debian/
77 }
78
79 src_configure() {
80 econf \
81 --docdir=/usr/share/doc/${PF}
82 }
83
84 src_install() {
85 base_src_install
86 dodoc README AUTHORS ChangeLog || die "dodoc failed"
87 }
88
89 pkg_postinst() { gnome2_icon_cache_update ; }
90 pkg_postrm() { gnome2_icon_cache_update ; }