summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick McLean <chutzpah@gentoo.org>2009-02-02 21:31:05 +0000
committerPatrick McLean <chutzpah@gentoo.org>2009-02-02 21:31:05 +0000
commite1c532940583be393fd9e01e6ee965798863a3aa (patch)
tree7fca06e0fc8f302b4480eee0e34165e362acb6e9 /net-www
parentInitial commit. Fixes bug 240447 (diff)
downloadgentoo-2-e1c532940583be393fd9e01e6ee965798863a3aa.tar.gz
gentoo-2-e1c532940583be393fd9e01e6ee965798863a3aa.tar.bz2
gentoo-2-e1c532940583be393fd9e01e6ee965798863a3aa.zip
Version bump (bug #256257). Clean out beta versions.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'net-www')
-rw-r--r--net-www/nspluginwrapper/ChangeLog11
-rw-r--r--net-www/nspluginwrapper/nspluginwrapper-1.1.10.ebuild76
-rw-r--r--net-www/nspluginwrapper/nspluginwrapper-1.2.2.ebuild (renamed from net-www/nspluginwrapper/nspluginwrapper-1.1.4.ebuild)4
3 files changed, 11 insertions, 80 deletions
diff --git a/net-www/nspluginwrapper/ChangeLog b/net-www/nspluginwrapper/ChangeLog
index 8a256bee6b59..e1d4c942480b 100644
--- a/net-www/nspluginwrapper/ChangeLog
+++ b/net-www/nspluginwrapper/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for net-www/nspluginwrapper
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/ChangeLog,v 1.23 2008/12/16 14:45:20 chutzpah Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/ChangeLog,v 1.24 2009/02/02 21:31:05 chutzpah Exp $
+
+*nspluginwrapper-1.2.2 (02 Feb 2009)
+
+ 02 Feb 2009; Patrick McLean <chutzpah@gentoo.org>
+ -nspluginwrapper-1.1.4.ebuild, -nspluginwrapper-1.1.10.ebuild,
+ +nspluginwrapper-1.2.2.ebuild:
+ Version bump (bug #256257). Clean out beta versions.
*nspluginwrapper-1.1.10 (16 Dec 2008)
diff --git a/net-www/nspluginwrapper/nspluginwrapper-1.1.10.ebuild b/net-www/nspluginwrapper/nspluginwrapper-1.1.10.ebuild
deleted file mode 100644
index bc34f9320f7c..000000000000
--- a/net-www/nspluginwrapper/nspluginwrapper-1.1.10.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/nspluginwrapper-1.1.10.ebuild,v 1.1 2008/12/16 14:45:20 chutzpah Exp $
-
-inherit eutils nsplugins multilib
-
-DESCRIPTION="Netscape Plugin Wrapper - Load 32bit plugins on 64bit browser"
-HOMEPAGE="http://www.gibix.net/projects/nspluginwrapper/"
-SRC_URI="http://www.gibix.net/projects/${PN}/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2
- net-misc/curl
- app-emulation/emul-linux-x86-xlibs
- app-emulation/emul-linux-x86-gtklibs
- || ( >=sys-apps/util-linux-2.13 sys-apps/setarch )"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # bug #238403
- epatch "${FILESDIR}/${PN}-1.1.0-quiet-64bit-plugin-warnings.patch"
-}
-
-src_compile() {
- econf --with-biarch \
- --with-lib32=$(ABI=x86 get_libdir) \
- --with-lib64=$(get_libdir) \
- --pkglibdir=/usr/$(get_libdir)/${PN}
-
- emake || die "emake failed"
-
-}
-
-src_install() {
- emake -j1 DESTDIR="${D}" install || die "emake install failed"
-
- inst_plugin "/usr/$(get_libdir)/${PN}/x86_64/linux/npwrapper.so"
- dosym "/usr/$(get_libdir)/${PN}/x86_64/linux/npconfig" "/usr/bin/${PN}"
-
- dodoc NEWS README TODO ChangeLog
-}
-
-pkg_postinst() {
- einfo "Auto installing 32bit plugins..."
- ${PN} -a -i
- elog "Any 32bit plugins you currently have installed have now been"
- elog "configured to work in a 64bit browser. Any plugins you install in"
- elog "the future will first need to be setup with:"
- elog " \"nspluginwrapper -i <path-to-32bit-plugin>\""
- elog "before they will function in a 64bit browser"
- elog
-}
-
-# this is terribly ugly, but without a way to query portage as to whether
-# we are upgrading/reinstalling a package versus unmerging, I can't think of
-# a better way
-
-pkg_prerm() {
- einfo "Removing wrapper plugins..."
- ${PN} --auto --remove
-}
-
-pkg_postrm() {
- if [[ -x /usr/bin/${PN} ]]; then
- einfo "Auto installing 32bit plugins..."
- ${PN} --auto --install
- fi
-}
diff --git a/net-www/nspluginwrapper/nspluginwrapper-1.1.4.ebuild b/net-www/nspluginwrapper/nspluginwrapper-1.2.2.ebuild
index 9f137b7a9807..05b738ca1d81 100644
--- a/net-www/nspluginwrapper/nspluginwrapper-1.1.4.ebuild
+++ b/net-www/nspluginwrapper/nspluginwrapper-1.2.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/nspluginwrapper-1.1.4.ebuild,v 1.1 2008/11/19 14:36:36 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/nspluginwrapper/nspluginwrapper-1.2.2.ebuild,v 1.1 2009/02/02 21:31:05 chutzpah Exp $
inherit eutils nsplugins multilib