diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-07 16:30:08 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-05-07 16:30:08 +0000 |
commit | f7276ee9f7841a547209e57874b8678f4e4d882c (patch) | |
tree | 747b74157993e34560167ad43020181e069e7cfe /www-plugins | |
parent | update 2Q-2012 for app-mobilephone/jacksms-desktop to app-mobilephone/freesmee (diff) | |
download | gentoo-2-f7276ee9f7841a547209e57874b8678f4e4d882c.tar.gz gentoo-2-f7276ee9f7841a547209e57874b8678f4e4d882c.tar.bz2 gentoo-2-f7276ee9f7841a547209e57874b8678f4e4d882c.zip |
punt old versions still using xulrunner wrt bug #403415
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'www-plugins')
-rw-r--r-- | www-plugins/mozplugger/ChangeLog | 10 | ||||
-rw-r--r-- | www-plugins/mozplugger/files/mozplugger-1.14.2-fix-nsplugin-install.patch | 17 | ||||
-rw-r--r-- | www-plugins/mozplugger/mozplugger-1.13.2.ebuild | 35 | ||||
-rw-r--r-- | www-plugins/mozplugger/mozplugger-1.14.0-r1.ebuild | 38 | ||||
-rw-r--r-- | www-plugins/mozplugger/mozplugger-1.14.2.ebuild | 38 |
5 files changed, 8 insertions, 130 deletions
diff --git a/www-plugins/mozplugger/ChangeLog b/www-plugins/mozplugger/ChangeLog index b6711b6475d5..0d6c4b2880bc 100644 --- a/www-plugins/mozplugger/ChangeLog +++ b/www-plugins/mozplugger/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-plugins/mozplugger -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozplugger/ChangeLog,v 1.11 2011/10/03 23:30:34 robbat2 Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozplugger/ChangeLog,v 1.12 2012/05/07 16:30:08 ssuominen Exp $ + + 07 May 2012; Samuli Suominen <ssuominen@gentoo.org> + -mozplugger-1.13.2.ebuild, -mozplugger-1.14.0-r1.ebuild, + -mozplugger-1.14.2.ebuild, + -files/mozplugger-1.14.2-fix-nsplugin-install.patch: + old *mozplugger-1.14.3 (03 Oct 2011) diff --git a/www-plugins/mozplugger/files/mozplugger-1.14.2-fix-nsplugin-install.patch b/www-plugins/mozplugger/files/mozplugger-1.14.2-fix-nsplugin-install.patch deleted file mode 100644 index 3627b4992099..000000000000 --- a/www-plugins/mozplugger/files/mozplugger-1.14.2-fix-nsplugin-install.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/Makefile 2010-12-04 08:29:21.120000001 -0600 -+++ b/Makefile 2010-12-04 08:29:47.292000001 -0600 -@@ -202,13 +202,13 @@ - - install: - -@mkdir -p $(root)$(prefix)/bin -- -@mkdir -p $(root)$(prefix)$(libprefix)/mozilla/plugins -+ -@mkdir -p $(root)$(prefix)$(libprefix)/nsbrowser/plugins - -@mkdir -p $(root)$(prefix)/share/man/man7 - -@mkdir -p $(root)/etc - cp mozplugger-helper $(root)$(prefix)/bin/ - cp mozplugger-controller $(root)$(prefix)/bin/ - cp mozplugger-linker $(root)$(prefix)/bin/ -- cp mozplugger.so $(root)$(prefix)$(libprefix)/mozilla/plugins/ -+ cp mozplugger.so $(root)$(prefix)$(libprefix)/nsbrowser/plugins/ - cp mozpluggerrc $(root)/etc/ - cp mozplugger.7 $(root)$(prefix)/share/man/man7/ diff --git a/www-plugins/mozplugger/mozplugger-1.13.2.ebuild b/www-plugins/mozplugger/mozplugger-1.13.2.ebuild deleted file mode 100644 index 19b30e5810a8..000000000000 --- a/www-plugins/mozplugger/mozplugger-1.13.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozplugger/mozplugger-1.13.2.ebuild,v 1.2 2010/07/24 04:17:59 chutzpah Exp $ - -EAPI=2 -inherit nsplugins toolchain-funcs - -DESCRIPTION="Configurable browser plugin to launch streaming media players." -SRC_URI="http://mozplugger.mozdev.org/files/${P}.tar.gz" -HOMEPAGE="http://mozplugger.mozdev.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - net-libs/xulrunner:1.9" - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - LD="$(tc-getCC)" \ - RPM_OPT_FLAGS="${CFLAGS}" \ - XCFLAGS="-fPIC -Wall" \ - COMMON_LDFLAGS="${LDFLAGS}" \ - all || die -} - -src_install() { - emake root="${D}" install || die - src_mv_plugins /usr/lib/mozilla/plugins - dodoc ChangeLog README -} diff --git a/www-plugins/mozplugger/mozplugger-1.14.0-r1.ebuild b/www-plugins/mozplugger/mozplugger-1.14.0-r1.ebuild deleted file mode 100644 index 42be671b2602..000000000000 --- a/www-plugins/mozplugger/mozplugger-1.14.0-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozplugger/mozplugger-1.14.0-r1.ebuild,v 1.2 2010/07/24 04:17:59 chutzpah Exp $ - -EAPI=2 -inherit nsplugins multilib toolchain-funcs - -DESCRIPTION="Configurable browser plugin to launch streaming media players." -SRC_URI="http://mozplugger.mozdev.org/files/${P}.tar.gz" -HOMEPAGE="http://mozplugger.mozdev.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - net-libs/xulrunner:1.9" - -src_prepare() { - sed -i "s:libprefix=.*:libprefix=/$(get_libdir):" Makefile -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - LD="$(tc-getCC)" \ - RPM_OPT_FLAGS="${CFLAGS}" \ - XCFLAGS="-fPIC -Wall" \ - COMMON_LDFLAGS="${LDFLAGS}" \ - all || die -} - -src_install() { - emake root="${D}" install || die - dodoc ChangeLog README -} diff --git a/www-plugins/mozplugger/mozplugger-1.14.2.ebuild b/www-plugins/mozplugger/mozplugger-1.14.2.ebuild deleted file mode 100644 index b4c2f528c24c..000000000000 --- a/www-plugins/mozplugger/mozplugger-1.14.2.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-plugins/mozplugger/mozplugger-1.14.2.ebuild,v 1.3 2011/01/15 10:37:14 mgorny Exp $ - -EAPI=2 -inherit eutils multilib toolchain-funcs - -DESCRIPTION="Configurable browser plugin to launch streaming media players." -SRC_URI="http://mozplugger.mozdev.org/files/${P}.tar.gz" -HOMEPAGE="http://mozplugger.mozdev.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}/${PN}-1.14.2-fix-nsplugin-install.patch" - sed -i "s:libprefix=.*:libprefix=/$(get_libdir):" Makefile -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - LD="$(tc-getCC)" \ - RPM_OPT_FLAGS="${CFLAGS}" \ - XCFLAGS="-fPIC -Wall" \ - COMMON_LDFLAGS="${LDFLAGS}" \ - all || die -} - -src_install() { - emake root="${D}" install || die - dodoc ChangeLog README -} |