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.23.ebuild
Date: Wed, 29 Apr 2009 07:13:41
Message-Id: E1Lz3z9-0004wd-Pa@stork.gentoo.org
1 fauli 09/04/29 07:13:39
2
3 Modified: ChangeLog
4 Added: claws-mail-gtkhtml-0.23.ebuild
5 Log:
6 version bump, bug 266782 by microbiolog AT gmail.com
7 (Portage version: 2.1.6.11/cvs/Linux i686)
8
9 Revision Changes Path
10 1.55 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.55&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 29 Mar 2009 20:12:08 -0000 1.54
23 +++ ChangeLog 29 Apr 2009 07:13:39 -0000 1.55
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.54 2009/03/29 20:12:08 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.55 2009/04/29 07:13:39 fauli Exp $
29 +
30 +*claws-mail-gtkhtml-0.23 (29 Apr 2009)
31 +
32 + 29 Apr 2009; Christian Faulhammer <fauli@g.o>
33 + +claws-mail-gtkhtml-0.23.ebuild:
34 + version bump, bug 266782 by microbiolog AT gmail.com
35
36 29 Mar 2009; Christian Faulhammer <fauli@g.o>
37 -claws-mail-gtkhtml-0.21.ebuild:
38
39
40
41 1.1 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.23.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.23.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.23.ebuild?rev=1.1&content-type=text/plain
45
46 Index: claws-mail-gtkhtml-0.23.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.23.ebuild,v 1.1 2009/04/29 07:13:39 fauli Exp $
51
52 inherit eutils
53
54 MY_P="${PN#claws-mail-}2_viewer-${PV}"
55
56 DESCRIPTION="Renders HTML mail using the gtkhtml2 rendering widget."
57 HOMEPAGE="http://www.claws-mail.org/"
58 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
62 IUSE=""
63 RDEPEND=">=mail-client/claws-mail-3.7.1
64 net-misc/curl"
65 DEPEND="${RDEPEND}
66 dev-util/pkgconfig"
67
68 S="${WORKDIR}/${MY_P}"
69
70 src_compile() {
71 econf --disable-accessibility
72 emake || die
73 }
74
75 src_install() {
76 emake DESTDIR="${D}" install
77 dodoc AUTHORS ChangeLog NEWS README
78
79 # kill useless files
80 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
81 }