Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/balsa: balsa-2.4.14.ebuild ChangeLog balsa-2.4.12.ebuild
Date: Sun, 22 Jun 2014 15:42:18
Message-Id: 20140622154214.999A72004E@flycatcher.gentoo.org
1 pacho 14/06/22 15:42:14
2
3 Modified: ChangeLog
4 Added: balsa-2.4.14.ebuild
5 Removed: balsa-2.4.12.ebuild
6 Log:
7 Version bump, drop support for gtkhtml slot that is unmaintained for ages and will be removed soon, drop old.
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.127 mail-client/balsa/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.127&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/ChangeLog?rev=1.127&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/ChangeLog?r1=1.126&r2=1.127
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v
21 retrieving revision 1.126
22 retrieving revision 1.127
23 diff -u -r1.126 -r1.127
24 --- ChangeLog 1 Apr 2013 18:24:59 -0000 1.126
25 +++ ChangeLog 22 Jun 2014 15:42:14 -0000 1.127
26 @@ -1,6 +1,13 @@
27 # ChangeLog for mail-client/balsa
28 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.126 2013/04/01 18:24:59 ago Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/ChangeLog,v 1.127 2014/06/22 15:42:14 pacho Exp $
32 +
33 +*balsa-2.4.14 (22 Jun 2014)
34 +
35 + 22 Jun 2014; Pacho Ramos <pacho@g.o> +balsa-2.4.14.ebuild,
36 + -balsa-2.4.12.ebuild:
37 + Version bump, drop support for gtkhtml slot that is unmaintained for ages and
38 + will be removed soon, drop old.
39
40 01 Apr 2013; Agostino Sarubbo <ago@g.o> balsa-2.4.13.ebuild:
41 Stable for sparc, wrt bug #458984
42
43
44
45 1.1 mail-client/balsa/balsa-2.4.14.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.14.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/balsa/balsa-2.4.14.ebuild?rev=1.1&content-type=text/plain
49
50 Index: balsa-2.4.14.ebuild
51 ===================================================================
52 # Copyright 1999-2014 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.14.ebuild,v 1.1 2014/06/22 15:42:14 pacho Exp $
55
56 EAPI="5"
57 GCONF_DEBUG="no"
58
59 inherit eutils gnome2
60
61 DESCRIPTION="Email client for GNOME"
62 HOMEPAGE="http://pawsa.fedorapeople.org/balsa/"
63 SRC_URI="http://pawsa.fedorapeople.org/${PN}/${P}.tar.bz2"
64
65 LICENSE="GPL-2"
66 SLOT="0"
67 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
68 # Doesn't currently build with -gnome
69 IUSE="crypt gnome +gtkspell kerberos ldap libnotify networkmanager rubrica sqlite ssl webkit xface"
70
71 # TODO: esmtp can be optional
72 RDEPEND="
73 >=dev-libs/glib-2.16:2
74 >=x11-libs/gtk+-2.18:2
75 dev-libs/gmime:2.6
76 dev-libs/libunique:1
77 >=net-libs/libesmtp-1.0.3:=
78 net-mail/mailbase
79 media-libs/libcanberra:=[gtk]
80 x11-themes/hicolor-icon-theme
81 crypt? ( >=app-crypt/gpgme-1.0:= )
82 gnome? (
83 >=gnome-base/orbit-2
84 >=gnome-base/libbonobo-2.0
85 >=gnome-base/libgnome-2.0
86 >=gnome-base/libgnomeui-2.0
87 >=gnome-base/gconf-2.0:2
88 >=gnome-base/gnome-keyring-2.20
89 >=x11-libs/gtksourceview-2.10:2.0 )
90 sqlite? ( >=dev-db/sqlite-2.8:= )
91 libnotify? ( >=x11-libs/libnotify-0.7:= )
92 gtkspell? (
93 app-text/gtkspell:2
94 app-text/enchant )
95 !gtkspell? ( app-text/aspell )
96 kerberos? ( app-crypt/mit-krb5 )
97 ldap? ( net-nds/openldap )
98 networkmanager? ( >=net-misc/networkmanager-0.7 )
99 rubrica? ( dev-libs/libxml2:2 )
100 ssl? ( dev-libs/openssl:= )
101 webkit? ( >=net-libs/webkit-gtk-1.5.1:2 )
102 xface? ( >=media-libs/compface-1.5.1:= )
103 "
104 DEPEND="${RDEPEND}
105 dev-util/intltool
106 virtual/pkgconfig
107 sys-devel/gettext
108 >=app-text/scrollkeeper-0.1.4
109 app-text/gnome-doc-utils
110 "
111
112 src_prepare() {
113 # Fix documentation
114 epatch "${FILESDIR}/${PN}-2.4.11-doc-fixes.patch"
115 gnome2_src_prepare
116 }
117
118 src_configure() {
119 local myconf
120 DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*"
121
122 if use crypt ; then
123 myconf+=" --with-gpgme=gpgme-config"
124 else
125 myconf+=" --without-gpgme"
126 fi
127
128 if use webkit; then
129 myconf+=" --with-html-widget=webkit"
130 else
131 myconf+=" --with-html-widget=no"
132 fi
133
134 gnome2_src_configure \
135 --disable-pcre \
136 --enable-gregex \
137 --enable-threads \
138 --with-gmime=2.6 \
139 --with-unique \
140 --with-canberra \
141 $(use_with gnome) \
142 $(use_with gnome gtksourceview) \
143 $(use_with gtkspell) \
144 $(use_with kerberos gss) \
145 $(use_with ldap) \
146 $(use_with libnotify) \
147 $(use_with networkmanager nm) \
148 $(use_with rubrica) \
149 $(use_with sqlite) \
150 $(use_with ssl) \
151 $(use_with xface compface) \
152 ${myconf}
153 }