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: ChangeLog balsa-2.3.26.ebuild balsa-2.3.22.ebuild
Date: Fri, 21 Nov 2008 23:38:39
Message-Id: E1L3fa9-0006Mg-3I@stork.gentoo.org
1 eva 08/11/21 23:38:37
2
3 Modified: ChangeLog
4 Added: balsa-2.3.26.ebuild
5 Removed: balsa-2.3.22.ebuild
6 Log:
7 Bump to 2.3.26. Fix compilation with newer gtk+, bug #247707. Clean up old revision.
8 (Portage version: 2.2_rc14/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
9
10 Revision Changes Path
11 1.71 mail-client/balsa/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.71&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.71&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/ChangeLog?r1=1.70&r2=1.71
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v
20 retrieving revision 1.70
21 retrieving revision 1.71
22 diff -u -r1.70 -r1.71
23 --- ChangeLog 13 Oct 2008 10:13:27 -0000 1.70
24 +++ ChangeLog 21 Nov 2008 23:38:37 -0000 1.71
25 @@ -1,6 +1,13 @@
26 # ChangeLog for mail-client/balsa
27 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.70 2008/10/13 10:13:27 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.71 2008/11/21 23:38:37 eva Exp $
30 +
31 +*balsa-2.3.26 (22 Nov 2008)
32 +
33 + 22 Nov 2008; Gilles Dartiguelongue <eva@g.o> -balsa-2.3.22.ebuild,
34 + +balsa-2.3.26.ebuild:
35 + Bump to 2.3.26. Fix compilation with newer gtk+, bug #247707.
36 + Clean up old revision.
37
38 13 Oct 2008; Raúl Porcel <armin76@g.o> balsa-2.3.25.ebuild:
39 alpha stable wrt #241480
40
41
42
43 1.1 mail-client/balsa/balsa-2.3.26.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/balsa-2.3.26.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/balsa/balsa-2.3.26.ebuild?rev=1.1&content-type=text/plain
47
48 Index: balsa-2.3.26.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.3.26.ebuild,v 1.1 2008/11/21 23:38:37 eva Exp $
53
54 inherit gnome2
55
56 DESCRIPTION="Email client for GNOME"
57 HOMEPAGE="http://balsa.gnome.org"
58 SRC_URI="http://balsa.gnome.org/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
63 # Doesn't currently build with -gnome
64 IUSE="crypt doc gtkhtml gtkspell kerberos ldap libnotify rubrica sqlite ssl xface"
65
66 RDEPEND=">=dev-libs/glib-2.14
67 >=x11-libs/gtk+-2.10
68 =dev-libs/gmime-2.2*
69 >=net-libs/libesmtp-1.0.3
70 >=gnome-base/orbit-2
71 >=gnome-base/libbonobo-2.0
72 x11-themes/hicolor-icon-theme
73 net-mail/mailbase
74 crypt? ( >=app-crypt/gpgme-1.0 )
75 >=gnome-base/libgnome-2.0
76 >=gnome-base/libgnomeui-2.0
77 >=gnome-base/gnome-vfs-2.0
78 >=x11-libs/gtksourceview-2
79 gtkhtml? ( >=gnome-extra/gtkhtml-3.14 )
80 sqlite? ( >=dev-db/sqlite-2.8 )
81 libnotify? ( x11-libs/libnotify )
82 gtkspell? ( =app-text/gtkspell-2* )
83 !gtkspell? ( virtual/aspell-dict )
84 kerberos? ( app-crypt/mit-krb5 )
85 ldap? ( net-nds/openldap )
86 rubrica? ( dev-libs/libxml2 )
87 ssl? ( dev-libs/openssl )
88 xface? ( >=media-libs/compface-1.5.1 )"
89 DEPEND="${RDEPEND}
90 dev-util/intltool
91 dev-util/pkgconfig
92 sys-devel/gettext
93 >=app-text/scrollkeeper-0.1.4
94 doc? ( dev-util/gtk-doc )"
95
96 DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*"
97
98 pkg_setup() {
99 # threads are currently broken with gpgme
100 G2CONF="${G2CONF} --disable-threads"
101
102 if use crypt ; then
103 G2CONF="${G2CONF} --with-gpgme=gpgme-config"
104 else
105 G2CONF="${G2CONF} --without-gpgme"
106 fi
107
108 # if use gnome ; then
109 G2CONF="${G2CONF} --with-gtksourceview"
110 # else
111 # G2CONF="${G2CONF} --without-gtksourceview"
112 # fi
113
114 if use gtkhtml ; then
115 G2CONF="${G2CONF} --with-gtkhtml=3"
116 else
117 G2CONF="${G2CONF} --without-gtkhtml"
118 fi
119
120 G2CONF="${G2CONF}
121 --disable-pcre
122 --enable-gregex
123 --enable-threads
124 $(use_with gtkspell)
125 $(use_with kerberos gss)
126 $(use_with ldap)
127 $(use_with libnotify)
128 $(use_with rubrica)
129 $(use_with sqlite)
130 $(use_with ssl)
131 $(use_with xface compface)"
132 }
133
134 src_unpack() {
135 gnome2_src_unpack
136
137 # Remove disable deprecated statement
138 sed -i -e '/DISABLE_DEPRECATED/d' \
139 libinit_balsa/Makefile.am libinit_balsa/Makefile.in \
140 libbalsa/Makefile.am libbalsa/Makefile.in \
141 src/Makefile.am src/Makefile.in || die "sed failed"
142 }