diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-03-22 10:15:50 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-03-22 10:15:50 +0000 |
commit | 6433aeae933d9f8717230aae5128d31231cfc4cf (patch) | |
tree | 4eef67118503663e27f370eff677e8cc78c6b937 /net-mail/evolution | |
parent | version bump (diff) | |
download | historical-6433aeae933d9f8717230aae5128d31231cfc4cf.tar.gz historical-6433aeae933d9f8717230aae5128d31231cfc4cf.tar.bz2 historical-6433aeae933d9f8717230aae5128d31231cfc4cf.zip |
version bump
Diffstat (limited to 'net-mail/evolution')
-rw-r--r-- | net-mail/evolution/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/evolution/Manifest | 4 | ||||
-rw-r--r-- | net-mail/evolution/evolution-1.4.6.ebuild | 187 | ||||
-rw-r--r-- | net-mail/evolution/files/digest-evolution-1.4.6 | 2 |
4 files changed, 198 insertions, 2 deletions
diff --git a/net-mail/evolution/ChangeLog b/net-mail/evolution/ChangeLog index 36126a0f71b2..9ba2b5508205 100644 --- a/net-mail/evolution/ChangeLog +++ b/net-mail/evolution/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/evolution # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.91 2004/03/07 21:44:00 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.92 2004/03/22 10:15:50 liquidx Exp $ + +*evolution-1.4.6 (22 Mar 2004) + + 22 Mar 2004; Alastair Tse <liquidx@gentoo.org> evolution-1.4.6.ebuild: + version bump 07 Mar 2004; Alastair Tse <liquidx@gentoo.org> evolution-1.4.5.ebuild: reinstate gnome2_pkg_postinst diff --git a/net-mail/evolution/Manifest b/net-mail/evolution/Manifest index 23df9748765f..29ea99291b2e 100644 --- a/net-mail/evolution/Manifest +++ b/net-mail/evolution/Manifest @@ -1,8 +1,9 @@ -MD5 36a14c5bb9e741eda94a9868a4d9fc9c ChangeLog 14813 +MD5 81c09f42d102cd86501597c1209355c7 ChangeLog 14934 MD5 93de36abe29ac7efb2ce14a7d9a2055c evolution-1.2.3.ebuild 5918 MD5 50d77498b1d4cda6fe831dc8619d132e evolution-1.2.4.ebuild 6387 MD5 ab88d1bec9aa5bd6fc5b82a05ef0acf7 evolution-1.4.5.ebuild 5735 MD5 80850151bae2bd61c4ac796f83656ef6 metadata.xml 217 +MD5 9684b447393e892695d6b6685b3b57a8 evolution-1.4.6.ebuild 5564 MD5 f17beebbd2d9ff5d49f48352be1b359c files/digest-evolution-1.2.3 131 MD5 3137288dd17e357d0972dab00e4f6b6d files/digest-evolution-1.2.4 1230 MD5 49463c08f32ee1df0970196b6c4cef2b files/digest-evolution-1.4.5 132 @@ -12,3 +13,4 @@ MD5 f44bc5e363c1f976a7a72676886b9d13 files/evolution-1.1.90-subversion.patch 470 MD5 a3a0071b78894fc80b10a0ec765647f5 files/evolution-1.4.4-alpha.patch 1799 MD5 6174a41481c88eb948a8e119cf93ea94 files/evolution-1.4.5-nztimezone.patch 1852 MD5 980771bb5349699c8d8ecd6b6f035b50 files/gnome-pilot.m4 6452 +MD5 fe0cafc4040da525377526f4a1fa297f files/digest-evolution-1.4.6 132 diff --git a/net-mail/evolution/evolution-1.4.6.ebuild b/net-mail/evolution/evolution-1.4.6.ebuild new file mode 100644 index 000000000000..4522d6eb26f8 --- /dev/null +++ b/net-mail/evolution/evolution-1.4.6.ebuild @@ -0,0 +1,187 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.4.6.ebuild,v 1.1 2004/03/22 10:15:50 liquidx Exp $ + +# kde before gnome2, otherwise kde_src_install will override gnome2_src_install +use kde && inherit kde +inherit flag-o-matic virtualx gnome2 + +# problems with -O3 on gcc-3.3.1 +replace-flags -O3 -O2 + +DB3="db-3.1.17" +S="${WORKDIR}/${P}" +DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike" +SRC_URI="${SRC_URI} http://www.sleepycat.com/update/snapshot/${DB3}.tar.gz" +HOMEPAGE="http://www.ximian.com" + +IUSE="ssl mozilla ldap doc spell pda ipv6 kerberos kde crypt" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~hppa ~alpha ~amd64" + +# Top stanza are ximian deps +RDEPEND=">=gnome-extra/libgtkhtml-3.0.10 + >=gnome-extra/gal-1.99.11 + >=net-libs/libsoup-1.99.28 + >=gnome-extra/yelp-2.2 + pda? ( >=app-pda/gnome-pilot-2.0.10-r1 + >=app-pda/pilot-link-0.11.8 + >=app-pda/gnome-pilot-conduits-2.0.10-r1 ) + spell? ( >=app-text/gnome-spell-1.0.5 ) + >=gnome-base/ORBit2-2.8.2 + >=gnome-base/libbonoboui-2.0 + >=gnome-base/gnome-vfs-2.0 + >=gnome-base/libgnomeui-2.0 + >=gnome-base/libglade-2.0 + >=gnome-base/libgnome-2.0 + >=dev-libs/libxml2-2.5 + >=gnome-base/gconf-2.0 + >=gnome-base/libgnomecanvas-2.2.0.2 + >=gnome-base/libgnomeprintui-2.2 + >=gnome-base/libgnomeprint-2.2 + crypt? ( >=app-crypt/gnupg-1.2.2 ) + ssl? ( mozilla? ( || ( ( >=dev-libs/nspr-4.3 >=dev-libs/nss-3.8 ) + net-www/mozilla + ) + ) ) + ssl? ( !mozilla? ( >=dev-libs/openssl-0.9.5 ) ) + ldap? ( >=net-nds/openldap-2.0 ) + amd64? ( ) : ( kerberos? ( >=app-crypt/mit-krb5-1.2.5 ) ) + doc? ( >=app-text/scrollkeeper-0.3.10-r1 )" + +DEPEND="${RDEPEND} + >=sys-apps/sed-4 + dev-util/pkgconfig + >=sys-devel/libtool-1.4.1-r1 + >=dev-util/intltool-0.20 + sys-devel/gettext + doc? ( dev-util/gtk-doc )" + +pkg_setup() { + if [ -x ${ROOT}/usr/bin/evolution-1.3 ]; then + eerror "Please un-merge the 1.3 Development Versions of Ximian Evolution." + eerror "You can do this by doing:" + eerror "" + eerror " emerge -C \"=net-mail/evolution-1.3*\"" + eerror "" + die "unmerge evolution-1.3 before installing evolution-1.4" + fi +} + +src_unpack() { + unpack ${A} + + # Remove dependency on libdb1.so (its deprecated) + cd ${S}; sed -i -e "s/-ldb1//" configure + + # We need the omf fix, or else we get access violation + # errors related to sandbox + gnome2_omf_fix ${S}/help/C/Makefile.in + + # Patch for 64-bit ... should be retired for 1.5 which contains + # the patch upstream + #epatch ${FILESDIR}/evolution-1.4.4-alpha.patch + +} + +##### Compile evolution specific db3 for static linking ##### +src_compile_db3() { + einfo "Compiling DB3..." + cd ${WORKDIR}/${DB3}/build_unix + ../dist/configure --prefix=${WORKDIR}/db3 || die + + # Rather ugly hack to make sure pthread mutex support are not enabled ... + if [ -n "`egrep "^LIBS=[[:space:]]*-lpthread" Makefile`" ]; then + append-flags "-pthread" + fi + + make || die "db make failed" + make prefix=${WORKDIR}/db3 install || die "db install failed" + +} + +src_compile() { + elibtoolize + + if [ "${ARCH}" = "hppa" ]; then + append-flags "-fPIC -ffunction-sections" + export LDFLAGS="-ffunction-sections -Wl,--stub-group-size=25000" + fi + + # Compile evo specific version of db3 + src_compile_db3 + + einfo "Compiling Evolution..." + cd ${S} + + local myconf= + + use pda \ + && myconf="${myconf} --with-pisock=/usr --enable-pilot-conduits=yes" \ + || myconf="${myconf} --enable-pilot-conduits=no" + + use ldap \ + && myconf="${myconf} --with-openldap=yes --with-static-ldap=no" \ + || myconf="${myconf} --with-openldap=no" + + use kerberos \ + && myconf="${myconf} --with-krb5=/usr" \ + || myconf="${myconf} --without-krb5" + + use doc \ + && myconf="${myconf} --enable-gtk-doc" \ + || myconf="${myconf} --disable-gtk-doc" + + use ipv6 \ + && myconf="${myconf} --enable-ipv6=yes" \ + || myconf="${myconf} --enable-ipv6=no" + + use kde && [ -n "${KDEDIR}" ] \ + && myconf="${myconf} --with-kde-applnk-path=${KDEDIR}/share/applnk" + + # Use Mozilla NSS/NSPR libs if 'mozilla' *and* 'ssl' in USE + if [ -n "`use ssl`" -a -n "`use mozilla`" ] ; then + if has_version "dev-libs/nspr"; then + NSS_LIB=/usr/lib + NSS_INC=/usr/include + elif has_version "net-www/mozilla"; then + NSS_LIB=/usr/lib/mozilla + NSS_INC=/usr/lib/mozilla/include + else + eerror "Neither net-www/mozilla nor dev-libs/nspr found." + die "unexpected error. unable to find nss/nspr" + fi + + myconf="${myconf} --enable-nss=yes \ + --with-nspr-includes=${NSS_INC}/nspr \ + --with-nspr-libs=${NSS_LIB} \ + --with-nss-includes=${NSS_INC}/nss \ + --with-nss-libs=${NSS_LIB}" + else + myconf="${myconf} --without-nspr-libs --without-nspr-includes \ + --without-nss-libs --without-nss-includes" + fi + + # Else use OpenSSL if 'mozilla' not in USE ... + if [ -n "`use ssl`" -a -z "`use mozilla`" ] ; then + myconf="${myconf} --enable-openssl=yes" + fi + + econf --with-db3=${WORKDIR}/db3 ${myconf} || die + + # Needs to be able to connect to X display to build. + Xemake || Xmake || die "make failed" +} + +pkg_postinst() { + gnome2_pkg_postinst + einfo "To change the default browser if you are not using GNOME, do:" + einfo "gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string 'mozilla %s'" + einfo "gconftool-2 --set /desktop/gnome/url-handlers/https/command -t string 'mozilla %s'" + einfo "" + einfo "Replace 'mozilla %s' with which ever browser you use." +} + +USE_DESTDIR="1" +DOCS="AUTHORS COPYING* ChangeLog HACKING MAINTAINERS NEWS README" diff --git a/net-mail/evolution/files/digest-evolution-1.4.6 b/net-mail/evolution/files/digest-evolution-1.4.6 new file mode 100644 index 000000000000..bba598d859f0 --- /dev/null +++ b/net-mail/evolution/files/digest-evolution-1.4.6 @@ -0,0 +1,2 @@ +MD5 4138610c027177e6ffe92bdd565128a6 evolution-1.4.6.tar.bz2 13927597 +MD5 5baeb94fb934d0bf783ea42117c400be db-3.1.17.tar.gz 1954117 |