Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/balsa/
Date: Fri, 04 Nov 2016 09:40:41
Message-Id: 1478252421.4c41e74b3465f962119b28837ea31b361b16f9c7.pacho@gentoo
1 commit: 4c41e74b3465f962119b28837ea31b361b16f9c7
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 4 09:21:09 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 4 09:40:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c41e74b
7
8 mail-client/balsa: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 mail-client/balsa/Manifest | 1 -
13 mail-client/balsa/balsa-2.4.14.ebuild | 102 ----------------------------------
14 mail-client/balsa/balsa-2.5.2.ebuild | 102 ----------------------------------
15 3 files changed, 205 deletions(-)
16
17 diff --git a/mail-client/balsa/Manifest b/mail-client/balsa/Manifest
18 index 608dacc..43748d1 100644
19 --- a/mail-client/balsa/Manifest
20 +++ b/mail-client/balsa/Manifest
21 @@ -1,2 +1 @@
22 -DIST balsa-2.4.14.tar.bz2 4092848 SHA256 9de197c3adf2cfa1ddf8c3b6da11e5b06f58b27a917e064de34621d5f9210522 SHA512 e33b8a59b70861827f063a4336d2055169d719707e774d50443e6dc6884d99c23a36c42e1acfd99485bfe864e710dd0f635adc76697a911339cf8b6870a64c3d WHIRLPOOL 43e0ad0356fb5e4f1840daa33bce40ae1dc89c0864cf04ab7b50e604d0589014e28199e2b694fcb48d1c7cc54e1bac6bc912aa93033a24852d9c68a20555d8ab
23 DIST balsa-2.5.2.tar.bz2 4049163 SHA256 01218dd8cb2c052c2d221d96e4ef5e277271befb2b50bbf4913223913214d21d SHA512 f7a9127d87869d57acebaf33f9e3e4b82c5a5ba90aa5304ce40ba48a1a7f01eaf602555f8e97bce70b0baeb2ac8b5ac12941eaa8b85be1886bf22f7767dd75ba WHIRLPOOL 7b7d96cda21b50a4acb068e5989696acd02ebb1fa70563f47230a8c0a04da51cf3af4422c23d13c5dbff27d89cce6e7516a6eeaa6464c9dedd6d2d326587fc65
24
25 diff --git a/mail-client/balsa/balsa-2.4.14.ebuild b/mail-client/balsa/balsa-2.4.14.ebuild
26 deleted file mode 100644
27 index 998f1d3..00000000
28 --- a/mail-client/balsa/balsa-2.4.14.ebuild
29 +++ /dev/null
30 @@ -1,102 +0,0 @@
31 -# Copyright 1999-2015 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="5"
36 -GCONF_DEBUG="no"
37 -
38 -inherit eutils gnome2
39 -
40 -DESCRIPTION="Email client for GNOME"
41 -HOMEPAGE="http://pawsa.fedorapeople.org/balsa/"
42 -SRC_URI="http://pawsa.fedorapeople.org/${PN}/${P}.tar.bz2"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
47 -# Doesn't currently build with -gnome
48 -IUSE="crypt gnome +gtkspell kerberos ldap libnotify networkmanager rubrica sqlite ssl webkit xface"
49 -
50 -# TODO: esmtp can be optional
51 -RDEPEND="
52 - >=dev-libs/glib-2.16:2
53 - >=x11-libs/gtk+-2.18:2
54 - dev-libs/gmime:2.6
55 - dev-libs/libunique:1
56 - >=net-libs/libesmtp-1.0.3:=
57 - net-mail/mailbase
58 - media-libs/libcanberra:=[gtk]
59 - x11-themes/hicolor-icon-theme
60 - crypt? ( >=app-crypt/gpgme-1.0:= )
61 - gnome? (
62 - >=gnome-base/orbit-2
63 - >=gnome-base/libbonobo-2.0
64 - >=gnome-base/libgnome-2.0
65 - >=gnome-base/libgnomeui-2.0
66 - >=gnome-base/gconf-2.0:2
67 - >=gnome-base/gnome-keyring-2.20
68 - >=x11-libs/gtksourceview-2.10:2.0 )
69 - sqlite? ( >=dev-db/sqlite-2.8:= )
70 - libnotify? ( >=x11-libs/libnotify-0.7:= )
71 - gtkspell? (
72 - app-text/gtkspell:2
73 - app-text/enchant )
74 - !gtkspell? ( app-text/aspell )
75 - kerberos? ( app-crypt/mit-krb5 )
76 - ldap? ( net-nds/openldap )
77 - networkmanager? ( >=net-misc/networkmanager-0.7 )
78 - rubrica? ( dev-libs/libxml2:2 )
79 - ssl? ( dev-libs/openssl:= )
80 - webkit? ( >=net-libs/webkit-gtk-1.5.1:2 )
81 - xface? ( >=media-libs/compface-1.5.1:= )
82 -"
83 -DEPEND="${RDEPEND}
84 - dev-util/intltool
85 - virtual/pkgconfig
86 - sys-devel/gettext
87 - >=app-text/scrollkeeper-0.1.4
88 - app-text/gnome-doc-utils
89 -"
90 -
91 -src_prepare() {
92 - # Fix documentation
93 - epatch "${FILESDIR}/${PN}-2.4.11-doc-fixes.patch"
94 - gnome2_src_prepare
95 -}
96 -
97 -src_configure() {
98 - local myconf
99 - DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*"
100 -
101 - if use crypt ; then
102 - myconf+=" --with-gpgme=gpgme-config"
103 - else
104 - myconf+=" --without-gpgme"
105 - fi
106 -
107 - if use webkit; then
108 - myconf+=" --with-html-widget=webkit"
109 - else
110 - myconf+=" --with-html-widget=no"
111 - fi
112 -
113 - gnome2_src_configure \
114 - --disable-pcre \
115 - --enable-gregex \
116 - --enable-threads \
117 - --with-gmime=2.6 \
118 - --with-unique \
119 - --with-canberra \
120 - $(use_with gnome) \
121 - $(use_with gnome gtksourceview) \
122 - $(use_with gtkspell) \
123 - $(use_with kerberos gss) \
124 - $(use_with ldap) \
125 - $(use_with libnotify) \
126 - $(use_with networkmanager nm) \
127 - $(use_with rubrica) \
128 - $(use_with sqlite) \
129 - $(use_with ssl) \
130 - $(use_with xface compface) \
131 - ${myconf}
132 -}
133
134 diff --git a/mail-client/balsa/balsa-2.5.2.ebuild b/mail-client/balsa/balsa-2.5.2.ebuild
135 deleted file mode 100644
136 index cade4ea..00000000
137 --- a/mail-client/balsa/balsa-2.5.2.ebuild
138 +++ /dev/null
139 @@ -1,102 +0,0 @@
140 -# Copyright 1999-2015 Gentoo Foundation
141 -# Distributed under the terms of the GNU General Public License v2
142 -# $Id$
143 -
144 -EAPI="5"
145 -GCONF_DEBUG="no"
146 -
147 -inherit eutils gnome2
148 -
149 -DESCRIPTION="Email client for GNOME"
150 -HOMEPAGE="http://pawsa.fedorapeople.org/balsa/"
151 -SRC_URI="http://pawsa.fedorapeople.org/${PN}/${P}.tar.bz2"
152 -
153 -LICENSE="GPL-2"
154 -SLOT="0"
155 -KEYWORDS="~alpha amd64 ~ppc ~sparc x86"
156 -
157 -IUSE="crypt gnome gtkhtml gnome-keyring +gtkspell kerberos ldap libnotify rubrica sqlite ssl webkit xface"
158 -REQUIRED_USE="gtkhtml? ( !webkit )"
159 -
160 -# TODO: esmtp can be optional, do we want it?
161 -RDEPEND="
162 - >=dev-libs/glib-2.32:2
163 - >=x11-libs/gtk+-3.4.0:3
164 - dev-libs/gmime:2.6
165 - >=net-libs/libesmtp-1.0.3:=
166 - net-mail/mailbase
167 - media-libs/libcanberra:=[gtk3]
168 - x11-themes/hicolor-icon-theme
169 - x11-themes/gnome-icon-theme
170 - crypt? ( >=app-crypt/gpgme-1.0:= )
171 - gnome? ( >=x11-libs/gtksourceview-3.2.0:3.0 )
172 - gnome-keyring? ( app-crypt/libsecret )
173 - gtkhtml? ( gnome-extra/gtkhtml:4.0 )
174 - sqlite? ( >=dev-db/sqlite-2.8:= )
175 - libnotify? ( >=x11-libs/libnotify-0.7:= )
176 - gtkspell? ( >=app-text/gtkspell-3.0.3:3 )
177 - !gtkspell? ( app-text/enchant )
178 - kerberos? ( app-crypt/mit-krb5 )
179 - ldap? ( net-nds/openldap )
180 - rubrica? ( dev-libs/libxml2:2 )
181 - ssl? ( dev-libs/openssl:= )
182 - webkit? ( net-libs/webkit-gtk:4 )
183 - xface? ( >=media-libs/compface-1.5.1:= )
184 -"
185 -DEPEND="${RDEPEND}
186 - app-text/yelp-tools
187 - dev-util/intltool
188 - virtual/pkgconfig
189 - sys-devel/gettext
190 -"
191 -
192 -src_prepare() {
193 - DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*"
194 -
195 - # https://bugzilla.gnome.org/show_bug.cgi?id=750516
196 - sed -i -e 's/@TOOLKIT_CATEGORIES@//' balsa-mailto-handler.desktop.in.in || die
197 -
198 - # https://bugzilla.gnome.org/show_bug.cgi?id=750515
199 - echo "src/balsa-print-object.c" >> po/POTFILES.in || die
200 -
201 - gnome2_src_prepare
202 -}
203 -
204 -src_configure() {
205 - local myconf
206 -
207 - if use crypt ; then
208 - myconf+=" --with-gpgme=gpgme-config"
209 - else
210 - myconf+=" --without-gpgme"
211 - fi
212 -
213 - if use webkit || use gtkhtml; then
214 - if use gtkhtml ; then
215 - myconf+=" --with-html-widget=gtkhtml4"
216 - else
217 - myconf+=" --with-html-widget=webkit2"
218 - fi
219 - else
220 - myconf+=" --with-html-widget=no"
221 - fi
222 -
223 - gnome2_src_configure \
224 - --disable-pcre \
225 - --enable-gregex \
226 - --enable-threads \
227 - --with-gmime=2.6 \
228 - --with-canberra \
229 - $(use_with gnome) \
230 - $(use_with gnome gtksourceview) \
231 - $(use_with gnome-keyring libsecret) \
232 - $(use_with gtkspell) \
233 - $(use_with kerberos gss) \
234 - $(use_with ldap) \
235 - $(use_with libnotify) \
236 - $(use_with rubrica) \
237 - $(use_with sqlite) \
238 - $(use_with ssl) \
239 - $(use_with xface compface) \
240 - ${myconf}
241 -}