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: claws-mail-3.6.1.ebuild claws-mail-3.6.1-r1.ebuild ChangeLog
Date: Mon, 22 Dec 2008 13:35:25
Message-Id: E1LEkwN-000796-DO@stork.gentoo.org
1 fauli 08/12/22 13:35:23
2
3 Modified: claws-mail-3.6.1.ebuild claws-mail-3.6.1-r1.ebuild
4 ChangeLog
5 Log:
6 The check for USE=aspell in app-text/enchant is not needed! Bug 250115 has been caused by misconfiguration on the user's side
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.10 mail-client/claws-mail/claws-mail-3.6.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.6.1.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.6.1.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.6.1.ebuild?r1=1.9&r2=1.10
15
16 Index: claws-mail-3.6.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.6.1.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- claws-mail-3.6.1.ebuild 21 Dec 2008 01:51:18 -0000 1.9
23 +++ claws-mail-3.6.1.ebuild 22 Dec 2008 13:35:23 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.6.1.ebuild,v 1.9 2008/12/21 01:51:18 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.6.1.ebuild,v 1.10 2008/12/22 13:35:23 fauli Exp $
29
30 inherit eutils multilib
31
32 @@ -41,18 +41,6 @@
33
34 PLUGIN_NAMES="acpi-notifier att-remover attachwarner cachesaver etpan-privacy fetchinfo gtkhtml maildir mailmbox newmail notification pdf-viewer perl rssyl smime synce vcalendar"
35
36 -pkg_setup() {
37 - # rework with EAPI=2
38 - if use spell; then
39 - if ! built_with_use --missing true app-text/enchant aspell; then
40 - eerror
41 - eerror "You need to rebuild app-text/enchant with USE=aspell enabled"
42 - eerror
43 - die "please rebuild app-text/enchant with USE=aspell"
44 - fi
45 - fi
46 -}
47 -
48 src_compile() {
49 local myconf="--disable-libetpan"
50
51
52
53
54 1.7 mail-client/claws-mail/claws-mail-3.6.1-r1.ebuild
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.6.1-r1.ebuild?rev=1.7&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.6.1-r1.ebuild?rev=1.7&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/claws-mail-3.6.1-r1.ebuild?r1=1.6&r2=1.7
59
60 Index: claws-mail-3.6.1-r1.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.6.1-r1.ebuild,v
63 retrieving revision 1.6
64 retrieving revision 1.7
65 diff -u -r1.6 -r1.7
66 --- claws-mail-3.6.1-r1.ebuild 21 Dec 2008 01:51:18 -0000 1.6
67 +++ claws-mail-3.6.1-r1.ebuild 22 Dec 2008 13:35:23 -0000 1.7
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2008 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.6.1-r1.ebuild,v 1.6 2008/12/21 01:51:18 fauli Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.6.1-r1.ebuild,v 1.7 2008/12/22 13:35:23 fauli Exp $
73
74 inherit eutils multilib
75
76 @@ -42,17 +42,6 @@
77 x11-misc/shared-mime-info"
78
79 PLUGIN_NAMES="acpi-notifier att-remover attachwarner cachesaver etpan-privacy fetchinfo gtkhtml maildir mailmbox newmail notification pdf-viewer perl rssyl smime synce vcalendar"
80 -pkg_setup() {
81 - # rework with EAPI=2
82 - if use spell; then
83 - if ! built_with_use --missing true app-text/enchant aspell; then
84 - eerror
85 - eerror "You need to rebuild app-text/enchant with USE=aspell enabled"
86 - eerror
87 - die "please rebuild app-text/enchant with USE=aspell"
88 - fi
89 - fi
90 -}
91
92 src_compile() {
93 local myconf="--disable-libetpan"
94
95
96
97 1.103 mail-client/claws-mail/ChangeLog
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.103&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.103&content-type=text/plain
101 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail/ChangeLog?r1=1.102&r2=1.103
102
103 Index: ChangeLog
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v
106 retrieving revision 1.102
107 retrieving revision 1.103
108 diff -u -r1.102 -r1.103
109 --- ChangeLog 21 Dec 2008 01:51:18 -0000 1.102
110 +++ ChangeLog 22 Dec 2008 13:35:23 -0000 1.103
111 @@ -1,6 +1,11 @@
112 # ChangeLog for mail-client/claws-mail
113 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
114 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.102 2008/12/21 01:51:18 fauli Exp $
115 +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.103 2008/12/22 13:35:23 fauli Exp $
116 +
117 + 22 Dec 2008; Christian Faulhammer <fauli@g.o>
118 + claws-mail-3.6.1.ebuild, claws-mail-3.6.1-r1.ebuild:
119 + The check for USE=aspell in app-text/enchant is not needed! Bug 250115 has
120 + been caused by misconfiguration on the user's side
121
122 21 Dec 2008; Christian Faulhammer <fauli@g.o> metadata.xml,
123 claws-mail-3.6.1.ebuild, claws-mail-3.6.1-r1.ebuild: