summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2006-11-13 15:29:21 +0000
committerPatrick McLean <chutzpah@gentoo.org>2006-11-13 15:29:21 +0000
commitb706501de9f9af9853aec4a6c1e2f88517c1f6a7 (patch)
tree18ad32808a23a857e0f254c525a3a3e83fc86a6b
parentCell mask, pending ebuild move from overlay (diff)
downloadgentoo-2-b706501de9f9af9853aec4a6c1e2f88517c1f6a7.tar.gz
gentoo-2-b706501de9f9af9853aec4a6c1e2f88517c1f6a7.tar.bz2
gentoo-2-b706501de9f9af9853aec4a6c1e2f88517c1f6a7.zip
Clean up error message on unmerge, remove block against eselect-compiler since it's masked anyway.
(Portage version: 2.1.2_rc1-r6)
-rw-r--r--net-www/nspluginwrapper/ChangeLog7
-rw-r--r--net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/net-www/nspluginwrapper/ChangeLog b/net-www/nspluginwrapper/ChangeLog
index 6ee5155935f0..f10bd1ef8e78 100644
--- a/net-www/nspluginwrapper/ChangeLog
+++ b/net-www/nspluginwrapper/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-www/nspluginwrapper
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/ChangeLog,v 1.4 2006/10/23 17:47:08 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/ChangeLog,v 1.5 2006/11/13 15:29:21 chutzpah Exp $
+
+ 13 Nov 2006; Patrick McLean <chutzpah@gentoo.org>
+ nspluginwrapper-0.9.90.3.ebuild:
+ Clean up error message on unmerge, remove block against eselect-compiler
+ since it's masked anyway.
23 Oct 2006; Patrick McLean <chutzpah@gentoo.org> ChangeLog:
Remove flash9 soundlibs einfo since net-www/netscape-flash-9* depends on it
diff --git a/net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild b/net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild
index d8d9e6fbe98c..ffdcf5ce483c 100644
--- a/net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild
+++ b/net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild,v 1.4 2006/10/23 17:47:08 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/nspluginwrapper-0.9.90.3.ebuild,v 1.5 2006/11/13 15:29:21 chutzpah Exp $
inherit nsplugins flag-o-matic multilib
@@ -18,8 +18,7 @@ RDEPEND=">=x11-libs/gtk+-2
app-emulation/emul-linux-x86-gtklibs
sys-apps/setarch"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
- !app-admin/eselect-compiler"
+ dev-util/pkgconfig"
TARGET_CPU="i386"
TARGET_ABI="x86"
@@ -88,7 +87,7 @@ pkg_prerm() {
}
pkg_postrm() {
- if has_version "${CATEGORY}/${PN}"; then
+ if [[ -x /usr/bin/nspluginwrapper ]]; then
einfo "Auto installing 32bit plugins"
nspluginwrapper -v -a -i
fi