diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-07-21 18:34:14 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-07-21 18:34:14 +0000 |
commit | a77a5812418b2fc94ff41cec3709edb1b4bd59f9 (patch) | |
tree | b0255ce9d2b90c247147c9bbf95d580d28a8e129 | |
parent | Revert the langpack thing, bug 182175 (diff) | |
download | historical-a77a5812418b2fc94ff41cec3709edb1b4bd59f9.tar.gz historical-a77a5812418b2fc94ff41cec3709edb1b4bd59f9.tar.bz2 historical-a77a5812418b2fc94ff41cec3709edb1b4bd59f9.zip |
Minor changes
Package-Manager: portage-2.1.3_rc8
-rw-r--r-- | www-client/mozilla-firefox/Manifest | 8 | ||||
-rw-r--r-- | www-client/mozilla-firefox/mozilla-firefox-2.0.0.5.ebuild | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/www-client/mozilla-firefox/Manifest b/www-client/mozilla-firefox/Manifest index 951b060f5ef5..f623c955555a 100644 --- a/www-client/mozilla-firefox/Manifest +++ b/www-client/mozilla-firefox/Manifest @@ -339,10 +339,10 @@ EBUILD mozilla-firefox-2.0.0.4.ebuild 9114 RMD160 6cd208d6541bb8649e015c69946e6c MD5 51d2e40a39bef8e6303ceba9f0cdc449 mozilla-firefox-2.0.0.4.ebuild 9114 RMD160 6cd208d6541bb8649e015c69946e6cc550de73d5 mozilla-firefox-2.0.0.4.ebuild 9114 SHA256 132c421ac144ab2d5661c98a3a210ba326843bd59e73ea0d1552a6133f2beedc mozilla-firefox-2.0.0.4.ebuild 9114 -EBUILD mozilla-firefox-2.0.0.5.ebuild 9131 RMD160 f71617a1ef03b3f5947cef5a1be1584d8a2b06e8 SHA1 466a874fa6713e705e006c31e861dbb3f4fe19ab SHA256 c6e46b86ea285097dba06e9984c6dbe3350c773e13eb97d9f0dbc3b6bf45f620 -MD5 15aed10cacfd5a8cbe40f10be88e4877 mozilla-firefox-2.0.0.5.ebuild 9131 -RMD160 f71617a1ef03b3f5947cef5a1be1584d8a2b06e8 mozilla-firefox-2.0.0.5.ebuild 9131 -SHA256 c6e46b86ea285097dba06e9984c6dbe3350c773e13eb97d9f0dbc3b6bf45f620 mozilla-firefox-2.0.0.5.ebuild 9131 +EBUILD mozilla-firefox-2.0.0.5.ebuild 9205 RMD160 e27aeef6dc50629cc3334839c318b1ce26b32d0a SHA1 a6e98994106d1aad7b3b3fd237f67fa0a4542feb SHA256 13b1c9692c2b1a0c190a95cd3aa9d177ba94ab5500d88cbd01b0a04ecb4f1a96 +MD5 b5e720f01db138eb8fd35be54663e58e mozilla-firefox-2.0.0.5.ebuild 9205 +RMD160 e27aeef6dc50629cc3334839c318b1ce26b32d0a mozilla-firefox-2.0.0.5.ebuild 9205 +SHA256 13b1c9692c2b1a0c190a95cd3aa9d177ba94ab5500d88cbd01b0a04ecb4f1a96 mozilla-firefox-2.0.0.5.ebuild 9205 MISC ChangeLog 68988 RMD160 758b0f1df82b27fec39ae9b93d42ac83d5cee1d1 SHA1 b62b0fd363c36946991989fa8f4dcccf53963b1a SHA256 68045038a8149582230e1dafacc748d036810ff9616414ef1d95806b343630dc MD5 ae18f884e2a5083aa9ca4140dccc743f ChangeLog 68988 RMD160 758b0f1df82b27fec39ae9b93d42ac83d5cee1d1 ChangeLog 68988 diff --git a/www-client/mozilla-firefox/mozilla-firefox-2.0.0.5.ebuild b/www-client/mozilla-firefox/mozilla-firefox-2.0.0.5.ebuild index 04b388ea7a50..d5f6d5560b67 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-2.0.0.5.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-2.0.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.5.ebuild,v 1.3 2007/07/21 18:06:03 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-2.0.0.5.ebuild,v 1.4 2007/07/21 18:34:14 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -91,7 +91,9 @@ pkg_setup(){ if ! use bindist; then elog "You are enabling official branding. You may not redistribute this build" elog "to any users on your network or the internet. Doing so puts yourself into" - elog "a legal problem with mozilla foundation" + elog "a legal problem with Mozilla Foundation" + elog "You can disable it by emerging ${PN} without the bindist USE-flag" + fi use moznopango && warn_mozilla_launcher_stub @@ -195,7 +197,7 @@ src_compile() { pkg_preinst() { declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - elog "Removing old installs though some really ugly code. It potentially" + elog "Removing old installs with some really ugly code. It potentially" elog "eliminates any problems during the install, however suggestions to" elog "replace this are highly welcome. Send comments and suggestions to" elog "mozilla@gentoo.org." |