* [gentoo-commits] gentoo-x86 commit in mail-client/evolution: ChangeLog evolution-2.30.2.ebuild evolution-2.30.1.2-r1.ebuild
@ 2010-06-23 14:05 Pacho Ramos (pacho)
0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-06-23 14:05 UTC (permalink / raw
To: gentoo-commits
pacho 10/06/23 14:05:13
Modified: ChangeLog
Added: evolution-2.30.2.ebuild
Removed: evolution-2.30.1.2-r1.ebuild
Log:
Version bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.295 mail-client/evolution/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/ChangeLog?rev=1.295&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/ChangeLog?rev=1.295&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/ChangeLog?r1=1.294&r2=1.295
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -r1.294 -r1.295
--- ChangeLog 14 Jun 2010 00:46:16 -0000 1.294
+++ ChangeLog 23 Jun 2010 14:05:13 -0000 1.295
@@ -1,6 +1,15 @@
# ChangeLog for mail-client/evolution
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.294 2010/06/14 00:46:16 chainsaw Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.295 2010/06/23 14:05:13 pacho Exp $
+
+*evolution-2.30.2 (23 Jun 2010)
+
+ 23 Jun 2010; Pacho Ramos <pacho@gentoo.org> -evolution-2.30.1.2-r1.ebuild,
+ +evolution-2.30.2.ebuild, +files/evolution-2.30.2-call-function.patch,
+ +files/evolution-2.30.2-drag-message.patch,
+ +files/evolution-2.30.2-proper-faq.patch:
+ Version bump with updated translations and fixes, remove old. Drop pst
+ references in RDEPEND, thanks to Michael Sterrett for reporting.
14 Jun 2010; <chainsaw@gentoo.org>
files/evolution-2.30.1.2-configure.patch:
1.1 mail-client/evolution/evolution-2.30.2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/evolution-2.30.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/evolution-2.30.2.ebuild?rev=1.1&content-type=text/plain
Index: evolution-2.30.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.30.2.ebuild,v 1.1 2010/06/23 14:05:13 pacho Exp $
EAPI="2"
GCONF_DEBUG="no"
inherit autotools gnome2 flag-o-matic python
DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
HOMEPAGE="http://www.gnome.org/projects/evolution/"
LICENSE="GPL-2 LGPL-2 OPENLDAP"
SLOT="2.0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="crypt kerberos ldap networkmanager pda profile python ssl
gstreamer +sound"
# pst
# mono - disabled because it just crashes on startup :S
# Pango dependency required to avoid font rendering problems
# We need a graphical pinentry frontend to be able to ask for the GPG
# password from inside evolution, bug 160302
RDEPEND=">=dev-libs/glib-2.22
>=x11-libs/gtk+-2.18
>=gnome-extra/evolution-data-server-2.30.1
>=gnome-base/gnome-desktop-2.26.0
>=gnome-extra/gtkhtml-3.29.6
>=gnome-base/gconf-2
>=gnome-base/libgnomecanvas-2
dev-libs/atk
>=dev-libs/dbus-glib-0.74
>=dev-libs/libunique-1
>=dev-libs/libxml2-2.7.3
>=dev-libs/libgweather-2.25.3
>=net-libs/libsoup-2.4
>=media-gfx/gtkimageview-1.6
x11-libs/libnotify
>=x11-misc/shared-mime-info-0.22
>=x11-themes/gnome-icon-theme-2.20
crypt? ( || (
( >=app-crypt/gnupg-2.0.1-r2
|| ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt3] ) )
=app-crypt/gnupg-1.4* ) )
gstreamer? (
>=media-libs/gstreamer-0.10
>=media-libs/gst-plugins-base-0.10 )
kerberos? ( virtual/krb5 )
ldap? ( >=net-nds/openldap-2 )
networkmanager? ( >=net-misc/networkmanager-0.7 )
pda? (
>=app-pda/gnome-pilot-2.0.16
>=app-pda/gnome-pilot-conduits-2 )
python? ( >=dev-lang/python-2.4 )
sound? ( media-libs/libcanberra )
ssl? (
>=dev-libs/nspr-4.6.1
>=dev-libs/nss-3.11 )"
# champlain, geoclue, clutter, gtkimageview
# mono? ( >=dev-lang/mono-1 )
DEPEND="${RDEPEND}
>=dev-util/pkgconfig-0.16
>=dev-util/intltool-0.35.5
sys-devel/gettext
sys-devel/bison
app-text/scrollkeeper
>=gnome-base/gnome-common-2.12.0
>=app-text/gnome-doc-utils-0.9.1"
DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README"
ELTCONF="--reverse-deps"
pkg_setup() {
G2CONF="${G2CONF}
--without-kde-applnk-path
--enable-plugins=experimental
--enable-image-inline
--enable-weather
$(use_enable ssl nss)
$(use_enable ssl smime)
$(use_enable networkmanager nm)
$(use_enable gstreamer audio-inline)
$(use_enable sound canberra)
--disable-pst-import
$(use_enable pda pilot-conduits)
$(use_enable profile profiling)
$(use_enable python)
$(use_with ldap openldap)
$(use_with kerberos krb5 /usr)
--disable-contacts-map"
# $(use_enable mono)
# dang - I've changed this to do --enable-plugins=experimental. This will
# autodetect new-mail-notify and exchange, but that cannot be helped for the
# moment. They should be changed to depend on a --enable-<foo> like mono
# is. This cleans up a ton of crap from this ebuild.
}
src_prepare() {
gnome2_src_prepare
# FIXME: Fix compilation flags crazyness
sed 's/CFLAGS="$CFLAGS $WARNING_FLAGS"//' \
-i configure.ac configure || die "sed 1 failed"
# Do not require unstable libunique
epatch "${FILESDIR}/${PN}-2.30.1.2-configure.patch"
# bgo#619347: Contact List Editor calls wrong EDestination function
epatch "${FILESDIR}/${P}-call-function.patch"
# bgo#622329: Help menu points to the wrong FAQ page
epatch "${FILESDIR}/${P}-proper-faq.patch"
# bgo#621819: Can't drag message attachments to folders
epatch "${FILESDIR}/${P}-drag-message.patch"
intltoolize --force --copy --automake || die "intltoolize failed"
eautoreconf
# Use NSS/NSPR only if 'ssl' is enabled.
if use ssl ; then
sed -i -e "s|mozilla-nss|nss|
s|mozilla-nspr|nspr|" "${S}"/configure || die "sed 1 failed"
G2CONF="${G2CONF} --enable-nss=yes"
else
G2CONF="${G2CONF} --without-nspr-libs --without-nspr-includes \
--without-nss-libs --without-nss-includes"
fi
}
pkg_postinst() {
gnome2_pkg_postinst
elog "To change the default browser if you are not using GNOME, do:"
elog "gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string 'mozilla %s'"
elog "gconftool-2 --set /desktop/gnome/url-handlers/https/command -t string 'mozilla %s'"
elog ""
elog "Replace 'mozilla %s' with which ever browser you use."
elog ""
elog "Junk filters are now a run-time choice. You will get a choice of"
elog "bogofilter or spamassassin based on which you have installed"
elog ""
elog "You have to install one of these for the spam filtering to actually work"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-06-23 14:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-23 14:05 [gentoo-commits] gentoo-x86 commit in mail-client/evolution: ChangeLog evolution-2.30.2.ebuild evolution-2.30.1.2-r1.ebuild Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox