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.27.ebuild claws-mail-gtkhtml-0.28.ebuild
Date: Tue, 23 Nov 2010 08:55:36
Message-Id: 20101123085525.3194220051@flycatcher.gentoo.org
1 fauli 10/11/23 08:55:25
2
3 Modified: ChangeLog claws-mail-gtkhtml-0.27.ebuild
4 claws-mail-gtkhtml-0.28.ebuild
5 Log:
6 add a die after emake and don't install NEWS file (no contents)
7 (Portage version: 2.1.8.3/cvs/Linux i686)
8
9 Revision Changes Path
10 1.78 mail-client/claws-mail-gtkhtml/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.78&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.78&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?r1=1.77&r2=1.78
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v
19 retrieving revision 1.77
20 retrieving revision 1.78
21 diff -u -r1.77 -r1.78
22 --- ChangeLog 22 Nov 2010 14:15:26 -0000 1.77
23 +++ ChangeLog 23 Nov 2010 08:55:25 -0000 1.78
24 @@ -1,6 +1,10 @@
25 # ChangeLog for mail-client/claws-mail-gtkhtml
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.77 2010/11/22 14:15:26 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.78 2010/11/23 08:55:25 fauli Exp $
29 +
30 + 23 Nov 2010; Christian Faulhammer <fauli@g.o>
31 + claws-mail-gtkhtml-0.27.ebuild, claws-mail-gtkhtml-0.28.ebuild:
32 + add a die after emake and don't install NEWS file (no contents)
33
34 *claws-mail-gtkhtml-0.28 (22 Nov 2010)
35
36
37
38
39 1.5 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild?r1=1.4&r2=1.5
44
45 Index: claws-mail-gtkhtml-0.27.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- claws-mail-gtkhtml-0.27.ebuild 15 Oct 2010 08:52:08 -0000 1.4
52 +++ claws-mail-gtkhtml-0.27.ebuild 23 Nov 2010 08:55:25 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild,v 1.4 2010/10/15 08:52:08 fauli Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.27.ebuild,v 1.5 2010/11/23 08:55:25 fauli Exp $
58
59 inherit eutils
60
61 @@ -21,13 +21,13 @@
62 S="${WORKDIR}/${MY_P}"
63
64 src_compile() {
65 - econf --disable-accessibility
66 + econf --disable-accessibility || die
67 emake || die
68 }
69
70 src_install() {
71 - emake DESTDIR="${D}" install
72 - dodoc AUTHORS ChangeLog NEWS README
73 + emake DESTDIR="${D}" install || die
74 + dodoc AUTHORS ChangeLog README
75
76 # kill useless files
77 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
78
79
80
81 1.2 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.28.ebuild
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.28.ebuild?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.28.ebuild?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.28.ebuild?r1=1.1&r2=1.2
86
87 Index: claws-mail-gtkhtml-0.28.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.28.ebuild,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- claws-mail-gtkhtml-0.28.ebuild 22 Nov 2010 14:15:26 -0000 1.1
94 +++ claws-mail-gtkhtml-0.28.ebuild 23 Nov 2010 08:55:25 -0000 1.2
95 @@ -1,6 +1,6 @@
96 # Copyright 1999-2010 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.28.ebuild,v 1.1 2010/11/22 14:15:26 fauli Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.28.ebuild,v 1.2 2010/11/23 08:55:25 fauli Exp $
100
101 inherit eutils
102
103 @@ -21,13 +21,13 @@
104 S="${WORKDIR}/${MY_P}"
105
106 src_compile() {
107 - econf --disable-accessibility
108 + econf --disable-accessibility || die
109 emake || die
110 }
111
112 src_install() {
113 - emake DESTDIR="${D}" install
114 - dodoc AUTHORS ChangeLog NEWS README
115 + emake DESTDIR="${D}" install || die
116 + dodoc AUTHORS ChangeLog README
117
118 # kill useless files
119 rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}