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