diff options
author | Brad Laue <brad@gentoo.org> | 2003-07-08 09:18:02 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2003-07-08 09:18:02 +0000 |
commit | 5bf28a98c2e5b2b29f6e55e3eb10fdaf7c406f0d (patch) | |
tree | 305a6ee4debb4a24cc2a72e454055c6dc6dd6e10 /net-www | |
parent | After the capital X... now its terminatorx (diff) | |
download | historical-5bf28a98c2e5b2b29f6e55e3eb10fdaf7c406f0d.tar.gz historical-5bf28a98c2e5b2b29f6e55e3eb10fdaf7c406f0d.tar.bz2 historical-5bf28a98c2e5b2b29f6e55e3eb10fdaf7c406f0d.zip |
Bring mozilla 1.4 out for use in ~arch
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/mozilla/ChangeLog | 9 | ||||
-rw-r--r-- | net-www/mozilla/Manifest | 4 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.4.ebuild | 7 |
3 files changed, 13 insertions, 7 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index f46f6ebc157d..8a9990f566ea 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,13 @@ # 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.98 2003/07/06 18:09:29 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.99 2003/07/08 09:17:57 brad Exp $ + + 08 Jul 2003; Brad Laue <brad@gentoo.org> mozilla-1.4.ebuild: + Bring Mozilla 1.4 with enigmail out into the open now that mozdev is back and + the files are on our mirrors. + + Small change to the enigmail sources, which seem not to include a Makefile + anymore. Oh well. *mozilla-1.4 (06 Jul 2003) diff --git a/net-www/mozilla/Manifest b/net-www/mozilla/Manifest index 383d9d0c8136..9fa4a73cfd11 100644 --- a/net-www/mozilla/Manifest +++ b/net-www/mozilla/Manifest @@ -1,10 +1,10 @@ -MD5 1db8953aa4b37df921925ce1d8caef6a ChangeLog 17537 +MD5 883fe4c6e312826f8ebf53fd88d036f6 ChangeLog 17811 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 529694da05a6e6c7e8a0555389ca4716 mozilla-1.4.ebuild 16398 +MD5 fe3e18f38b21844e96e3e3d67ff9f73a mozilla-1.4.ebuild 16380 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 9bc36ef51a60..b52c9c4fc2a9 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.1 2003/07/06 18:09:29 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.4.ebuild,v 1.2 2003/07/08 09:17:57 brad Exp $ IUSE="java crypt ipv6 gtk2 ssl ldap gnome" # Internal USE flags that I do not really want to advertise ... @@ -59,9 +59,7 @@ SRC_URI="ftp://ftp.mozilla.org/pub/mozilla/releases/${PN}${MY_PV2}/src/${PN}-sou # mirror://gentoo/${P}-patches-${PATCH_VER}.tar.bz2" HOMEPAGE="http://www.mozilla.org" -#KEYWORDS="~x86 ~ppc ~sparc ~alpha" -# Enigmail broken -KEYWORDS= +KEYWORDS="~x86 ~ppc ~sparc ~alpha" SLOT="0" LICENSE="MPL-1.1 NPL-1.1" @@ -386,6 +384,7 @@ src_compile() { make || die cd ${S}/extensions/enigmail + ./makemake make || die fi } |