summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-03-19 14:11:10 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-03-19 14:11:10 +0000
commit73ccb0fd769c49032af2bb8514aa4f82ecd43d81 (patch)
tree324dc65bf13792d83a892096d1623e1518272992 /net-mail/evolution
parentVersion bump - now with rc scripts (diff)
downloadgentoo-2-73ccb0fd769c49032af2bb8514aa4f82ecd43d81.tar.gz
gentoo-2-73ccb0fd769c49032af2bb8514aa4f82ecd43d81.tar.bz2
gentoo-2-73ccb0fd769c49032af2bb8514aa4f82ecd43d81.zip
cosmetic changes
Diffstat (limited to 'net-mail/evolution')
-rw-r--r--net-mail/evolution/ChangeLog5
-rw-r--r--net-mail/evolution/evolution-1.3.1.ebuild21
2 files changed, 24 insertions, 2 deletions
diff --git a/net-mail/evolution/ChangeLog b/net-mail/evolution/ChangeLog
index 84b578410a56..f34af8fddf33 100644
--- a/net-mail/evolution/ChangeLog
+++ b/net-mail/evolution/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-mail/evolution
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.45 2003/03/14 02:01:20 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.46 2003/03/19 14:11:10 liquidx Exp $
*evolution-1.3.1 (14 Mar 2003)
+ 19 Mar 2003; Alastair Tse <liquidx@gentoo.org> evolution-1.3.1.ebuild:
+ Add massive warning about the danger of using evo-1.3.1
+
14 Mar 2003; Alastair Tse <liquidx@gentoo.org> evolution-1.3.1.ebuild:
version bump to gtk2 _beta_ evolution. this version can co-exist with
evolution 1.2.x, but you must NOT run them at the same time. currently masked
diff --git a/net-mail/evolution/evolution-1.3.1.ebuild b/net-mail/evolution/evolution-1.3.1.ebuild
index 5c5ba3dd10ef..d1ccf4a63a10 100644
--- a/net-mail/evolution/evolution-1.3.1.ebuild
+++ b/net-mail/evolution/evolution-1.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.3.1.ebuild,v 1.1 2003/03/14 02:01:20 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.3.1.ebuild,v 1.2 2003/03/19 14:11:10 liquidx Exp $
IUSE="ssl mozilla ldap doc spell pda ipv6 kerberos"
@@ -48,6 +48,25 @@ DEPEND="${RDEPEND}
sys-devel/gettext
doc? ( dev-util/gtk-doc )"
+pkg_setup() {
+ ewarn "This is a Preview Release. According to Ximian : "
+ echo
+ ewarn "These snapshots of Evolution are UNSTABLE. This means"
+ ewarn "that it will probably crash very often, and possibly eat"
+ ewarn "your mail, calendar, appointments, anything. The purpose"
+ ewarn "of this release is to help users to test the new code; use"
+ ewarn "at your own risk, but please do report the bugs."
+ echo
+ ewarn "It is highly recommended that you make a backup of your 1.2"
+ ewarn "~/evolution directory before switching to Evolution 1.3 to"
+ ewarn "prevent data loss. If you are using POP mail, please consider"
+ ewarn "using the \"Leave messages on server\" option to prevent your"
+ ewarn "mail from being erased on the server after download."
+ echo
+ ewarn "Please read this page for more info:"
+ ewarn "http://developer.ximian.com/projects/evolution/release_notes/1.3.1.html"
+}
+
src_compile() {
# *************************************************************