From acdeb4517f17c69d19ebe194fef1cb53fc531184 Mon Sep 17 00:00:00 2001 From: "John N. Laliberte" Date: Sun, 11 Sep 2005 03:25:13 +0000 Subject: 2.12 release vbump (Portage version: 2.0.51.22-r2) --- gnome-extra/evolution-exchange/ChangeLog | 10 ++++- gnome-extra/evolution-exchange/Manifest | 8 ++-- .../evolution-exchange-2.3.8.ebuild | 52 ---------------------- .../evolution-exchange-2.4.0.ebuild | 52 ++++++++++++++++++++++ .../files/digest-evolution-exchange-2.3.8 | 1 - .../files/digest-evolution-exchange-2.4.0 | 1 + .../files/evolution-exchange-2.3.8-kerb.patch | 12 ----- .../files/evolution-exchange-2.4.0-kerb.patch | 12 +++++ 8 files changed, 78 insertions(+), 70 deletions(-) delete mode 100644 gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild create mode 100644 gnome-extra/evolution-exchange/evolution-exchange-2.4.0.ebuild delete mode 100644 gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.3.8 create mode 100644 gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.4.0 delete mode 100644 gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch create mode 100644 gnome-extra/evolution-exchange/files/evolution-exchange-2.4.0-kerb.patch (limited to 'gnome-extra/evolution-exchange') diff --git a/gnome-extra/evolution-exchange/ChangeLog b/gnome-extra/evolution-exchange/ChangeLog index 23a53e92141b..ca93e4c8afaf 100644 --- a/gnome-extra/evolution-exchange/ChangeLog +++ b/gnome-extra/evolution-exchange/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for gnome-extra/evolution-exchange # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.3 2005/09/04 00:16:24 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/ChangeLog,v 1.4 2005/09/11 03:25:13 allanonjl Exp $ + +*evolution-exchange-2.4.0 (11 Sep 2005) + + 11 Sep 2005; John N. Laliberte + -files/evolution-exchange-2.3.8-kerb.patch, + +files/evolution-exchange-2.4.0-kerb.patch, + -evolution-exchange-2.3.8.ebuild, +evolution-exchange-2.4.0.ebuild: + 2.12 release vbump 04 Sep 2005; John N. Laliberte evolution-exchange-2.3.8.ebuild: diff --git a/gnome-extra/evolution-exchange/Manifest b/gnome-extra/evolution-exchange/Manifest index 271e72ddb543..ee8fe5c799f3 100644 --- a/gnome-extra/evolution-exchange/Manifest +++ b/gnome-extra/evolution-exchange/Manifest @@ -1,5 +1,5 @@ -MD5 881eecd62b930e74570833871660f84e evolution-exchange-2.3.8.ebuild 1341 -MD5 443130a2b0e0d1205dab2440cb587a9f ChangeLog 704 +MD5 881eecd62b930e74570833871660f84e evolution-exchange-2.4.0.ebuild 1341 +MD5 8beff1ec218bb2143845b73e5880b335 ChangeLog 985 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 -MD5 8e9cb8386aac62d3a0124200f562db09 files/evolution-exchange-2.3.8-kerb.patch 576 -MD5 1c6bc7cce88b35d9ccd2759dc0d6500a files/digest-evolution-exchange-2.3.8 78 +MD5 8e9cb8386aac62d3a0124200f562db09 files/evolution-exchange-2.4.0-kerb.patch 576 +MD5 bea063cbc12ca1face9c7262a6a8ada9 files/digest-evolution-exchange-2.4.0 78 diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild deleted file mode 100644 index 8c5a592e728a..000000000000 --- a/gnome-extra/evolution-exchange/evolution-exchange-2.3.8.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2005 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.3.8.ebuild,v 1.2 2005/09/04 00:16:24 allanonjl Exp $ - -inherit gnome2 eutils - -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="~amd64 ~ppc ~sparc ~x86" -IUSE="debug doc" - -RDEPEND=">=mail-client/evolution-2.3 - >=gnome-extra/evolution-data-server-1.2 - >=net-libs/libsoup-2.2 - >=gnome-base/libglade-2.0 - >=gnome-base/libgnomeui-2.0 - >=gnome-base/libbonobo-2.0 - dev-libs/libxml2 - >=gnome-base/gconf-2.0 - >=net-nds/openldap-2.1.30-r2 - virtual/krb5" - -DEPEND="${RDEPEND} - >=dev-util/intltool-0.29 - dev-util/pkgconfig - doc? ( >=dev-util/gtk-doc-1 )" - -MAKEOPTS="${MAKEOPTS} -j1" -USE_DESTDIR="1" - -pkg_setup() { - G2CONF="${G2CONF} $(use_with debug e2k-debug) --with-krb5=/usr" - - 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 -} - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/${PF}-kerb.patch - - automake - autoconf -} diff --git a/gnome-extra/evolution-exchange/evolution-exchange-2.4.0.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-2.4.0.ebuild new file mode 100644 index 000000000000..e91dd8777590 --- /dev/null +++ b/gnome-extra/evolution-exchange/evolution-exchange-2.4.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2005 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.4.0.ebuild,v 1.1 2005/09/11 03:25:13 allanonjl Exp $ + +inherit gnome2 eutils + +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="~amd64 ~ppc ~sparc ~x86" +IUSE="debug doc" + +RDEPEND=">=mail-client/evolution-2.3 + >=gnome-extra/evolution-data-server-1.2 + >=net-libs/libsoup-2.2 + >=gnome-base/libglade-2.0 + >=gnome-base/libgnomeui-2.0 + >=gnome-base/libbonobo-2.0 + dev-libs/libxml2 + >=gnome-base/gconf-2.0 + >=net-nds/openldap-2.1.30-r2 + virtual/krb5" + +DEPEND="${RDEPEND} + >=dev-util/intltool-0.29 + dev-util/pkgconfig + doc? ( >=dev-util/gtk-doc-1 )" + +MAKEOPTS="${MAKEOPTS} -j1" +USE_DESTDIR="1" + +pkg_setup() { + G2CONF="${G2CONF} $(use_with debug e2k-debug) --with-krb5=/usr" + + 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 +} + +src_unpack() { + unpack ${A} + cd ${S} + + epatch ${FILESDIR}/${PF}-kerb.patch + + automake + autoconf +} diff --git a/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.3.8 b/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.3.8 deleted file mode 100644 index ee96255f248f..000000000000 --- a/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.3.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 209db86eb78118440b7db06721b0fe7a evolution-exchange-2.3.8.tar.bz2 1090986 diff --git a/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.4.0 b/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.4.0 new file mode 100644 index 000000000000..5d8e5976a403 --- /dev/null +++ b/gnome-extra/evolution-exchange/files/digest-evolution-exchange-2.4.0 @@ -0,0 +1 @@ +MD5 0120610242240a563ef164a668a14b19 evolution-exchange-2.4.0.tar.bz2 1108584 diff --git a/gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch b/gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch deleted file mode 100644 index 8c3444986ae9..000000000000 --- a/gnome-extra/evolution-exchange/files/evolution-exchange-2.3.8-kerb.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- evolution-exchange-2.3.7/configure.in 2005-08-07 23:34:32.000000000 -0400 -+++ evolution-exchange-2.3.7.new/configure.in 2005-08-22 18:26:49.000000000 -0400 -@@ -211,7 +211,8 @@ - LDFLAGS="$LDFLAGS -L$with_krb5_libs $mitlibs" - AC_TRY_LINK_FUNC(krb5_init_context, ac_cv_lib_kerberos5="$mitlibs", - [ -- LDFLAGS="$LDFLAGS_save -L$with_krb5_libs $heimlibs" -+ #LDFLAGS="$LDFLAGS_save -L$with_krb5_libs $heimlibs" -+ LDFLAGS="`krb5-config --libs`" - AC_TRY_LINK_FUNC(krb5_init_context, ac_cv_lib_kerberos5="$heimlibs", ac_cv_lib_kerberos5="no") - ]) - LDFLAGS="$LDFLAGS_save" diff --git a/gnome-extra/evolution-exchange/files/evolution-exchange-2.4.0-kerb.patch b/gnome-extra/evolution-exchange/files/evolution-exchange-2.4.0-kerb.patch new file mode 100644 index 000000000000..8c3444986ae9 --- /dev/null +++ b/gnome-extra/evolution-exchange/files/evolution-exchange-2.4.0-kerb.patch @@ -0,0 +1,12 @@ +--- evolution-exchange-2.3.7/configure.in 2005-08-07 23:34:32.000000000 -0400 ++++ evolution-exchange-2.3.7.new/configure.in 2005-08-22 18:26:49.000000000 -0400 +@@ -211,7 +211,8 @@ + LDFLAGS="$LDFLAGS -L$with_krb5_libs $mitlibs" + AC_TRY_LINK_FUNC(krb5_init_context, ac_cv_lib_kerberos5="$mitlibs", + [ +- LDFLAGS="$LDFLAGS_save -L$with_krb5_libs $heimlibs" ++ #LDFLAGS="$LDFLAGS_save -L$with_krb5_libs $heimlibs" ++ LDFLAGS="`krb5-config --libs`" + AC_TRY_LINK_FUNC(krb5_init_context, ac_cv_lib_kerberos5="$heimlibs", ac_cv_lib_kerberos5="no") + ]) + LDFLAGS="$LDFLAGS_save" -- cgit v1.2.3-65-gdbad