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-python: claws-mail-python-0.4.ebuild claws-mail-python-0.3.ebuild ChangeLog claws-mail-python-0.5.ebuild
Date: Tue, 23 Nov 2010 09:04:43
Message-Id: 20101123090438.CA6F320051@flycatcher.gentoo.org
1 fauli 10/11/23 09:04:38
2
3 Modified: claws-mail-python-0.4.ebuild
4 claws-mail-python-0.3.ebuild ChangeLog
5 claws-mail-python-0.5.ebuild
6 Log:
7 add a die after emake
8 (Portage version: 2.1.8.3/cvs/Linux i686)
9
10 Revision Changes Path
11 1.3 mail-client/claws-mail-python/claws-mail-python-0.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild?r1=1.2&r2=1.3
16
17 Index: claws-mail-python-0.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- claws-mail-python-0.4.ebuild 22 Nov 2010 14:22:20 -0000 1.2
24 +++ claws-mail-python-0.4.ebuild 23 Nov 2010 09:04:38 -0000 1.3
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild,v 1.2 2010/11/22 14:22:20 fauli Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.4.ebuild,v 1.3 2010/11/23 09:04:38 fauli Exp $
30
31 MY_P="${PN#claws-mail-}_plugin-${PV}"
32
33 @@ -19,7 +19,7 @@
34 S="${WORKDIR}/${MY_P}"
35
36 src_install() {
37 - emake DESTDIR="${D}" install
38 + emake DESTDIR="${D}" install || die
39 dodoc ChangeLog README
40
41 # kill useless files
42
43
44
45 1.4 mail-client/claws-mail-python/claws-mail-python-0.3.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild?r1=1.3&r2=1.4
50
51 Index: claws-mail-python-0.3.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- claws-mail-python-0.3.ebuild 11 Mar 2010 20:46:40 -0000 1.3
58 +++ claws-mail-python-0.3.ebuild 23 Nov 2010 09:04:38 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2010 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild,v 1.3 2010/03/11 20:46:40 maekke Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.3.ebuild,v 1.4 2010/11/23 09:04:38 fauli Exp $
64
65 MY_P="${PN#claws-mail-}_plugin-${PV}"
66
67 @@ -19,7 +19,7 @@
68 S="${WORKDIR}/${MY_P}"
69
70 src_install() {
71 - emake DESTDIR="${D}" install
72 + emake DESTDIR="${D}" install || die
73 dodoc ChangeLog README
74
75 # kill useless files
76
77
78
79 1.11 mail-client/claws-mail-python/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-python/ChangeLog?rev=1.11&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-python/ChangeLog?rev=1.11&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-python/ChangeLog?r1=1.10&r2=1.11
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v
88 retrieving revision 1.10
89 retrieving revision 1.11
90 diff -u -r1.10 -r1.11
91 --- ChangeLog 22 Nov 2010 14:25:18 -0000 1.10
92 +++ ChangeLog 23 Nov 2010 09:04:38 -0000 1.11
93 @@ -1,6 +1,11 @@
94 # ChangeLog for mail-client/claws-mail-python
95 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v 1.10 2010/11/22 14:25:18 fauli Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/ChangeLog,v 1.11 2010/11/23 09:04:38 fauli Exp $
98 +
99 + 23 Nov 2010; Christian Faulhammer <fauli@g.o>
100 + claws-mail-python-0.3.ebuild, claws-mail-python-0.4.ebuild,
101 + claws-mail-python-0.5.ebuild:
102 + add a die after emake
103
104 *claws-mail-python-0.5 (22 Nov 2010)
105
106
107
108
109 1.2 mail-client/claws-mail-python/claws-mail-python-0.5.ebuild
110
111 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild?rev=1.2&view=markup
112 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild?rev=1.2&content-type=text/plain
113 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild?r1=1.1&r2=1.2
114
115 Index: claws-mail-python-0.5.ebuild
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild,v
118 retrieving revision 1.1
119 retrieving revision 1.2
120 diff -u -r1.1 -r1.2
121 --- claws-mail-python-0.5.ebuild 22 Nov 2010 14:25:18 -0000 1.1
122 +++ claws-mail-python-0.5.ebuild 23 Nov 2010 09:04:38 -0000 1.2
123 @@ -1,6 +1,6 @@
124 # Copyright 1999-2010 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild,v 1.1 2010/11/22 14:25:18 fauli Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-python/claws-mail-python-0.5.ebuild,v 1.2 2010/11/23 09:04:38 fauli Exp $
128
129 MY_P="${PN#claws-mail-}_plugin-${PV}"
130
131 @@ -19,7 +19,7 @@
132 S="${WORKDIR}/${MY_P}"
133
134 src_install() {
135 - emake DESTDIR="${D}" install
136 + emake DESTDIR="${D}" install || die
137 dodoc ChangeLog README
138
139 # kill useless files