diff options
author | Dominik Stadler <centic@gentoo.org> | 2004-04-08 21:32:43 +0000 |
---|---|---|
committer | Dominik Stadler <centic@gentoo.org> | 2004-04-08 21:32:43 +0000 |
commit | 23f805c2ba2357450d69e42d72a4dd4ad016fbeb (patch) | |
tree | 1579ee5042ca8e41bf6cd5b83986c6235ae50ad5 /net-www/mozplugger | |
parent | Fix a small glitch in the plugin-directories before announcing the ebuild. (diff) | |
download | gentoo-2-23f805c2ba2357450d69e42d72a4dd4ad016fbeb.tar.gz gentoo-2-23f805c2ba2357450d69e42d72a4dd4ad016fbeb.tar.bz2 gentoo-2-23f805c2ba2357450d69e42d72a4dd4ad016fbeb.zip |
Adjust plugin-dir to work better with eclasses.
Diffstat (limited to 'net-www/mozplugger')
-rw-r--r-- | net-www/mozplugger/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/mozplugger/Manifest | 2 | ||||
-rw-r--r-- | net-www/mozplugger/mozplugger-1.5.2.ebuild | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/net-www/mozplugger/ChangeLog b/net-www/mozplugger/ChangeLog index e4938a558362..ee4919936967 100644 --- a/net-www/mozplugger/ChangeLog +++ b/net-www/mozplugger/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/mozplugger # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozplugger/ChangeLog,v 1.1 2004/04/08 21:16:34 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozplugger/ChangeLog,v 1.2 2004/04/08 21:32:43 centic Exp $ + +*mozplugger-1.5.2 (08 Apr 2004) + + 08 Apr 2004; Dominik Stadler <centic@gentoo.org> mozplugger-1.5.2.ebuild: + Adjust ebuild to use /opt/netscape/plugins/, this seems to be work better with + the eclasses than /usr/lib/nsbrowser 08 Apr 2004; Dominik Stadler <centic@gentoo.org> : Add current Version 1.5.2 of mozplugger, thanks to multiple users for the diff --git a/net-www/mozplugger/Manifest b/net-www/mozplugger/Manifest index 67f85a8f523f..645db6ca97ab 100644 --- a/net-www/mozplugger/Manifest +++ b/net-www/mozplugger/Manifest @@ -1,4 +1,4 @@ MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 -MD5 48d9b2308048916b1821381f8db6ac49 mozplugger-1.5.2.ebuild 1038 +MD5 c674f509b49d7fe3394d1f02fc851ee1 mozplugger-1.5.2.ebuild 1024 MD5 55638ec4dcd1214b64f56c97a053eb20 ChangeLog 383 MD5 b7262437fa36a76c968659bbaeaa72e4 files/digest-mozplugger-1.5.2 67 diff --git a/net-www/mozplugger/mozplugger-1.5.2.ebuild b/net-www/mozplugger/mozplugger-1.5.2.ebuild index fff753fd6280..8daabd1b628d 100644 --- a/net-www/mozplugger/mozplugger-1.5.2.ebuild +++ b/net-www/mozplugger/mozplugger-1.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozplugger/mozplugger-1.5.2.ebuild,v 1.2 2004/04/08 21:27:46 centic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozplugger/mozplugger-1.5.2.ebuild,v 1.3 2004/04/08 21:32:43 centic Exp $ inherit nsplugins @@ -31,7 +31,7 @@ src_install() { cd ${S} - PLUGIN=/usr/lib/$PLUGINS_DIR + PLUGIN=/opt/netscape/$PLUGINS_DIR dodir $PLUGIN /etc insinto /etc |