diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-07 00:09:25 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-07 00:09:25 +0000 |
commit | 4edb8586866ca2ce2e1f3aa9f5984605777be7a5 (patch) | |
tree | 7720b54ace730747577a79ca28a8fe837a4d57ed | |
parent | updated (diff) | |
download | historical-4edb8586866ca2ce2e1f3aa9f5984605777be7a5.tar.gz historical-4edb8586866ca2ce2e1f3aa9f5984605777be7a5.tar.bz2 historical-4edb8586866ca2ce2e1f3aa9f5984605777be7a5.zip |
moved to the new location
-rw-r--r-- | net-mail/evolution/evolution-0.12.ebuild | 60 | ||||
-rw-r--r-- | net-mail/evolution/evolution-0.13.ebuild | 63 | ||||
-rw-r--r-- | net-mail/evolution/evolution-0.14.ebuild | 66 | ||||
-rw-r--r-- | net-mail/evolution/evolution-0.15-r2.ebuild (renamed from net-mail/evolution/evolution-0.15-r1.ebuild) | 30 | ||||
-rw-r--r-- | net-mail/evolution/evolution-0.15.ebuild | 76 | ||||
-rw-r--r-- | net-mail/evolution/files/digest-evolution-0.12 | 2 | ||||
-rw-r--r-- | net-mail/evolution/files/digest-evolution-0.13 | 2 | ||||
-rw-r--r-- | net-mail/evolution/files/digest-evolution-0.14 | 2 | ||||
-rw-r--r-- | net-mail/evolution/files/digest-evolution-0.15-r1 | 2 | ||||
-rw-r--r-- | net-mail/evolution/files/digest-evolution-0.15-r2 (renamed from net-mail/evolution/files/digest-evolution-0.15) | 0 |
10 files changed, 16 insertions, 287 deletions
diff --git a/net-mail/evolution/evolution-0.12.ebuild b/net-mail/evolution/evolution-0.12.ebuild deleted file mode 100644 index 3726345d19a4..000000000000 --- a/net-mail/evolution/evolution-0.12.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# 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> -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.12.ebuild,v 1.5 2001/08/21 22:10:23 hallski Exp $ - -DB3=db-3.1.17 -A="${P}.tar.gz ${DB3}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike" -SRC_URI="ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} - http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz" -HOMEPAGE="http://www.ximian.com" - -DEPEND=">=gnome-base/gal-0.10 - >=gnome-base/gtkhtml-0.11.1-r1 - >=gnome-libs/bonobo-conf-0.10 - >=gnome-base/bonobo-1.0.7 - >=gnome-base/oaf-0.6.5 - >=gnome-base/ORBit-0.5.8 - >=gnome-base/libglade-0.14 - >=media-libs/gdk-pixbuf-0.9.0 - >=gnome-base/libxml-1.8.10 - >=gnome-base/gnome-vfs-1.0 - >=gnome-base/gnome-print-0.25 - >=dev-util/xml-i18n-tools-0.8.4 - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap )" - -src_compile() { - - cd ${WORKDIR}/${DB3}/build_unix - try ../dist/configure --prefix=${WORKDIR}/db3 - try make # make -j 4 doesn't work, use make - try make prefix=${WORKDIR}/db3 install - - cd ${S} - - local myconf - - if [ "`use ssl`" ] ; then - myconf="$myconf --enable-ssl" - else - myconf="$myconf --disable-ssl" - fi - - try ./configure --prefix=/opt/gnome --host=${CHOST} \ - --sysconfdir=/etc/opt/gnome --enable-file-locking=no \ - --with-db3=${WORKDIR}/db3 --enable-nntp $myconf - - make || die # emake didn't work. -} - -src_install () { - - try make DESTDIR=${D} install - dodoc AUTHORS COPYING ChangeLog HACKING MAINTAINERS - dodoc NEWS README -} - - diff --git a/net-mail/evolution/evolution-0.13.ebuild b/net-mail/evolution/evolution-0.13.ebuild deleted file mode 100644 index 26f7a4fb0833..000000000000 --- a/net-mail/evolution/evolution-0.13.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# 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> -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.13.ebuild,v 1.4 2001/09/24 10:07:20 hallski Exp $ - -DB3=db-3.1.17 -A="${P}.tar.gz ${DB3}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike" -SRC_URI="ftp://ftp.ximian.com/pub/source/${PN}/${A} - ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} - http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz" -HOMEPAGE="http://www.ximian.com" - -DEPEND=">=gnome-base/gal-0.11.2 - >=gnome-base/gconf-1.0.4 - >=gnome-base/gtkhtml-0.12 - >=gnome-libs/bonobo-conf-0.11 - >=gnome-base/bonobo-1.0.8 - >=gnome-base/oaf-0.6.6 - >=gnome-base/ORBit-0.5.8 - >=gnome-base/libglade-0.14 - >=media-libs/gdk-pixbuf-0.9.0 - >=gnome-base/libxml-1.8.15 - >=gnome-base/gnome-vfs-1.0 - >=gnome-base/gnome-print-0.25 - >=gnome-base/scrollkeeper-0.2 - >=dev-util/xml-i18n-tools-0.8.4 - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap )" - -src_compile() { - - cd ${WORKDIR}/${DB3}/build_unix - try ../dist/configure --prefix=${WORKDIR}/db3 - try make # make -j 4 doesn't work, use make - try make prefix=${WORKDIR}/db3 install - - cd ${S} - - local myconf - - if [ "`use ssl`" ] ; then - myconf="$myconf --enable-ssl" - else - myconf="$myconf --disable-ssl" - fi - - try ./configure --prefix=/opt/gnome --host=${CHOST} \ - --sysconfdir=/etc/opt/gnome --enable-file-locking=no \ - --with-db3=${WORKDIR}/db3 --without-movemail --enable-nntp $myconf - - make || die # emake didn't work. -} - -src_install () { - - try make DESTDIR=${D} install - dodoc AUTHORS COPYING ChangeLog HACKING MAINTAINERS - dodoc NEWS README -} - - diff --git a/net-mail/evolution/evolution-0.14.ebuild b/net-mail/evolution/evolution-0.14.ebuild deleted file mode 100644 index 154325f7f4f1..000000000000 --- a/net-mail/evolution/evolution-0.14.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# 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.14.ebuild,v 1.1 2001/09/26 23:46:39 azarah Exp $ - -DB3=db-3.1.17 -A="${P}.tar.gz ${DB3}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike" -SRC_URI="ftp://ftp.ximian.com/pub/source/${PN}/${A} - ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} - http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz" -HOMEPAGE="http://www.ximian.com" - -# Fixed bonobo-conf, gal, gtkhtml order as specified in Evolution README -# (really needed?) -DEPEND=">=gnome-libs/bonobo-conf-0.11 - >=gnome-base/bonobo-1.0.8 - >=gnome-base/gal-0.12 - >=gnome-base/gconf-1.0.4 - >=gnome-base/gtkhtml-0.13 - >=gnome-base/oaf-0.6.6 - >=gnome-base/ORBit-0.5.8 - >=gnome-base/libglade-0.14 - >=media-libs/gdk-pixbuf-0.9.0 - >=gnome-base/libxml-1.8.15 - >=gnome-base/gnome-vfs-1.0 - >=gnome-base/gnome-print-0.25 - >=gnome-base/scrollkeeper-0.2 - >=dev-util/xml-i18n-tools-0.8.4 - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - mozilla? ( net-www/mozilla )" - -src_compile() { - - cd ${WORKDIR}/${DB3}/build_unix - ../dist/configure --prefix=${WORKDIR}/db3 || die - make || die # make -j 4 doesn't work, use make - make prefix=${WORKDIR}/db3 install || die - - cd ${S} - - local myconf - MOZILLA=$MOZILLA_FIVE_HOME - use ssl && myconf="$myconf --enable-ssl" - use ssl || myconf="$myconf --disable-ssl" - use mozilla && myconf="$myconf --with-nspr-includes=${MOZILLA}/include/nspr" \ - && myconf="$myconf --with-nss-includes=${MOZILLA}/include" \ - && myconf="$myconf --with-nspr-libs=${MOZILLA}" - - ./configure --prefix=/opt/gnome --host=${CHOST} \ - --sysconfdir=/etc/opt/gnome --enable-file-locking=no \ - --with-db3=${WORKDIR}/db3 --without-movemail --enable-nntp $myconf || die - - make || die # emake didn't work. -} - -src_install () { - - make DESTDIR=${D} install || die - dodoc AUTHORS COPYING ChangeLog HACKING MAINTAINERS - dodoc NEWS README -} - - diff --git a/net-mail/evolution/evolution-0.15-r1.ebuild b/net-mail/evolution/evolution-0.15-r2.ebuild index 1690cbcc5f65..a0bde1cd3e04 100644 --- a/net-mail/evolution/evolution-0.15-r1.ebuild +++ b/net-mail/evolution/evolution-0.15-r2.ebuild @@ -1,7 +1,7 @@ # 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.15-r1.ebuild,v 1.3 2001/10/06 16:10:21 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.15-r2.ebuild,v 1.1 2001/10/07 00:09:25 hallski Exp $ DB3=db-3.1.17 A="${P}.tar.gz ${DB3}.tar.gz" @@ -12,13 +12,11 @@ SRC_URI="ftp://ftp.ximian.com/pub/source/${PN}/${A} http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz" HOMEPAGE="http://www.ximian.com" -# Fixed bonobo-conf, gal, gtkhtml order as specified in Evolution README -# (really needed?) -DEPEND=">=gnome-libs/bonobo-conf-0.11 +DEPEND=">=gnome-extra/bonobo-conf-0.12 >=gnome-base/bonobo-1.0.9-r1 - >=gnome-base/gal-0.13-r1 - >=gnome-extra/gconf-1.0.4-r1 - >=gnome-base/gtkhtml-0.14-r1 + >=gnome-extra/gal-0.13-r1 + >=gnome-base/gconf-1.0.4-r1 + >=gnome-extra/gtkhtml-0.14.0-r1 >=gnome-base/oaf-0.6.6-r1 >=gnome-base/ORBit-0.5.10-r1 >=gnome-base/libglade-0.17-r1 @@ -31,7 +29,7 @@ DEPEND=">=gnome-libs/bonobo-conf-0.11 ssl? ( dev-libs/openssl ) ldap? ( net-nds/openldap ) mozilla? ( >=net-www/mozilla-0.9.4-r2 ) - pda? ( >=gnome-apps/gnome-pilot-0.1.61 )" + pda? ( >=gnome-extra/gnome-pilot-0.1.61-r1 )" src_compile() { cd ${WORKDIR}/${DB3}/build_unix @@ -61,12 +59,16 @@ src_compile() { --with-nspr-libs=${MOZILLA}" fi - ./configure --prefix=/opt/gnome --host=${CHOST} \ - --sysconfdir=/etc/opt/gnome \ - --enable-file-locking=no \ - --with-db3=${WORKDIR}/db3 \ - --without-movemail \ - --enable-nntp $myconf || die + CFLAGS="-I${WORKDIR}/db3/include ${CFLAGS} \ + `gnome-config --cflags bonobo`" + + ./configure --host=${CHOST} \ + --prefix=/usr \ + --sysconfdir=/etc \ + --enable-file-locking=no \ + --with-db3=${WORKDIR}/db3 \ + --without-movemail \ + $myconf || die make || die # emake didn't work. } diff --git a/net-mail/evolution/evolution-0.15.ebuild b/net-mail/evolution/evolution-0.15.ebuild deleted file mode 100644 index 53d9cbf31296..000000000000 --- a/net-mail/evolution/evolution-0.15.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# 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.15.ebuild,v 1.1 2001/10/04 20:37:09 hallski Exp $ - -DB3=db-3.1.17 -A="${P}.tar.gz ${DB3}.tar.gz" -S=${WORKDIR}/${P} -DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike" -SRC_URI="ftp://ftp.ximian.com/pub/source/${PN}/${A} - ftp://ftp.gnome.org/pub/GNOME/unstable/sources/${PN}/${A} - http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz" -HOMEPAGE="http://www.ximian.com" - -# Fixed bonobo-conf, gal, gtkhtml order as specified in Evolution README -# (really needed?) -DEPEND=">=gnome-libs/bonobo-conf-0.11 - >=gnome-base/bonobo-1.0.8 - >=gnome-base/gal-0.13 - >=gnome-base/gconf-1.0.4 - >=gnome-base/gtkhtml-0.14 - >=gnome-base/oaf-0.6.6 - >=gnome-base/ORBit-0.5.8 - >=gnome-base/libglade-0.14 - >=media-libs/gdk-pixbuf-0.9.0 - >=gnome-base/libxml-1.8.15 - >=gnome-base/gnome-vfs-1.0 - >=gnome-base/gnome-print-0.25 - >=gnome-base/scrollkeeper-0.2 - >=dev-util/xml-i18n-tools-0.8.4 - ssl? ( dev-libs/openssl ) - ldap? ( net-nds/openldap ) - mozilla? ( net-www/mozilla )" - -src_compile() { - cd ${WORKDIR}/${DB3}/build_unix - ../dist/configure --prefix=${WORKDIR}/db3 || die - make || die # make -j 4 doesn't work, use make - make prefix=${WORKDIR}/db3 install || die - - cd ${S} - - local myconf - - MOZILLA=$MOZILLA_FIVE_HOME - - if [ "`use ssl`" ] ; then - myconf="$myconf --enable-ssl" - else - myconf="$myconf --disable-ssl" - fi - - if [ "`use mozilla`" ] ; then - myconf="$myconf --with-nspr-includes=${MOZILLA}/include/nspr \ - --with-nss-includes=${MOZILLA}/include \ - --with-nspr-libs=${MOZILLA}" - fi - - ./configure --prefix=/opt/gnome --host=${CHOST} \ - --sysconfdir=/etc/opt/gnome \ - --enable-file-locking=no \ - --with-db3=${WORKDIR}/db3 \ - --without-movemail \ - --enable-nntp $myconf || die - - make || die # emake didn't work. -} - -src_install () { - make DESTDIR=${D} install || die - - dodoc AUTHORS COPYING ChangeLog HACKING MAINTAINERS - dodoc NEWS README -} - - diff --git a/net-mail/evolution/files/digest-evolution-0.12 b/net-mail/evolution/files/digest-evolution-0.12 deleted file mode 100644 index 1e1a4e678019..000000000000 --- a/net-mail/evolution/files/digest-evolution-0.12 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c5224f6dfa1154b3cce7c31d35c7a48f evolution-0.12.tar.gz -MD5 5baeb94fb934d0bf783ea42117c400be db-3.1.17.tar.gz diff --git a/net-mail/evolution/files/digest-evolution-0.13 b/net-mail/evolution/files/digest-evolution-0.13 deleted file mode 100644 index 8a042aecd21a..000000000000 --- a/net-mail/evolution/files/digest-evolution-0.13 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 c35733ba57648c05d45a7ff9a054c577 evolution-0.13.tar.gz -MD5 5baeb94fb934d0bf783ea42117c400be db-3.1.17.tar.gz diff --git a/net-mail/evolution/files/digest-evolution-0.14 b/net-mail/evolution/files/digest-evolution-0.14 deleted file mode 100644 index 164e977a9a51..000000000000 --- a/net-mail/evolution/files/digest-evolution-0.14 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 706453bd2271f2b0073cd30188e1a33d evolution-0.14.tar.gz -MD5 5baeb94fb934d0bf783ea42117c400be db-3.1.17.tar.gz diff --git a/net-mail/evolution/files/digest-evolution-0.15-r1 b/net-mail/evolution/files/digest-evolution-0.15-r1 deleted file mode 100644 index 12e0f7747008..000000000000 --- a/net-mail/evolution/files/digest-evolution-0.15-r1 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 3297446afe4b4a4615b3ca130e1bd3af evolution-0.15.tar.gz -MD5 5baeb94fb934d0bf783ea42117c400be db-3.1.17.tar.gz diff --git a/net-mail/evolution/files/digest-evolution-0.15 b/net-mail/evolution/files/digest-evolution-0.15-r2 index 12e0f7747008..12e0f7747008 100644 --- a/net-mail/evolution/files/digest-evolution-0.15 +++ b/net-mail/evolution/files/digest-evolution-0.15-r2 |