diff options
author | Brad Laue <brad@gentoo.org> | 2003-11-18 15:40:13 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2003-11-18 15:40:13 +0000 |
commit | e819f7ab2339e80a3b3902867aa18576ecae10b1 (patch) | |
tree | e2a92c2c3f6af5c045aa8caffa144885000707c8 /net-www | |
parent | Initial version. (diff) | |
download | gentoo-2-e819f7ab2339e80a3b3902867aa18576ecae10b1.tar.gz gentoo-2-e819f7ab2339e80a3b3902867aa18576ecae10b1.tar.bz2 gentoo-2-e819f7ab2339e80a3b3902867aa18576ecae10b1.zip |
Bump 1.5-r1 to stable on x86
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla/ChangeLog | 16 | ||||
-rw-r--r-- | net-www/mozilla/Manifest | 4 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.5-r1.ebuild | 4 |
3 files changed, 19 insertions, 5 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index db1c050dde80..bd497f66323b 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,20 @@ # 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.129 2003/11/16 18:02:50 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.130 2003/11/18 15:40:08 brad Exp $ + + 18 Nov 2003; Brad Laue <brad@gentoo.org> mozilla-1.5-r1.ebuild: + At long last, move 1.5 into stable. + + There are a number of upstream QA issues, such as the non-default extension + access-builtin failing to build properly. Please read all the ebuild messages + before proceeding with your build, as you may need to alter your moz* USE + flags slightly. + + mozsvg support has been removed from this release, as the code in the mozilla + trunk is old. Discussion of merging the new branch SVG code into the + mozilla ebuilds is taking place with the Mozilla SVG project people, and will + result in far better SVG support than has been available in previous Mozilla + builds. *mozilla-1.5-r1 (16 Nov 2003) diff --git a/net-www/mozilla/Manifest b/net-www/mozilla/Manifest index 2f3693be8d48..f9ada6f57672 100644 --- a/net-www/mozilla/Manifest +++ b/net-www/mozilla/Manifest @@ -1,10 +1,10 @@ -MD5 42125ccfcee927879491befcdf7f8b86 ChangeLog 22178 MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 MD5 3d428c2cf97c36c769ff7ac419996aa5 mozilla-1.3-r2.ebuild 16750 MD5 ae6f8c3a96767d491dd65c111d6340cc mozilla-1.4-r4.ebuild 17265 -MD5 f737dec04a88f093743fe38a5e94ee13 mozilla-1.5-r1.ebuild 16407 MD5 6e8e847d464feea0e901b10f7e321099 mozilla-1.5.ebuild 16429 MD5 f24b7db89d2f74e9065e1bf4dd9061c4 mozilla-1.4.1.ebuild 17256 +MD5 0146ec2b79b0b3d8ae7b07381e40801e mozilla-1.5-r1.ebuild 16406 +MD5 56f049b8d4089ca3b985c04394db0e8b ChangeLog 22863 MD5 2245cc4f37902e2c6dd188f72874fbb3 files/10mozilla 60 MD5 3cbe151665ba43403e657607949244e8 files/digest-mozilla-1.3-r2 201 MD5 3fc638d05bf40a6d7a5d3296ee2a0449 files/digest-mozilla-1.4-r4 201 diff --git a/net-www/mozilla/mozilla-1.5-r1.ebuild b/net-www/mozilla/mozilla-1.5-r1.ebuild index b826dfbea489..810cff1ccea5 100644 --- a/net-www/mozilla/mozilla-1.5-r1.ebuild +++ b/net-www/mozilla/mozilla-1.5-r1.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.5-r1.ebuild,v 1.1 2003/11/16 18:02:51 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.5-r1.ebuild,v 1.2 2003/11/18 15:40:08 brad Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug" # Internal USE flags that I do not really want to advertise ... @@ -56,7 +56,7 @@ SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/${PN}${MY_PV2}/ # mirror://gentoo/${P}-patches-${PATCH_VER}.tar.bz2" HOMEPAGE="http://www.mozilla.org" -KEYWORDS="~x86 ~ppc ~sparc ~alpha amd64" +KEYWORDS="x86 ~ppc ~sparc ~alpha amd64" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" |