diff options
author | 2001-08-15 22:38:10 +0000 | |
---|---|---|
committer | 2001-08-15 22:38:10 +0000 | |
commit | 25fb1ddbb04dd784221038897073dfcb731fd2ab (patch) | |
tree | fb82394d50907b1e7592bd38e27438683023c93a /net-mail | |
parent | Added a file that contains the necessary auth directives. Perhaps I'll (diff) | |
download | historical-25fb1ddbb04dd784221038897073dfcb731fd2ab.tar.gz historical-25fb1ddbb04dd784221038897073dfcb731fd2ab.tar.bz2 historical-25fb1ddbb04dd784221038897073dfcb731fd2ab.zip |
removed evolution 0.10, has never worked and 0.12 seems to work fine
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/evolution/evolution-0.10.ebuild | 53 | ||||
-rw-r--r-- | net-mail/evolution/files/digest-evolution-0.10 | 1 |
2 files changed, 0 insertions, 54 deletions
diff --git a/net-mail/evolution/evolution-0.10.ebuild b/net-mail/evolution/evolution-0.10.ebuild deleted file mode 100644 index 28465a11af4b..000000000000 --- a/net-mail/evolution/evolution-0.10.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-0.10.ebuild,v 1.5 2001/07/29 10:39:39 hallski Exp $ - -A=${P}.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}" -HOMEPAGE="http://www.helixcode.com" - -DEPEND="=gnome-base/gal-0.7 - nls? ( sys-devel/gettext ) - >=gnome-base/gtkhtml-0.8.3 - >=dev-util/xml-i18n-tools-0.8.4" - #mozilla? ( >=net-www/mozilla-0.9 )" - #ldap? ( >=net-nds/openldap-1.2 )" - -RDEPEND="=gnome-base/gal-0.7 - >=gnome-base/gtkhtml-0.8.3" - #mozilla? ( >=net-www/mozilla-0.9 )" - #ldap? ( >=net-nds/openldap-1.2 )" - -src_compile() { - - local myconf -# if [ "`use ldap`" ] ; then -# myconf="--enable-ldap=yes" -# else - myconf="--enable-ldap=no" -# fi -if [ "`use mozilla`" ] - then - # mozilla does not really work cuz of a missing libnss - MOZILLA=/opt/mozilla - #myconf="${myconf} --with-nspr-libs=$MOZILLA \ - # --with-nspr-includes=$MOZILLA/include/nspr" - #export MOZILLA_FIVE_HOME=$MOZILLA - #export LD_LIBRARY_PATH=$MOZILLA_FIVE_HOME - fi - try ./configure --prefix=/opt/gnome --host=${CHOST} --enable-file-locking=no $myconf - try make - -} - -src_install () { - - try make DESTDIR=${D} install - dodoc AUTHORS COPYING ChangeLog HACKING MAINTAINERS - dodoc NEWS README -} - - diff --git a/net-mail/evolution/files/digest-evolution-0.10 b/net-mail/evolution/files/digest-evolution-0.10 deleted file mode 100644 index 9738635cabd1..000000000000 --- a/net-mail/evolution/files/digest-evolution-0.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 49470c746f95cda150efa82eb3ee6d53 evolution-0.10.tar.gz |