diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-12-06 12:41:51 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-12-06 12:41:51 +0000 |
commit | 6bf25dd7181e27e4dbbcf4c778cfc881d7caaf39 (patch) | |
tree | fa9a2d48b72db6ecf25eb843c910dd672b4a376d | |
parent | updated, fix for UTF8 stuff (diff) | |
download | gentoo-2-6bf25dd7181e27e4dbbcf4c778cfc881d7caaf39.tar.gz gentoo-2-6bf25dd7181e27e4dbbcf4c778cfc881d7caaf39.tar.bz2 gentoo-2-6bf25dd7181e27e4dbbcf4c778cfc881d7caaf39.zip |
fixed palm support, available in -r1
-rw-r--r-- | net-mail/evolution/evolution-1.0-r1.ebuild (renamed from net-mail/evolution/evolution-0.99.2.ebuild) | 26 | ||||
-rw-r--r-- | net-mail/evolution/files/digest-evolution-0.99.2 | 2 | ||||
-rw-r--r-- | net-mail/evolution/files/digest-evolution-1.0-r1 | 2 |
3 files changed, 15 insertions, 15 deletions
diff --git a/net-mail/evolution/evolution-0.99.2.ebuild b/net-mail/evolution/evolution-1.0-r1.ebuild index 478cc39836ad..177e2e3c01a6 100644 --- a/net-mail/evolution/evolution-0.99.2.ebuild +++ b/net-mail/evolution/evolution-1.0-r1.ebuild @@ -1,26 +1,27 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Mikael Hallendal <hallski@gentoo.org>, Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.99.2.ebuild,v 1.1 2001/11/21 20:29:02 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.0-r1.ebuild,v 1.1 2001/12/06 12:41:51 hallski Exp $ DB3=db-3.1.17 S=${WORKDIR}/${P} DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.bz2 - http://people.codefactory.se/~micke/${PN}/${P}.tar.bz2 +SRC_URI="ftp://ftp.ximian.com/pub/source/${PN}/${P}.tar.gz + ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${P}.tar.gz + http://people.codefactory.se/~micke/${PN}/${P}.tar.gz http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz" HOMEPAGE="http://www.ximian.com" DEPEND=">=gnome-extra/bonobo-conf-0.14 - >=gnome-base/bonobo-1.0.17 + >=gnome-base/bonobo-1.0.15 >=gnome-extra/gal-0.18.1 - >=gnome-base/gconf-1.0.7-r2 - >=gnome-extra/gtkhtml-0.16.1 - >=gnome-base/oaf-0.6.7 - >=gnome-base/ORBit-0.5.12-r1 + >=gnome-base/gconf-1.0.7 + >=gnome-extra/gtkhtml-1.0.0 + >=gnome-base/oaf-0.6.6-r1 + >=gnome-base/ORBit-0.5.10-r1 >=gnome-base/libglade-0.17-r1 >=media-libs/gdk-pixbuf-0.11.0-r1 - >=dev-libs/libxml-1.8.16 + >=dev-libs/libxml-1.8.15 >=gnome-base/gnome-vfs-1.0.2-r1 >=gnome-base/gnome-print-0.30 >=app-text/scrollkeeper-0.2 @@ -28,7 +29,7 @@ DEPEND=">=gnome-extra/bonobo-conf-0.14 ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) mozilla? ( >=net-www/mozilla-0.9.5-r1 ) - pda? ( >=gnome-extra/gnome-pilot-0.1.61-r1 )" + pda? ( >=gnome-extra/gnome-pilot-0.1.61-r2 )" src_compile() { cd ${WORKDIR}/${DB3}/build_unix @@ -58,13 +59,12 @@ src_compile() { --with-nspr-libs=${MOZILLA}" fi -# CFLAGS="-I${WORKDIR}/db3/include ${CFLAGS} \ -# `gnome-config --cflags bonobo`" - + CFLAGS="${CFLAGS} -I/usr/include/libpisock" ./configure --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var/lib \ + --enable-file-locking=no \ --with-db3=${WORKDIR}/db3 \ $myconf || die diff --git a/net-mail/evolution/files/digest-evolution-0.99.2 b/net-mail/evolution/files/digest-evolution-0.99.2 deleted file mode 100644 index 8b9b0873ef32..000000000000 --- a/net-mail/evolution/files/digest-evolution-0.99.2 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 5baeb94fb934d0bf783ea42117c400be db-3.1.17.tar.gz 1957888 -MD5 52c172e2fd3cfd62f7888f4425ca445a evolution-0.99.2.tar.bz2 7475200 diff --git a/net-mail/evolution/files/digest-evolution-1.0-r1 b/net-mail/evolution/files/digest-evolution-1.0-r1 new file mode 100644 index 000000000000..fb41397543d6 --- /dev/null +++ b/net-mail/evolution/files/digest-evolution-1.0-r1 @@ -0,0 +1,2 @@ +MD5 5baeb94fb934d0bf783ea42117c400be db-3.1.17.tar.gz 1961984 +MD5 89546c8d15c2aca6ca41caa5b5f14a44 evolution-1.0.tar.gz 10260480 |