summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2000-10-14 11:32:52 +0000
committerAchim Gottinger <achim@gentoo.org>2000-10-14 11:32:52 +0000
commit1f01dbad7ccc7cc296f50d4ef2a21f804764d4f2 (patch)
treeb1056e589a21ab337071a10d64eaa898c61d0a92 /net-mail
parent*** empty log message *** (diff)
downloadhistorical-1f01dbad7ccc7cc296f50d4ef2a21f804764d4f2.tar.gz
historical-1f01dbad7ccc7cc296f50d4ef2a21f804764d4f2.tar.bz2
historical-1f01dbad7ccc7cc296f50d4ef2a21f804764d4f2.zip
*** empty log message ***
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/evolution/evolution-0.5.1.ebuild28
-rw-r--r--net-mail/evolution/files/digest-evolution-0.5.11
2 files changed, 29 insertions, 0 deletions
diff --git a/net-mail/evolution/evolution-0.5.1.ebuild b/net-mail/evolution/evolution-0.5.1.ebuild
new file mode 100644
index 000000000000..2288fd438b31
--- /dev/null
+++ b/net-mail/evolution/evolution-0.5.1.ebuild
@@ -0,0 +1,28 @@
+# 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.5.1.ebuild,v 1.1 2000/10/14 11:32:52 achim Exp $
+
+A=${P}.tar.gz
+S=${WORKDIR}/${P}
+DESCRIPTION="evolution"
+SRC_URI="http://www.helixcode.com/apps/evolution-preview/${A}"
+HOMEPAGE="http://"
+
+
+src_compile() {
+
+ cd ${S}
+ try ./configure --prefix=/opt/gnome --host=${CHOST} --with-catgets
+ try make
+
+}
+
+src_install () {
+
+ cd ${S}
+ try make DESTDIR=${D} install
+ dodoc AUTHORS COPYING ChangeLog HACKING MAINTAINERS
+ dodoc NEWS README
+}
+
diff --git a/net-mail/evolution/files/digest-evolution-0.5.1 b/net-mail/evolution/files/digest-evolution-0.5.1
new file mode 100644
index 000000000000..d3f2c49ebb52
--- /dev/null
+++ b/net-mail/evolution/files/digest-evolution-0.5.1
@@ -0,0 +1 @@
+MD5 6bc6e4f59b5cdfdbf50868aecaa382b1 evolution-0.5.1.tar.gz