Gentoo Archives: gentoo-commits

From: "Andrej Kacian (ticho)" <ticho@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.17.ebuild
Date: Fri, 28 Dec 2007 11:51:21
Message-Id: E1J8DkC-0000oV-Iu@stork.gentoo.org
1 ticho 07/12/28 11:51:16
2
3 Modified: ChangeLog
4 Added: claws-mail-gtkhtml-0.17.ebuild
5 Log:
6 Version bump. Bug #202634 by Joe <joacher at gmx.de>.
7 (Portage version: 2.1.4_rc9)
8
9 Revision Changes Path
10 1.21 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.21&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.21&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?r1=1.20&r2=1.21
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v
19 retrieving revision 1.20
20 retrieving revision 1.21
21 diff -u -r1.20 -r1.21
22 --- ChangeLog 29 Nov 2007 22:50:47 -0000 1.20
23 +++ ChangeLog 28 Dec 2007 11:51:16 -0000 1.21
24 @@ -1,6 +1,12 @@
25 # ChangeLog for mail-client/claws-mail-gtkhtml
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.20 2007/11/29 22:50:47 ticho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.21 2007/12/28 11:51:16 ticho Exp $
29 +
30 +*claws-mail-gtkhtml-0.17 (28 Dec 2007)
31 +
32 + 28 Dec 2007; Andrej Kacian <ticho@g.o>
33 + +claws-mail-gtkhtml-0.17.ebuild:
34 + Version bump. Bug #202634 by Joe <joacher at gmx.de>.
35
36 *claws-mail-gtkhtml-0.16 (29 Nov 2007)
37
38
39
40
41 1.1 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.17.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.17.ebuild?rev=1.1&content-type=text/plain
45
46 Index: claws-mail-gtkhtml-0.17.ebuild
47 ===================================================================
48 # Copyright 1999-2007 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.17.ebuild,v 1.1 2007/12/28 11:51:16 ticho 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://claws.sylpheed.org"
58 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
62 IUSE=""
63 DEPEND=">=mail-client/claws-mail-3.2.0
64 =gnome-extra/gtkhtml-2*
65 net-misc/curl"
66
67 S="${WORKDIR}/${MY_P}"
68
69 src_install() {
70 make DESTDIR="${D}" install
71 dodoc AUTHORS ChangeLog NEWS README
72
73 # kill useless files
74 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
75 }
76
77
78
79 --
80 gentoo-commits@g.o mailing list