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.33.ebuild
Date: Sat, 30 Jun 2012 15:56:12
Message-Id: 20120630155602.D4D272004B@flycatcher.gentoo.org
1 fauli 12/06/30 15:56:02
2
3 Modified: ChangeLog
4 Added: claws-mail-gtkhtml-0.33.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.1.10.65/cvs/Linux i686)
9
10 Revision Changes Path
11 1.90 mail-client/claws-mail-gtkhtml/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.90&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.90&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?r1=1.89&r2=1.90
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v
20 retrieving revision 1.89
21 retrieving revision 1.90
22 diff -u -r1.89 -r1.90
23 --- ChangeLog 4 May 2012 08:42:23 -0000 1.89
24 +++ ChangeLog 30 Jun 2012 15:56:02 -0000 1.90
25 @@ -1,6 +1,12 @@
26 # ChangeLog for mail-client/claws-mail-gtkhtml
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.89 2012/05/04 08:42:23 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.90 2012/06/30 15:56:02 fauli Exp $
30 +
31 +*claws-mail-gtkhtml-0.33 (30 Jun 2012)
32 +
33 + 30 Jun 2012; Christian Faulhammer <fauli@g.o>
34 + +claws-mail-gtkhtml-0.33.ebuild:
35 + version bump
36
37 04 May 2012; Jeff Horelick <jdhore@g.o>
38 claws-mail-gtkhtml-0.32.ebuild:
39
40
41
42 1.1 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.33.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.33.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.33.ebuild?rev=1.1&content-type=text/plain
46
47 Index: claws-mail-gtkhtml-0.33.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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.33.ebuild,v 1.1 2012/06/30 15:56:02 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.8.1
65 net-misc/curl"
66 DEPEND="${RDEPEND}
67 virtual/pkgconfig"
68
69 S="${WORKDIR}/${MY_P}"
70
71 src_compile() {
72 econf --disable-accessibility || die
73 emake || die
74 }
75
76 src_install() {
77 emake DESTDIR="${D}" install || die
78 dodoc AUTHORS ChangeLog README
79
80 # kill useless files
81 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
82 }