summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2011-11-23 22:59:52 +0000
committerLars Wendler <polynomial-c@gentoo.org>2011-11-23 22:59:52 +0000
commit125a29febe956e7f96c84938f98dcd3ef7676da1 (patch)
treeaaccc5572865424fa1497111fc070228b2c4bf0c /www-client/seamonkey
parentConsolidate loops in pkg_preinst. (diff)
downloadgentoo-2-125a29febe956e7f96c84938f98dcd3ef7676da1.tar.gz
gentoo-2-125a29febe956e7f96c84938f98dcd3ef7676da1.tar.bz2
gentoo-2-125a29febe956e7f96c84938f98dcd3ef7676da1.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')
-rw-r--r--www-client/seamonkey/ChangeLog5
-rw-r--r--www-client/seamonkey/seamonkey-2.5.ebuild10
2 files changed, 8 insertions, 7 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog
index f49fc8800d39..fdce50f43e6c 100644
--- a/www-client/seamonkey/ChangeLog
+++ b/www-client/seamonkey/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-client/seamonkey
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.345 2011/11/23 08:01:27 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.346 2011/11/23 22:59:52 polynomial-c Exp $
+
+ 23 Nov 2011; Lars Wendler <polynomial-c@gentoo.org> seamonkey-2.5.ebuild:
+ Use nsplugins.eclass to handle the plugins directory.
*seamonkey-2.5 (23 Nov 2011)
diff --git a/www-client/seamonkey/seamonkey-2.5.ebuild b/www-client/seamonkey/seamonkey-2.5.ebuild
index 4fd6064e2e90..c2951556b3c0 100644
--- a/www-client/seamonkey/seamonkey-2.5.ebuild
+++ b/www-client/seamonkey/seamonkey-2.5.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.5.ebuild,v 1.1 2011/11/23 08:01:27 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.5.ebuild,v 1.2 2011/11/23 22:59:52 polynomial-c Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
-inherit flag-o-matic toolchain-funcs eutils mozconfig-3 multilib pax-utils fdo-mime autotools mozextension versionator python
+inherit flag-o-matic toolchain-funcs eutils mozconfig-3 multilib pax-utils fdo-mime autotools mozextension versionator python nsplugins
PATCH="${PN}-2.5-patches-01"
EMVER="1.3.3"
@@ -322,10 +322,8 @@ src_install() {
> "${D}"${MOZILLA_FIVE_HOME}/defaults/pref/all-gentoo.js \
|| die
- # Plugins dir
- rm -rf "${D}"${MOZILLA_FIVE_HOME}/plugins || die "failed to remove existing plugins dir"
- dosym ../nsbrowser/plugins "${MOZILLA_FIVE_HOME}"/plugins || die
- #share_plugins_dir
+ # Handle plugins dir through nsplugins.eclass
+ share_plugins_dir
doman "${S}"/suite/app/${PN}.1 || die
}