From 697251853d9248a5e9b02215c518ed7b9297ec0d Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Mon, 11 Jan 2010 21:49:00 +0000 Subject: Version bump. Bug fixes. Clean up old revisions. (Portage version: 2.2_rc61/cvs/Linux x86_64) --- gnome-extra/evolution-exchange/ChangeLog | 11 +++- .../evolution-exchange-2.24.4.ebuild | 55 -------------------- .../evolution-exchange-2.24.5.ebuild | 6 +-- .../evolution-exchange-2.28.2.ebuild | 58 ++++++++++++++++++++++ 4 files changed, 70 insertions(+), 60 deletions(-) delete mode 100644 gnome-extra/evolution-exchange/evolution-exchange-2.24.4.ebuild create mode 100644 gnome-extra/evolution-exchange/evolution-exchange-2.28.2.ebuild diff --git a/gnome-extra/evolution-exchange/ChangeLog b/gnome-extra/evolution-exchange/ChangeLog index 79f1211c0cc4..e5b2b20bc45a 100644 --- a/gnome-extra/evolution-exchange/ChangeLog +++ b/gnome-extra/evolution-exchange/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnome-extra/evolution-exchange -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.108 2009/12/03 17:19:58 ranger Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.109 2010/01/11 21:49:00 eva Exp $ + +*evolution-exchange-2.28.2 (11 Jan 2010) + + 11 Jan 2010; Gilles Dartiguelongue + -evolution-exchange-2.24.4.ebuild, evolution-exchange-2.24.5.ebuild, + +evolution-exchange-2.28.2.ebuild: + Version bump. Bug fixes. Clean up old revisions. 03 Dec 2009; Brent Baude evolution-exchange-2.26.3.ebuild: diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.24.4.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-2.24.4.ebuild deleted file mode 100644 index 48113f428f07..000000000000 --- a/gnome-extra/evolution-exchange/evolution-exchange-2.24.4.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.24.4.ebuild,v 1.7 2009/05/23 22:48:09 eva Exp $ - -EAPI="1" - -inherit eutils gnome2 - -DESCRIPTION="Evolution module for connecting to Microsoft Exchange" -HOMEPAGE="http://www.novell.com/products/desktop/features/evolution.html" -LICENSE="GPL-2" - -SLOT="2.0" -KEYWORDS="sparc" -IUSE="debug doc static" - -RDEPEND=" - >=mail-client/evolution-2.24.3 - >=dev-libs/glib-2.16.0 - >=x11-libs/gtk+-2.10 - >=gnome-base/gconf-2.0 - >=gnome-base/libbonobo-2.20.3 - >=gnome-base/libglade-2.0 - >=gnome-base/libgnomeui-2.0 - dev-libs/libxml2 - net-libs/libsoup:2.4 - >=gnome-extra/evolution-data-server-2.24.3 - >=net-nds/openldap-2.1.30-r2" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.40 - dev-util/pkgconfig - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} $(use_with debug e2k-debug)" - - if ! built_with_use gnome-extra/evolution-data-server ldap || ! built_with_use gnome-extra/evolution-data-server kerberos; then - eerror "Please re-emerge gnome-extra/evolution-data-server with" - eerror "the use flags ldap and kerberos." - die - fi - - G2CONF="${G2CONF} $(use_with static static-ldap) --with-openldap" -} - -src_unpack() { - gnome2_src_unpack - - # intltoolize because e-e won't install locales otherwise - # thanks to recent intltool, no need to eautoreconf/eautomake - intltoolize --force --copy --automake || die "intltoolize failed" -} diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.24.5.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-2.24.5.ebuild index f4b0918cabcc..e8078e5dc695 100644 --- a/gnome-extra/evolution-exchange/evolution-exchange-2.24.5.ebuild +++ b/gnome-extra/evolution-exchange/evolution-exchange-2.24.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.24.5.ebuild,v 1.5 2009/05/31 21:59:23 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.24.5.ebuild,v 1.6 2010/01/11 21:49:00 eva Exp $ EAPI="1" @@ -11,7 +11,7 @@ HOMEPAGE="http://www.novell.com/products/desktop/features/evolution.html" LICENSE="GPL-2" SLOT="2.0" -KEYWORDS="amd64 hppa ppc ~ppc64 ~sparc x86" +KEYWORDS="hppa" IUSE="debug doc static" RDEPEND=" diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.28.2.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-2.28.2.ebuild new file mode 100644 index 000000000000..1cfd3c26e871 --- /dev/null +++ b/gnome-extra/evolution-exchange/evolution-exchange-2.28.2.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-2.28.2.ebuild,v 1.1 2010/01/11 21:49:00 eva Exp $ + +EAPI="2" + +inherit autotools eutils gnome2 + +DESCRIPTION="Evolution module for connecting to Microsoft Exchange" +HOMEPAGE="http://www.novell.com/products/desktop/features/evolution.html" +LICENSE="GPL-2" + +SLOT="2.0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug doc static" + +RDEPEND=" + >=mail-client/evolution-${PV} + >=gnome-extra/evolution-data-server-${PV}[ldap,kerberos] + >=dev-libs/glib-2.16.0 + >=x11-libs/gtk+-2.10 + >=gnome-base/gconf-2.0 + >=gnome-base/libbonobo-2.20.3 + >=gnome-base/libglade-2.0 + >=gnome-base/libgnomeui-2.0 + dev-libs/libxml2 + net-libs/libsoup:2.4 + >=net-nds/openldap-2.1.30-r2" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.40 + dev-util/pkgconfig + dev-util/gtk-doc-am + doc? ( >=dev-util/gtk-doc-1 )" + +DOCS="AUTHORS ChangeLog NEWS README" + +pkg_setup() { + G2CONF="${G2CONF} + --with-openldap + --disable-static + $(use_with debug e2k-debug) + $(use_with static static-ldap)" +} + +src_prepare() { + gnome2_src_prepare + + # Fix build with --as-needed, upstream bug #597489 + epatch "${FILESDIR}/${PN}-2.28.0-as-needed.patch" + + # FIXME: Fix compilation flags crazyness + sed 's/CFLAGS="$CFLAGS $WARNING_FLAGS"//' \ + -i configure.ac configure || die "sed 1 failed" + + intltoolize --force --copy --automake || die "intltoolize failed" + eautoreconf +} -- cgit v1.2.3-65-gdbad