diff options
author | Sven Blumenstein <bazik@gentoo.org> | 2004-02-12 16:24:20 +0000 |
---|---|---|
committer | Sven Blumenstein <bazik@gentoo.org> | 2004-02-12 16:24:20 +0000 |
commit | 6c487330d02fe3eaa0a7592956b2570ae88dea15 (patch) | |
tree | 2eae3e7ac5b14e5cf935bca18c4413d3f6f04c3f /net-www/mozilla-firefox | |
parent | Patch to make it compile with gcc-2. Copyright date corrections.. (diff) | |
download | historical-6c487330d02fe3eaa0a7592956b2570ae88dea15.tar.gz historical-6c487330d02fe3eaa0a7592956b2570ae88dea15.tar.bz2 historical-6c487330d02fe3eaa0a7592956b2570ae88dea15.zip |
Here you got a sparc-cookie, Mr. Firefox.
Diffstat (limited to 'net-www/mozilla-firefox')
-rw-r--r-- | net-www/mozilla-firefox/ChangeLog | 3 | ||||
-rw-r--r-- | net-www/mozilla-firefox/Manifest | 10 | ||||
-rw-r--r-- | net-www/mozilla-firefox/mozilla-firefox-0.8.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-www/mozilla-firefox/ChangeLog b/net-www/mozilla-firefox/ChangeLog index d0c13798e5e6..601d5aabe3a8 100644 --- a/net-www/mozilla-firefox/ChangeLog +++ b/net-www/mozilla-firefox/ChangeLog @@ -1,5 +1,8 @@ + 12 Feb 2004; Sven Blumenstein <bazik@gentoo.org> mozilla-firefox-0.8.ebuild: + Here you got a sparc-cookie, Mr. Firefox. + 12 Feb 2004; Brad Laue <brad@gentoo.org> mozilla-firefox-0.8.ebuild: Move mozilla-firefox to stable on x86. This is the first step is moving its predecessor, mozilla-firebird, out of the tree entirely. diff --git a/net-www/mozilla-firefox/Manifest b/net-www/mozilla-firefox/Manifest index 43718b523646..d5530a52837b 100644 --- a/net-www/mozilla-firefox/Manifest +++ b/net-www/mozilla-firefox/Manifest @@ -1,8 +1,8 @@ -MD5 bafd2d1092ec96718696be081f29559f ChangeLog 537 +MD5 d58870e9f3b19e0769e74a4eb6666ea4 mozilla-firefox-0.8.ebuild 7570 +MD5 24542e95801e2f20687557a80ef46c03 ChangeLog 661 MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 -MD5 91d842ffac38266cc7e4d3d352f31981 mozilla-firefox-0.8.ebuild 7570 -MD5 23d1fbd03cc6dd346a4e4ce8f2d88ebf files/mozilla-1.3-alpha-stubs.patch 4646 -MD5 f0e9adeb0454377ce019e8969e644efb files/mozilla-firebird-amd64.patch 35052 MD5 507a3d1338e85acc8828cec7c91d22df files/digest-mozilla-firefox-0.8 73 -MD5 606e82226379fd5ae6cd1d0d1faff7ff files/10MozillaFirefox 31 MD5 5d884fad16a8057e81bed354fc7d20e5 files/firefox 2793 +MD5 23d1fbd03cc6dd346a4e4ce8f2d88ebf files/mozilla-1.3-alpha-stubs.patch 4646 +MD5 606e82226379fd5ae6cd1d0d1faff7ff files/10MozillaFirefox 31 +MD5 f0e9adeb0454377ce019e8969e644efb files/mozilla-firebird-amd64.patch 35052 diff --git a/net-www/mozilla-firefox/mozilla-firefox-0.8.ebuild b/net-www/mozilla-firefox/mozilla-firefox-0.8.ebuild index 012b313cca5f..9a2396d80c95 100644 --- a/net-www/mozilla-firefox/mozilla-firefox-0.8.ebuild +++ b/net-www/mozilla-firefox/mozilla-firefox-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-0.8.ebuild,v 1.4 2004/02/12 07:49:23 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox/mozilla-firefox-0.8.ebuild,v 1.5 2004/02/12 16:24:20 bazik Exp $ inherit makeedit flag-o-matic gcc nsplugins eutils @@ -10,7 +10,7 @@ DESCRIPTION="The Mozilla Firefox Web Browser" HOMEPAGE="http://www.mozilla.org/projects/firefox/" SRC_URI="http://ftp.mozilla.org/pub/firefox/releases/${PV}/firefox-source-${PV}.tar.bz2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~amd64 ~ia64" +KEYWORDS="x86 ~ppc sparc ~alpha ~amd64 ~ia64" SLOT="0" LICENSE="MPL-1.1 | NPL-1.1" IUSE="java gtk2 ipv6 gnome moznoxft" |