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-gtkhtml: ChangeLog claws-mail-gtkhtml-0.26.ebuild
Date: Fri, 08 Jan 2010 21:37:44
Message-Id: E1NTMWb-0005b5-79@stork.gentoo.org
1 fauli 10/01/08 21:37:41
2
3 Modified: ChangeLog
4 Added: claws-mail-gtkhtml-0.26.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.13/cvs/Linux i686)
8
9 Revision Changes Path
10 1.66 mail-client/claws-mail-gtkhtml/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.66&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.66&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?r1=1.65&r2=1.66
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v
19 retrieving revision 1.65
20 retrieving revision 1.66
21 diff -u -r1.65 -r1.66
22 --- ChangeLog 18 Oct 2009 23:21:41 -0000 1.65
23 +++ ChangeLog 8 Jan 2010 21:37:40 -0000 1.66
24 @@ -1,6 +1,12 @@
25 # ChangeLog for mail-client/claws-mail-gtkhtml
26 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.65 2009/10/18 23:21:41 fauli Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.66 2010/01/08 21:37:40 fauli Exp $
30 +
31 +*claws-mail-gtkhtml-0.26 (08 Jan 2010)
32 +
33 + 08 Jan 2010; Christian Faulhammer <fauli@g.o>
34 + +claws-mail-gtkhtml-0.26.ebuild:
35 + version bump
36
37 *claws-mail-gtkhtml-0.25 (18 Oct 2009)
38
39
40
41
42 1.1 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?rev=1.1&content-type=text/plain
46
47 Index: claws-mail-gtkhtml-0.26.ebuild
48 ===================================================================
49 # Copyright 1999-2010 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v 1.1 2010/01/08 21:37:40 fauli Exp $
52
53 inherit eutils
54
55 MY_P="${PN#claws-mail-}2_viewer-${PV}"
56
57 DESCRIPTION="Renders HTML mail using the gtkhtml2 rendering widget."
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="~alpha ~amd64 ~ppc ~ppc64 ~x86"
63 IUSE=""
64 RDEPEND=">=mail-client/claws-mail-3.7.4
65 net-misc/curl"
66 DEPEND="${RDEPEND}
67 dev-util/pkgconfig"
68
69 S="${WORKDIR}/${MY_P}"
70
71 src_compile() {
72 econf --disable-accessibility
73 emake || die
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install
78 dodoc AUTHORS ChangeLog NEWS README
79
80 # kill useless files
81 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
82 }