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: claws-mail-gtkhtml-0.15.2.ebuild ChangeLog claws-mail-gtkhtml-0.16.ebuild claws-mail-gtkhtml-0.15.1.ebuild claws-mail-gtkhtml-0.13.ebuild claws-mail-gtkhtml-0.14.ebuild claws-mail-gtkhtml-0.14.1.ebuild claws-mail-gtkhtml-0.14.2.ebuild claws-mail-gtkhtml-0.15.ebuild
Date: Thu, 29 Nov 2007 22:50:53
Message-Id: E1IxsDY-0005Mm-GX@stork.gentoo.org
1 ticho 07/11/29 22:50:48
2
3 Modified: claws-mail-gtkhtml-0.15.2.ebuild ChangeLog
4 Added: claws-mail-gtkhtml-0.16.ebuild
5 Removed: claws-mail-gtkhtml-0.15.1.ebuild
6 claws-mail-gtkhtml-0.13.ebuild
7 claws-mail-gtkhtml-0.14.ebuild
8 claws-mail-gtkhtml-0.14.1.ebuild
9 claws-mail-gtkhtml-0.14.2.ebuild
10 claws-mail-gtkhtml-0.15.ebuild
11 Log:
12 Version bump, ebuild cleanup.
13 (Portage version: 2.1.3.18)
14
15 Revision Changes Path
16 1.6 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild
17
18 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild?rev=1.6&view=markup
19 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild?rev=1.6&content-type=text/plain
20 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild?r1=1.5&r2=1.6
21
22 Index: claws-mail-gtkhtml-0.15.2.ebuild
23 ===================================================================
24 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild,v
25 retrieving revision 1.5
26 retrieving revision 1.6
27 diff -u -r1.5 -r1.6
28 --- claws-mail-gtkhtml-0.15.2.ebuild 17 Sep 2007 17:42:57 -0000 1.5
29 +++ claws-mail-gtkhtml-0.15.2.ebuild 29 Nov 2007 22:50:47 -0000 1.6
30 @@ -1,6 +1,6 @@
31 # Copyright 1999-2007 Gentoo Foundation
32 # Distributed under the terms of the GNU General Public License v2
33 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild,v 1.5 2007/09/17 17:42:57 dertobi123 Exp $
34 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.15.2.ebuild,v 1.6 2007/11/29 22:50:47 ticho Exp $
35
36 inherit eutils
37
38 @@ -24,5 +24,5 @@
39 dodoc AUTHORS ChangeLog NEWS README
40
41 # kill useless files
42 - rm -f ${D}usr/lib*/claws-mail/plugins/*.{a,la}
43 + rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
44 }
45
46
47
48 1.20 mail-client/claws-mail-gtkhtml/ChangeLog
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.20&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.20&content-type=text/plain
52 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?r1=1.19&r2=1.20
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v
57 retrieving revision 1.19
58 retrieving revision 1.20
59 diff -u -r1.19 -r1.20
60 --- ChangeLog 17 Sep 2007 17:42:57 -0000 1.19
61 +++ ChangeLog 29 Nov 2007 22:50:47 -0000 1.20
62 @@ -1,6 +1,15 @@
63 # ChangeLog for mail-client/claws-mail-gtkhtml
64 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.19 2007/09/17 17:42:57 dertobi123 Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.20 2007/11/29 22:50:47 ticho Exp $
67 +
68 +*claws-mail-gtkhtml-0.16 (29 Nov 2007)
69 +
70 + 29 Nov 2007; Andrej Kacian <ticho@g.o>
71 + -claws-mail-gtkhtml-0.13.ebuild, -claws-mail-gtkhtml-0.14.ebuild,
72 + -claws-mail-gtkhtml-0.14.1.ebuild, -claws-mail-gtkhtml-0.14.2.ebuild,
73 + -claws-mail-gtkhtml-0.15.ebuild, -claws-mail-gtkhtml-0.15.1.ebuild,
74 + claws-mail-gtkhtml-0.15.2.ebuild, +claws-mail-gtkhtml-0.16.ebuild:
75 + Version bump, ebuild cleanup.
76
77 17 Sep 2007; Tobias Scherbaum <dertobi123@g.o>
78 claws-mail-gtkhtml-0.15.2.ebuild:
79
80
81
82 1.1 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.16.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.16.ebuild?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.16.ebuild?rev=1.1&content-type=text/plain
86
87 Index: claws-mail-gtkhtml-0.16.ebuild
88 ===================================================================
89 # Copyright 1999-2007 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.16.ebuild,v 1.1 2007/11/29 22:50:47 ticho Exp $
92
93 inherit eutils
94
95 MY_P="${PN#claws-mail-}2_viewer-${PV}"
96
97 DESCRIPTION="Renders HTML mail using the gtkhtml2 rendering widget."
98 HOMEPAGE="http://claws.sylpheed.org"
99 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
100 LICENSE="GPL-3"
101 SLOT="0"
102 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
103 IUSE=""
104 DEPEND=">=mail-client/claws-mail-3.1.0
105 =gnome-extra/gtkhtml-2*
106 net-misc/curl"
107
108 S="${WORKDIR}/${MY_P}"
109
110 src_install() {
111 make DESTDIR="${D}" install
112 dodoc AUTHORS ChangeLog NEWS README
113
114 # kill useless files
115 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
116 }
117
118
119
120 --
121 gentoo-commits@g.o mailing list