Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/balsa: balsa-2.4.8.ebuild ChangeLog balsa-2.4.7.ebuild balsa-2.4.1-r1.ebuild
Date: Mon, 30 Aug 2010 20:40:15
Message-Id: 20100830204011.A7F8E20051@flycatcher.gentoo.org
1 eva 10/08/30 20:40:11
2
3 Modified: ChangeLog balsa-2.4.7.ebuild
4 Added: balsa-2.4.8.ebuild
5 Removed: balsa-2.4.1-r1.ebuild
6 Log:
7 Version bump. Clean up old revisions. Make ewarn display a bit more logical, bug #330875.
8
9 (Portage version: 2.2_rc68/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.103 mail-client/balsa/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.103&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.103&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/ChangeLog?r1=1.102&r2=1.103
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v
21 retrieving revision 1.102
22 retrieving revision 1.103
23 diff -u -r1.102 -r1.103
24 --- ChangeLog 29 Jun 2010 16:04:45 -0000 1.102
25 +++ ChangeLog 30 Aug 2010 20:40:11 -0000 1.103
26 @@ -1,6 +1,14 @@
27 # ChangeLog for mail-client/balsa
28 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.102 2010/06/29 16:04:45 ssuominen Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.103 2010/08/30 20:40:11 eva Exp $
31 +
32 +*balsa-2.4.8 (30 Aug 2010)
33 +
34 + 30 Aug 2010; Gilles Dartiguelongue <eva@g.o>
35 + -balsa-2.4.1-r1.ebuild, -files/balsa-2.4.1-vcard.patch,
36 + balsa-2.4.7.ebuild, +balsa-2.4.8.ebuild:
37 + Version bump. Clean up old revisions. Make ewarn display a bit more
38 + logical, bug #330875.
39
40 29 Jun 2010; Samuli Suominen <ssuominen@g.o> balsa-2.4.7.ebuild,
41 +files/balsa-2.4.7-asneeded.patch:
42
43
44
45 1.8 mail-client/balsa/balsa-2.4.7.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild?rev=1.8&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild?rev=1.8&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild?r1=1.7&r2=1.8
50
51 Index: balsa-2.4.7.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild,v
54 retrieving revision 1.7
55 retrieving revision 1.8
56 diff -u -r1.7 -r1.8
57 --- balsa-2.4.7.ebuild 29 Jun 2010 16:04:45 -0000 1.7
58 +++ balsa-2.4.7.ebuild 30 Aug 2010 20:40:11 -0000 1.8
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/balsa/balsa-2.4.7.ebuild,v 1.7 2010/06/29 16:04:45 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.7.ebuild,v 1.8 2010/08/30 20:40:11 eva Exp $
64
65 EAPI="2"
66 GCONF_DEBUG="no"
67 @@ -67,10 +67,12 @@
68 G2CONF="${G2CONF} --without-gpgme"
69 fi
70
71 - if use webkit || use gtkhtml ; then
72 + if use webkit && use gtkhtml ; then
73 ewarn "Only one html widget can be enabled at the same time."
74 ewarn "Selecting gtkhtml by default."
75 + fi
76
77 + if use webkit || use gtkhtml; then
78 if use gtkhtml ; then
79 G2CONF="${G2CONF} --with-html-widget=gtkhtml3"
80 else
81
82
83
84 1.1 mail-client/balsa/balsa-2.4.8.ebuild
85
86 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.8.ebuild?rev=1.1&view=markup
87 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.8.ebuild?rev=1.1&content-type=text/plain
88
89 Index: balsa-2.4.8.ebuild
90 ===================================================================
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/balsa/balsa-2.4.8.ebuild,v 1.1 2010/08/30 20:40:11 eva Exp $
94
95 EAPI="2"
96 GCONF_DEBUG="no"
97
98 inherit gnome2
99
100 DESCRIPTION="Email client for GNOME"
101 HOMEPAGE="http://pawsa.fedorapeople.org/balsa/"
102 SRC_URI="http://pawsa.fedorapeople.org/${PN}/${P}.tar.bz2"
103
104 LICENSE="GPL-2"
105 SLOT="0"
106 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
107 # Doesn't currently build with -gnome
108 IUSE="crypt gnome gtkhtml +gtkspell kerberos ldap libnotify networkmanager rubrica sqlite ssl webkit xface"
109
110 # TODO: esmtp can be optional
111 RDEPEND=">=dev-libs/glib-2.16
112 >=x11-libs/gtk+-2.18
113 dev-libs/gmime:2.4
114 dev-libs/libunique
115 >=net-libs/libesmtp-1.0.3
116 net-mail/mailbase
117 media-libs/libcanberra[gtk]
118 x11-themes/hicolor-icon-theme
119 x11-themes/gnome-icon-theme
120 crypt? ( >=app-crypt/gpgme-1.0 )
121 gnome? (
122 >=gnome-base/orbit-2
123 >=gnome-base/libbonobo-2.0
124 >=gnome-base/libgnome-2.0
125 >=gnome-base/libgnomeui-2.0
126 >=gnome-base/gconf-2.0
127 >=gnome-base/gnome-keyring-2.20
128 >=x11-libs/gtksourceview-2.10 )
129 gtkhtml? ( >=gnome-extra/gtkhtml-3.14 )
130 sqlite? ( >=dev-db/sqlite-2.8 )
131 libnotify? ( x11-libs/libnotify )
132 gtkspell? (
133 =app-text/gtkspell-2*
134 app-text/enchant )
135 !gtkspell? ( virtual/aspell-dict )
136 kerberos? ( app-crypt/mit-krb5 )
137 ldap? ( net-nds/openldap )
138 networkmanager? ( >=net-misc/networkmanager-0.7 )
139 rubrica? ( dev-libs/libxml2 )
140 ssl? ( dev-libs/openssl )
141 webkit? ( >=net-libs/webkit-gtk-1.1.14 )
142 xface? ( >=media-libs/compface-1.5.1 )"
143 DEPEND="${RDEPEND}
144 dev-util/intltool
145 dev-util/pkgconfig
146 sys-devel/gettext
147 >=app-text/scrollkeeper-0.1.4
148 app-text/gnome-doc-utils"
149
150 DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*"
151
152 pkg_setup() {
153 if use crypt ; then
154 G2CONF="${G2CONF} --with-gpgme=gpgme-config"
155 else
156 G2CONF="${G2CONF} --without-gpgme"
157 fi
158
159 if use webkit && use gtkhtml ; then
160 ewarn "Only one html widget can be enabled at the same time."
161 ewarn "Selecting gtkhtml by default."
162 fi
163
164 if use webkit || use gtkhtml; then
165 if use gtkhtml ; then
166 G2CONF="${G2CONF} --with-html-widget=gtkhtml3"
167 else
168 G2CONF="${G2CONF} --with-html-widget=webkit"
169 fi
170 else
171 G2CONF="${G2CONF} --with-html-widget=no"
172 fi
173
174 G2CONF="${G2CONF}
175 --disable-pcre
176 --enable-gregex
177 --enable-threads
178 --with-gmime=2.4
179 --with-unique
180 --with-canberra
181 $(use_with gnome)
182 $(use_with gnome gtksourceview)
183 $(use_with gtkspell)
184 $(use_with kerberos gss)
185 $(use_with ldap)
186 $(use_with libnotify)
187 $(use_with networkmanager nm)
188 $(use_with rubrica)
189 $(use_with sqlite)
190 $(use_with ssl)
191 $(use_with xface compface)"
192 }