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