summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2003-07-12 09:13:00 +0000
committerBrad Laue <brad@gentoo.org>2003-07-12 09:13:00 +0000
commit938a394d6618c44c22f5a4a1ac2089f6cc98e977 (patch)
treedc1b7327819ec8e4fe7be6778fa5356f2d3eddf8
parentadd better pam.d/screen file that stacks to system-auth for ldap support. (diff)
downloadgentoo-2-938a394d6618c44c22f5a4a1ac2089f6cc98e977.tar.gz
gentoo-2-938a394d6618c44c22f5a4a1ac2089f6cc98e977.tar.bz2
gentoo-2-938a394d6618c44c22f5a4a1ac2089f6cc98e977.zip
Enable calendar support for 1.4
-rw-r--r--net-www/mozilla/ChangeLog5
-rw-r--r--net-www/mozilla/Manifest4
-rw-r--r--net-www/mozilla/mozilla-1.4.ebuild13
3 files changed, 12 insertions, 10 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog
index 2910896c7d23..b2d5b26f404c 100644
--- a/net-www/mozilla/ChangeLog
+++ b/net-www/mozilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/mozilla
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.104 2003/07/11 17:55:13 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.105 2003/07/12 09:12:45 brad Exp $
+
+ 12 Jul 2003; Brad Laue <brad@gentoo.org> mozilla-1.4.ebuild:
+ Re-enable mozcalendar, as this builds with no dependencies anymore.
11 Jul 2003; Brad Laue <brad@gentoo.org> mozilla-1.4.ebuild:
Remove the mozinterfaceinfo keyword, as this is built by default as part of
diff --git a/net-www/mozilla/Manifest b/net-www/mozilla/Manifest
index 3136b509b4ba..2053c2fe775d 100644
--- a/net-www/mozilla/Manifest
+++ b/net-www/mozilla/Manifest
@@ -1,10 +1,10 @@
-MD5 ba1d5fb6ce2fabe7b5f3870064527349 ChangeLog 18693
+MD5 c8e8c48e5bef3e0da38e6f8001037536 ChangeLog 18827
MD5 97c3777f17c2b6c320c2fa9fba74041f mozilla-1.0.1-r3.ebuild 15212
MD5 4855edccbe0b8fcb1ee7dfb4cc3fb71a mozilla-1.1-r1.ebuild 14822
MD5 de55659daa79b5c545b604ab3def7963 mozilla-1.2.1-r5.ebuild 20931
MD5 f9f43dd3dc176189f1a5da3eb5698767 mozilla-1.3-r1.ebuild 16657
MD5 5244675fb2e956e4a020f7389dd74709 mozilla-1.3-r2.ebuild 16662
-MD5 74527f7667c24d043e844cff9310ce60 mozilla-1.4.ebuild 16677
+MD5 07675a8c01a2fed116c06a341536fbf7 mozilla-1.4.ebuild 16602
MD5 2245cc4f37902e2c6dd188f72874fbb3 files/10mozilla 60
MD5 cf872ecce56e05c488ae7f41b50dec31 files/digest-mozilla-1.0.1-r3 281
MD5 eccaf421f7e91faad5f835cadca4263e files/digest-mozilla-1.1-r1 202
diff --git a/net-www/mozilla/mozilla-1.4.ebuild b/net-www/mozilla/mozilla-1.4.ebuild
index 7746631ad086..f7842d18ef1c 100644
--- a/net-www/mozilla/mozilla-1.4.ebuild
+++ b/net-www/mozilla/mozilla-1.4.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-www/mozilla/mozilla-1.4.ebuild,v 1.7 2003/07/11 17:55:13 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.4.ebuild,v 1.8 2003/07/12 09:12:48 brad Exp $
IUSE="java crypt ipv6 gtk2 ssl ldap gnome"
# Internal USE flags that I do not really want to advertise ...
@@ -280,12 +280,11 @@ src_compile() {
else
myconf="${myconf} --disable-svg"
fi
-# This puppy needs libical, which is not in portage yet. Also make mozilla
-# depend on swig, so not sure if its the best idea around to enable ...
-# if [ -n "`use mozcalendar`" ]
-# then
-# myconf="${myconf} --enable-calendar"
-# fi
+ # re-enable calendar for 1.4, builds autonomously (no dependencies anymore)
+ if [ -n "`use mozcalendar`" ]
+ then
+ myconf="${myconf} --enable-calendar"
+ fi
if [ -n "`use moznomail`" ]
then