Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-geolocation: ChangeLog claws-mail-geolocation-0.0.7.ebuild
Date: Mon, 26 Dec 2011 11:08:31
Message-Id: 20111226110822.3CC9C2004B@flycatcher.gentoo.org
1 fauli 11/12/26 11:08:22
2
3 Modified: ChangeLog
4 Added: claws-mail-geolocation-0.0.7.ebuild
5 Log:
6 version bump for bug 395381 by Justin
7
8 (Portage version: 2.1.10.41/cvs/Linux i686)
9
10 Revision Changes Path
11 1.15 mail-client/claws-mail-geolocation/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 26 Dec 2011 10:54:30 -0000 1.14
24 +++ ChangeLog 26 Dec 2011 11:08:22 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for mail-client/claws-mail-geolocation
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.14 2011/12/26 10:54:30 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/ChangeLog,v 1.15 2011/12/26 11:08:22 fauli Exp $
30 +
31 +*claws-mail-geolocation-0.0.7 (26 Dec 2011)
32 +
33 + 26 Dec 2011; Christian Faulhammer <fauli@g.o>
34 + +claws-mail-geolocation-0.0.7.ebuild:
35 + version bump
36
37 26 Dec 2011; Christian Faulhammer <fauli@g.o>
38 -claws-mail-geolocation-0.0.5.ebuild:
39
40
41
42 1.1 mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild?rev=1.1&content-type=text/plain
46
47 Index: claws-mail-geolocation-0.0.7.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-geolocation/claws-mail-geolocation-0.0.7.ebuild,v 1.1 2011/12/26 11:08:22 fauli Exp $
52
53 EAPI=3
54
55 MY_P="geolocation_plugin-${PV}"
56
57 DESCRIPTION="GeoLocation functionality for Claws Mail"
58 HOMEPAGE="http://www.claws-mail.org/"
59 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE=""
65
66 # Check if other versions of libchamplain ship the same pc file
67 RDEPEND=">=mail-client/claws-mail-3.8.0
68 media-libs/clutter-gtk:0.10
69 media-libs/libchamplain:0.8[gtk]
70 sys-devel/gettext"
71
72 DEPEND="${RDEPEND}
73 dev-util/pkgconfig"
74
75 S="${WORKDIR}/${MY_P}"
76
77 src_install() {
78 emake DESTDIR="${D}" install || die
79 dodoc AUTHORS ChangeLog README
80 }