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-address_keeper: ChangeLog claws-mail-address_keeper-1.0.5.ebuild
Date: Mon, 26 Dec 2011 10:12:36
Message-Id: 20111226101226.8D05E2004B@flycatcher.gentoo.org
1 fauli 11/12/26 10:12:26
2
3 Modified: ChangeLog
4 Added: claws-mail-address_keeper-1.0.5.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.14 mail-client/claws-mail-address_keeper/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 26 Dec 2011 10:09:35 -0000 1.13
24 +++ ChangeLog 26 Dec 2011 10:12:26 -0000 1.14
25 @@ -1,6 +1,12 @@
26 # ChangeLog for mail-client/claws-mail-address_keeper
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.13 2011/12/26 10:09:35 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-address_keeper/ChangeLog,v 1.14 2011/12/26 10:12:26 fauli Exp $
30 +
31 +*claws-mail-address_keeper-1.0.5 (26 Dec 2011)
32 +
33 + 26 Dec 2011; Christian Faulhammer <fauli@g.o>
34 + +claws-mail-address_keeper-1.0.5.ebuild:
35 + version bump for bug 395381 by Justin
36
37 26 Dec 2011; Christian Faulhammer <fauli@g.o>
38 -claws-mail-address_keeper-1.0.3.ebuild:
39
40
41
42 1.1 mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-address_keeper/claws-mail-address_keeper-1.0.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: claws-mail-address_keeper-1.0.5.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-address_keeper/claws-mail-address_keeper-1.0.5.ebuild,v 1.1 2011/12/26 10:12:26 fauli Exp $
52
53 inherit eutils
54
55 MY_P="${P#claws-mail-}"
56
57 DESCRIPTION="Plugin for Claws to collect all recipients in an address book folder"
58 HOMEPAGE="http://www.claws-mail.org/"
59 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
60 LICENSE="GPL-3"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64 RDEPEND=">=mail-client/claws-mail-3.8.0"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig"
67
68 S="${WORKDIR}/${MY_P}"
69
70 src_install() {
71 emake DESTDIR="${D}" install || die
72 dodoc AUTHORS ChangeLog README
73
74 # kill useless files
75 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
76 }