Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 208972 Details for
Bug 291458
www-plugins/noscript-1.9.8.86 - respects the existence of IceCat
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
noscript-1.9.8.86.ebuild
noscript-1.9.8.86.ebuild (text/plain), 2.15 KB, created by
Toralf Goaltenner
on 2009-11-01 18:30:51 UTC
(
hide
)
Description:
noscript-1.9.8.86.ebuild
Filename:
MIME Type:
Creator:
Toralf Goaltenner
Created:
2009-11-01 18:30:51 UTC
Size:
2.15 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/www-plugins/noscript/noscript-1.9.8.86.ebuild,v 1.1 2009/09/16 18:12:44 volkmar Exp $ > >inherit mozextension multilib > >DESCRIPTION="Restrict active contents in your web browser" >HOMEPAGE="http://noscript.net/" >SRC_URI="http://software.informaction.com/data/releases/${P}.xpi" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" >IUSE="" > >RDEPEND=" > || ( > >=www-client/mozilla-firefox-1.5 > >=www-client/mozilla-firefox-bin-1.5 > >=www-client/seamonkey-1.1 > >=www-client/seamonkey-bin-1.1 > >=www-client/icecat-3.5.3 > )" >DEPEND="${RDEPEND}" > >S=${WORKDIR} > ># NOTES: ># can also be used for Flock, MidBrowser, eMusic, Toolkit, Songbird, Fennec > >src_unpack() { > xpi_unpack "${P}".xpi >} > >src_install() { > local MOZILLA_FIVE_HOME > mozillas="" > > if has_version '>=www-client/mozilla-firefox-1.5'; then > MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox" > xpi_install "${WORKDIR}/${P}" > mozillas="$(best_version www-client/mozilla-firefox) ${mozillas}" > fi > if has_version '>=www-client/mozilla-firefox-bin-1.5'; then > MOZILLA_FIVE_HOME="/opt/firefox" > xpi_install "${WORKDIR}/${P}" > mozillas="$(best_version www-client/mozilla-firefox-bin) ${mozillas}" > fi > if has_version '>=www-client/seamonkey-1.1'; then > MOZILLA_FIVE_HOME="/usr/$(get_libdir)/seamonkey" > xpi_install "${WORKDIR}/${P}" > mozillas="$(best_version www-client/seamonkey) ${mozillas}" > fi > if has_version '>=www-client/seamonkey-bin-1.1'; then > MOZILLA_FIVE_HOME="/opt/seamonkey" > xpi_install "${WORKDIR}/${P}" > mozillas="$(best_version www-client/seamonkey-bin) ${mozillas}" > fi > if has_version '>=www-client/icecat-3.5.3'; then > MOZILLA_FIVE_HOME="/usr/$(get_libdir)/icecat" > xpi_install "${WORKDIR}/${P}" > mozillas="$(best_version www-client/icecat) ${mozillas}" > fi >} > >pkg_postinst() { > elog "NoScript has been installed for the following packages:" > for i in ${mozillas}; do > elog " $i" > done > elog > elog "After installing other mozilla ebuilds, if you want to use noscript with them" > elog "reinstall www-plugins/noscript" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 291458
:
208970
| 208972