diff options
author | Jory Pratt <anarchy@gentoo.org> | 2005-11-03 16:13:29 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2005-11-03 16:13:29 +0000 |
commit | 3dd74679ef83a28432a90e1094472a2701ac71f0 (patch) | |
tree | cdf1da52b9c0f9f96ae5ad83b828e190914afb10 /www-client/mozilla-firefox | |
parent | version bump to, you know, actually *work* with libdc1394-2.0.0-pre4 (diff) | |
download | gentoo-2-3dd74679ef83a28432a90e1094472a2701ac71f0.tar.gz gentoo-2-3dd74679ef83a28432a90e1094472a2701ac71f0.tar.bz2 gentoo-2-3dd74679ef83a28432a90e1094472a2701ac71f0.zip |
pango dep adjustment, more ewarn for users
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'www-client/mozilla-firefox')
-rw-r--r-- | www-client/mozilla-firefox/Manifest | 2 | ||||
-rw-r--r-- | www-client/mozilla-firefox/mozilla-firefox-1.5_rc1.ebuild | 27 |
2 files changed, 20 insertions, 9 deletions
diff --git a/www-client/mozilla-firefox/Manifest b/www-client/mozilla-firefox/Manifest index 06deae79a424..c0b5134a2f9e 100644 --- a/www-client/mozilla-firefox/Manifest +++ b/www-client/mozilla-firefox/Manifest @@ -51,4 +51,4 @@ MD5 d8c6c3085e4fc8d06ef878579dddf116 mozilla-firefox-1.0.6-r6.ebuild 11233 MD5 8a30120dc035d60c58db0a9dc8c3b91b mozilla-firefox-1.0.6-r7.ebuild 9771 MD5 7ec6e77c0014718ffae4a55c76acd1db mozilla-firefox-1.0.7-r2.ebuild 8564 MD5 b686423c9050edfcfd7ff72ea4081f09 mozilla-firefox-1.0.7-r3.ebuild 9734 -MD5 10caeae568885503e8fb7d1d212b5900 mozilla-firefox-1.5_rc1.ebuild 9584 +MD5 0b65f31b17cae838c042f4f4ef76383f mozilla-firefox-1.5_rc1.ebuild 9955 diff --git a/www-client/mozilla-firefox/mozilla-firefox-1.5_rc1.ebuild b/www-client/mozilla-firefox/mozilla-firefox-1.5_rc1.ebuild index a4a0054d42f9..635a7c47e71b 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-1.5_rc1.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-1.5_rc1.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/www-client/mozilla-firefox/mozilla-firefox-1.5_rc1.ebuild,v 1.1 2005/11/03 03:24:51 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-1.5_rc1.ebuild,v 1.2 2005/11/03 16:13:29 anarchy Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 MOZ_FREETYPE2="no" # Need to disable for newer .. remove here and in mozconfig @@ -25,7 +25,8 @@ LICENSE="MPL-1.1 NPL-1.1" IUSE="java mozdevelop" RDEPEND="java? ( virtual/jre ) - >=www-client/mozilla-launcher-1.39" + >=www-client/mozilla-launcher-1.39 + =x11-libs/pango-1.10.1" DEPEND="${RDEPEND} java? ( >=dev-java/java-config-0.2.0 )" @@ -94,6 +95,14 @@ src_unpack() { ebegin "Patching smime to call perl from /usr/bin" sed -i -e '1s,usr/local/bin,usr/bin,' ${S}/security/nss/cmd/smimetools/smime eend $? || die "sed failed" + + ewarn "" + ewarn "" + ewarn "This firefox-1.5rc1 ebuild is provided for your convenience," + ewarn "the use of this ebuild is not supported by gentoo developers. " + ewarn "Please file bugs related to firefox-1.5 with upstream developers." + ewarn "Bugs should be filed @ https://bugzilla.mozilla.org." + ewarn "Thank you Anarchy" } src_compile() { @@ -198,7 +207,7 @@ src_install() { # #################################### - einfo "Installing includes and idl files..." + ewarn "Installing includes and idl files..." dodir ${MOZILLA_FIVE_HOME}/idl ${MOZILLA_FIVE_HOME}/include cd ${S}/dist cp -LfR include/* ${D}${MOZILLA_FIVE_HOME}/include || die "failed to copy" @@ -265,11 +274,13 @@ pkg_postinst() { # thunderbird-bin ebuilds. update_mozilla_launcher_symlinks - einfo "This firefox-1.5rc1 ebuild is provided for your convenience," - einfo "the use of this ebuild is not supported by gentoo developers. " - einfo "Please file bugs related to firefox-1.5 with upstream developers." - einfo "Bugs should be filed @ https://bugzilla.mozilla.org." - einfo "Thank you Anarchy" + ewarn "" + ewarn "" + ewarn "This firefox-1.5rc1 ebuild is provided for your convenience," + ewarn "the use of this ebuild is not supported by gentoo developers. " + ewarn "Please file bugs related to firefox-1.5 with upstream developers." + ewarn "Bugs should be filed @ https://bugzilla.mozilla.org." + ewarn "Thank you Anarchy" } pkg_postrm() { |