diff options
author | Brad Laue <brad@gentoo.org> | 2005-02-27 09:15:55 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2005-02-27 09:15:55 +0000 |
commit | 4e2247eca34511662f47529db325740cb9cda944 (patch) | |
tree | cb3c86e5ddc22b959bdcd423395f900f317d0d3c /net-www/mozilla | |
parent | Fix for cairo (diff) | |
download | historical-4e2247eca34511662f47529db325740cb9cda944.tar.gz historical-4e2247eca34511662f47529db325740cb9cda944.tar.bz2 historical-4e2247eca34511662f47529db325740cb9cda944.zip |
Add a Changelog entry
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'net-www/mozilla')
-rw-r--r-- | net-www/mozilla/ChangeLog | 5 | ||||
-rw-r--r-- | net-www/mozilla/Manifest | 4 | ||||
-rw-r--r-- | net-www/mozilla/mozilla-1.7.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog index 35e78e2a200e..67e4ab239e98 100644 --- a/net-www/mozilla/ChangeLog +++ b/net-www/mozilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-www/mozilla # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.221 2005/01/24 19:41:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.222 2005/02/27 09:15:55 brad Exp $ + + 27 Feb 2005; Brad Laue <brad@gentoo.org> mozilla-1.7.5.ebuild: + Build fix for systems with Cairo >=0.3.0 installed. 24 Jan 2005; Aron Griffis <agriffis@gentoo.org> -files/enigmail-Makefile, -files/gtk2mozilla_head_patch2, -files/ipc-1.0.6-nsPipeChannel.patch, diff --git a/net-www/mozilla/Manifest b/net-www/mozilla/Manifest index da3798d6b9ed..b06e97400f84 100644 --- a/net-www/mozilla/Manifest +++ b/net-www/mozilla/Manifest @@ -1,5 +1,5 @@ -MD5 c8b95824d594390c0e10f5f8296c0e5c mozilla-1.7.5.ebuild 10325 -MD5 f70ab38cfea73c39cc97ad746d77fe5e ChangeLog 38482 +MD5 8774021d7d80b7f1ba040d7d2a771c57 mozilla-1.7.5.ebuild 10330 +MD5 c393d9fc14627648c4ed2d71ff84a7d3 ChangeLog 38598 MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 MD5 b19c38da8865b9ee5555aeb826d1d360 files/digest-mozilla-1.7.5 203 MD5 e79634ee1e611182b6c227daa362b20d files/mozilla-1.7.3-4ft2.patch 22360 diff --git a/net-www/mozilla/mozilla-1.7.5.ebuild b/net-www/mozilla/mozilla-1.7.5.ebuild index f72802b45536..7da30ac6d091 100644 --- a/net-www/mozilla/mozilla-1.7.5.ebuild +++ b/net-www/mozilla/mozilla-1.7.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.5.ebuild,v 1.11 2005/02/27 09:09:59 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.5.ebuild,v 1.12 2005/02/27 09:15:55 brad Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 inherit flag-o-matic gcc eutils nsplugins mozilla-launcher mozconfig makeedit @@ -71,7 +71,7 @@ src_unpack() { # https://bugzilla.mozilla.org/show_bug.cgi?id=234035#c65 epatch ${FILESDIR}/mozilla-1.7.3-4ft2.patch - # Patch for newer versions of cairo (#80301) + # Patch for newer versions of cairo ( bug #80301) if has_version '>=x11-libs/cairo-0.3.0'; then epatch ${FILESDIR}/svg-cairo-0.3.0-fix.patch fi |