Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 290579 Details for
Bug 388169
mail-client/balsa: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed ebuild for mail-client/balsa-2.4.10
balsa-2.4.10.ebuild (text/plain), 2.74 KB, created by
Jack
on 2011-10-22 23:34:01 UTC
(
hide
)
Description:
proposed ebuild for mail-client/balsa-2.4.10
Filename:
MIME Type:
Creator:
Jack
Created:
2011-10-22 23:34:01 UTC
Size:
2.74 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/mail-client/balsa/balsa-2.4.10.ebuild,v 0.9 2011/10/22 11:02:37 ulm Exp $ > >EAPI="2" >GCONF_DEBUG="no" > >inherit eutils gnome2 > >DESCRIPTION="Email client for GNOME" >HOMEPAGE="http://pawsa.fedorapeople.org/balsa/" >SRC_URI="http://pawsa.fedorapeople.org/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="alpha amd64 ppc sparc x86" ># Doesn't currently build with -gnome >IUSE="crypt gnome gtkhtml +gtkspell kerberos ldap libnotify networkmanager rubrica sqlite ssl webkit xface" > ># TODO: esmtp can be optional ># TODO: configure.in implies balsa 2.4.10 will work with gmime 2.6 also >RDEPEND=">=dev-libs/glib-2.16:2 > >=x11-libs/gtk+-2.18:2 > dev-libs/gmime:2.4 > > dev-libs/libunique:1 > >=net-libs/libesmtp-1.0.3 > net-mail/mailbase > media-libs/libcanberra[gtk] > x11-themes/hicolor-icon-theme > x11-themes/gnome-icon-theme > crypt? ( >=app-crypt/gpgme-1.0 ) > gnome? ( > >=gnome-base/orbit-2 > >=gnome-base/libbonobo-2.0 > >=gnome-base/libgnome-2.0 > >=gnome-base/libgnomeui-2.0 > >=gnome-base/gconf-2.0:2 > >=gnome-base/gnome-keyring-2.20 > >=x11-libs/gtksourceview-2.10:2.0 ) > gtkhtml? ( >=gnome-extra/gtkhtml-3.14:3.14 ) > sqlite? ( >=dev-db/sqlite-2.8 ) > libnotify? ( x11-libs/libnotify ) > gtkspell? ( > =app-text/gtkspell-2* > app-text/enchant ) > !gtkspell? ( app-text/aspell ) > kerberos? ( app-crypt/mit-krb5 ) > ldap? ( net-nds/openldap ) > networkmanager? ( >=net-misc/networkmanager-0.7 ) > rubrica? ( dev-libs/libxml2:2 ) > ssl? ( dev-libs/openssl ) > webkit? ( >=net-libs/webkit-gtk-1.1.14:2 ) > xface? ( >=media-libs/compface-1.5.1 )" >DEPEND="${RDEPEND} > dev-util/intltool > dev-util/pkgconfig > sys-devel/gettext > >=app-text/scrollkeeper-0.1.4 > app-text/gnome-doc-utils" > >DOCS="AUTHORS ChangeLog HACKING NEWS README TODO docs/*" > >pkg_setup() { > if use crypt ; then > G2CONF="${G2CONF} --with-gpgme=gpgme-config" > else > G2CONF="${G2CONF} --without-gpgme" > fi > > if use webkit && use gtkhtml ; then > ewarn "Only one html widget can be enabled at the same time." > ewarn "Selecting gtkhtml by default." > fi > > if use webkit || use gtkhtml; then > if use gtkhtml ; then > G2CONF="${G2CONF} --with-html-widget=gtkhtml3" > else > G2CONF="${G2CONF} --with-html-widget=webkit" > fi > else > G2CONF="${G2CONF} --with-html-widget=no" > fi > > G2CONF="${G2CONF} > --disable-pcre > --enable-gregex > --enable-threads > --with-gmime=2.4 > --with-unique > --with-canberra > $(use_with gnome) > $(use_with gnome gtksourceview) > $(use_with gtkspell) > $(use_with kerberos gss) > $(use_with ldap) > $(use_with libnotify) > $(use_with networkmanager nm) > $(use_with rubrica) > $(use_with sqlite) > $(use_with ssl) > $(use_with xface compface)" >} > >src_prepare() { > gnome2_src_prepare >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 388169
: 290579