diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-11-23 23:01:00 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-11-23 23:01:00 +0000 |
commit | 28fd46b2f01ab658575674a1633384984a391986 (patch) | |
tree | 098f77904f9bbff463e76c2e598763a3c353915e /www-client/seamonkey-bin | |
parent | Use nsplugins.eclass to handle the plugins directory (diff) | |
download | gentoo-2-28fd46b2f01ab658575674a1633384984a391986.tar.gz gentoo-2-28fd46b2f01ab658575674a1633384984a391986.tar.bz2 gentoo-2-28fd46b2f01ab658575674a1633384984a391986.zip |
Use nsplugins.eclass to handle the plugins directory
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'www-client/seamonkey-bin')
-rw-r--r-- | www-client/seamonkey-bin/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog index f025c6095fd6..0ae385ab485e 100644 --- a/www-client/seamonkey-bin/ChangeLog +++ b/www-client/seamonkey-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey-bin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.107 2011/11/23 08:51:19 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.108 2011/11/23 23:01:00 polynomial-c Exp $ + + 23 Nov 2011; Lars Wendler <polynomial-c@gentoo.org> seamonkey-bin-2.5.ebuild: + Use nsplugins.eclass to handle the plugins directory. *seamonkey-bin-2.5 (23 Nov 2011) diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild index 28825189a6a9..46da44f2d618 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild,v 1.1 2011/11/23 08:51:19 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.5.ebuild,v 1.2 2011/11/23 23:01:00 polynomial-c Exp $ EAPI="4" -inherit eutils mozilla-launcher multilib mozextension pax-utils +inherit eutils mozilla-launcher multilib mozextension pax-utils nsplugins LANGS=(be ca cs de en-GB en-US es-AR es-ES fi fr gl hu it ja lt nb-NO nl pl pt-PT ru sk sv-SE tr zh-CN) @@ -136,8 +136,8 @@ EOF insinto /etc/revdep-rebuild doins "${FILESDIR}"/10${PN} || die - ln -sfn "/usr/$(get_libdir)/nsbrowser/plugins" \ - "${D}${MOZILLA_FIVE_HOME}/plugins" || die + # Handle plugins dir through nsplugins.eclass + share_plugins_dir # Required in order to use plugins and even run seamonkey on hardened. pax-mark m "${ED}"/${MOZILLA_FIVE_HOME}/{seamonkey,seamonkey-bin,plugin-container} |