summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-08-04 21:55:06 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-08-04 21:55:06 +0000
commit94c98d2659a9e8aef29a1312bfec3752ae739a73 (patch)
tree99d6049f2b3db4f6cabd58491c71d2e7c81b7076 /eclass
parentRemove --no-preserve=links from cp for bsd compatibility. (diff)
downloadgentoo-2-94c98d2659a9e8aef29a1312bfec3752ae739a73.tar.gz
gentoo-2-94c98d2659a9e8aef29a1312bfec3752ae739a73.tar.bz2
gentoo-2-94c98d2659a9e8aef29a1312bfec3752ae739a73.zip
Remove the new stuff .. we not going to use it.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/nsplugins.eclass48
1 files changed, 1 insertions, 47 deletions
diff --git a/eclass/nsplugins.eclass b/eclass/nsplugins.eclass
index 7a5c4e1b9866..ff082fbfd179 100644
--- a/eclass/nsplugins.eclass
+++ b/eclass/nsplugins.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.21 2005/07/23 09:38:21 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/nsplugins.eclass,v 1.22 2005/08/04 21:55:06 azarah Exp $
#
# Author: Martin Schlemmer <azarah@gentoo.org>
#
@@ -10,52 +10,6 @@ inherit eutils
DESCRIPTION="Based on the ${ECLASS} eclass"
-#DEPEND="www-client/update-nsplugins"
-
-NSPLUGINS_DIR="/usr/$(get_libdir)/nsplugins"
-NSBROWSERS_DIR="${NSPLUGINS_DIR}/nsbrowsers"
-
-
-# This function installs a plugin in ${S} to NSPLUGINS_DIR.
-# First argument should be the plugin file. This is for stuff like
-# mplayerplug-in that you can move the plugin to any directory ...
-install_nsplugin() {
- local plugin=$1
-
- dodir "${NSPLUGINS_DIR}"
- exeinto "${NSPLUGINS_DIR}"
- doexe "${plugin}"
-}
-
-# This function installs a plugin with dosym to NSPLUGINS_DIR.
-# First argument should be the plugin file. This is for stuff like
-# the java plugins that should be symlinked, and not moved from the VM
-# directory ...
-symlink_nsplugin() {
- local plugin=$1
-
- dodir "${NSPLUGINS_DIR}"
- dosym "${plugin}" "${NSPLUGINS_DIR}"
-}
-
-# First argument should be the browser name (usually $PN), second
-# is its plugin dir. This basically just makes update-nsplugins aware
-# of the browser.
-register_nsbrowser() {
- local browser=$1
- local plugindir=$2
-
- dodir "${NSBROWSERS_DIR}"
- echo "${plugindir}" > "${D}${NSBROWSERS_DIR}/${browser}"
-}
-
-
-###############################################################################
-#
-# Depriciated Functions - Please do not use any more !
-#
-###############################################################################
-
PLUGINS_DIR="nsbrowser/plugins"
# This function move the plugin dir in src_install() to