summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-07-05 14:13:47 +0200
committerMichał Górny <mgorny@gentoo.org>2017-07-05 14:25:56 +0200
commita5d241420869366dd113f69e0d5302b6e6a6a09d (patch)
treeaf643d98404563f2580ef6573c8703c856d960e0 /www-plugins/pipelight
parentmedia-plugins/vdr-audiorecorder: Remove last-rited pkg, #575138 (diff)
downloadgentoo-a5d241420869366dd113f69e0d5302b6e6a6a09d.tar.gz
gentoo-a5d241420869366dd113f69e0d5302b6e6a6a09d.tar.bz2
gentoo-a5d241420869366dd113f69e0d5302b6e6a6a09d.zip
www-plugins/pipelight: Remove last-rited pkg, #603282
Diffstat (limited to 'www-plugins/pipelight')
-rw-r--r--www-plugins/pipelight/Manifest1
-rw-r--r--www-plugins/pipelight/metadata.xml12
-rw-r--r--www-plugins/pipelight/pipelight-0.2.8.2.ebuild99
-rw-r--r--www-plugins/pipelight/pipelight-9999.ebuild99
4 files changed, 0 insertions, 211 deletions
diff --git a/www-plugins/pipelight/Manifest b/www-plugins/pipelight/Manifest
deleted file mode 100644
index eade61c2fe68..000000000000
--- a/www-plugins/pipelight/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pipelight-0.2.8.2.tar.gz 153877 SHA256 13ca5fb18cd68f63137a0dded5a4d0811aa78b033918a3331953903ced34decf SHA512 1599a7f1513e7d9bc9365bc5684050846e1827ec465103b042917963f6199d4af1d97d4943703d1e2a2dce8141c0c289b585ae485efb06b22ee30c17df465e8b WHIRLPOOL 6342af3bbe70604eecab0f4abe194dd4b19bf899656eaf0d1951c8ebfe23df548883367cecf6d836331f364aa791003334dec10e6fb939ad9b982b7fb8a23172
diff --git a/www-plugins/pipelight/metadata.xml b/www-plugins/pipelight/metadata.xml
deleted file mode 100644
index 6b92ab41994a..000000000000
--- a/www-plugins/pipelight/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ryao@gentoo.org</email>
- <name>Richard Yao</name>
- </maintainer>
- <upstream>
- <remote-id type="launchpad">pipelight</remote-id>
- <remote-id type="bitbucket">mmueller2012/pipelight</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/www-plugins/pipelight/pipelight-0.2.8.2.ebuild b/www-plugins/pipelight/pipelight-0.2.8.2.ebuild
deleted file mode 100644
index 8926b18f9360..000000000000
--- a/www-plugins/pipelight/pipelight-0.2.8.2.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib-build
-
-if [ ${PV} == "9999" ] ; then
- inherit git-r3
- EGIT_REPO_URI="https://bitbucket.org/mmueller2012/${PN}.git"
-else
- inherit vcs-snapshot
- SRC_URI="https://bitbucket.org/mmueller2012/${PN}/get/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Wine-based wrapper for running Windows plugins on POSIX systems"
-HOMEPAGE="https://launchpad.net/pipelight"
-
-LICENSE="|| ( GPL-2+ LGPL-2.1+ MPL-1.1 )"
-SLOT="0"
-IUSE="+abi_x86_32 abi_x86_64"
-
-DEPEND="app-emulation/wine[X,${MULTILIB_USEDEP},pipelight]"
-RDEPEND="${DEPEND}
- app-arch/cabextract
- app-crypt/gnupg
- media-fonts/corefonts
- || (
- gnome-extra/zenity
- kde-apps/kdialog
- )"
-
-QA_FLAGS_IGNORED="usr/share/pipelight/pluginloader{,64}.exe
- usr/share/pipelight/winecheck{,64}.exe"
-
-src_configure() {
- local myconf=( --wine-path="${EPREFIX}/usr/bin/wine" )
- if use abi_x86_64; then
- myconf+=(
- --with-win64
- --win64-cxx=wineg++
- --wine64-path="${EPREFIX}/usr/bin/wine64"
- )
- fi
- econf "${myconf[@]}"
-}
-
-src_install() {
- default_src_install
-
- # Ideally, every wrapped plugin could be a symlink to pipelight's wrapper
- # plugin, but some browsers do not like this. Upstream provides a script to
- # duplicate the wrapper plugin as a hack to work around it. That script
- # does not support DESTDIR, so we use sed to adjust it before running it to
- # properly duplicate the plugins.
- # XXX: Patch the script to support DESTDIR and send the patch upstream.
- sed -e "s:^\(PIPELIGHT_LIBRARY_PATH=\"\)\\(.*\):\1${ED}usr/$(get_libdir)/${PN}\":" \
- -e "s:^\(PLUGIN_PATH=\"\)\\(.*\):\1${ED}usr/$(get_libdir)/${PN}\":" \
- "${ED}/usr/bin/pipelight-plugin" > "${T}/pipelight-plugin" \
- || die "Generating temporary pipelight-plugin failed"
- chmod u+x "${T}/pipelight-plugin" \
- || die "Setting permissions on temporary pipelight-plugin failed"
-
- # Create Plugins
- "${T}/pipelight-plugin" --create-mozilla-plugins \
- || die "Creating plugins failed"
-
-}
-
-postinst() {
- # Obligatory warnings about proprietary software
- ewarn "Neither the Gentoo developers nor the Pipelight developers can"
- ewarn "patch security vulnerabilities in Windows plugins. Use them at your"
- ewarn "own risk."
- # Warn about missing pipelight-sandbox
- ewarn
- ewarn "The pipelight sandbox has not been packaged yet. Plugins will have"
- ewarn "full privileges as Windows programs running inside wine."
-
- # Helpful information for those willing to live dangerously
- einfo "Using Windows plugins on certain websites might require a useragent"
- einfo "switcher. See the upstream tutorial for more details."
- einfo
- einfo "http://www.pipelight.net/cms/installation-user-agent.html"
- einfo
- einfo "End users should use the pipelight-plugin utility to install and"
- einfo "manage plugins. Updates are done at plugin initialization whenever"
- einfo "/usr/share/pipelight/install-dependency has been updated. This can"
- einfo "be done either by doing updates via portage or by running"
- einfo "pipelight-plugin --update as root. Browsers like Chrome (all"
- einfo "versions before 35) will initialize plugins at boot while browsers"
- einfo "like Firefox will initialize plugins on demand."
- einfo
- # Users must be in the video group for video acceleration
- einfo "Membership in the video group is required for using plugins that"
- einfo "feature hardware acceleration for video decoding. This is important"
- einfo "for video streaming sites that use Silverlight."
-}
diff --git a/www-plugins/pipelight/pipelight-9999.ebuild b/www-plugins/pipelight/pipelight-9999.ebuild
deleted file mode 100644
index 8926b18f9360..000000000000
--- a/www-plugins/pipelight/pipelight-9999.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib-build
-
-if [ ${PV} == "9999" ] ; then
- inherit git-r3
- EGIT_REPO_URI="https://bitbucket.org/mmueller2012/${PN}.git"
-else
- inherit vcs-snapshot
- SRC_URI="https://bitbucket.org/mmueller2012/${PN}/get/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Wine-based wrapper for running Windows plugins on POSIX systems"
-HOMEPAGE="https://launchpad.net/pipelight"
-
-LICENSE="|| ( GPL-2+ LGPL-2.1+ MPL-1.1 )"
-SLOT="0"
-IUSE="+abi_x86_32 abi_x86_64"
-
-DEPEND="app-emulation/wine[X,${MULTILIB_USEDEP},pipelight]"
-RDEPEND="${DEPEND}
- app-arch/cabextract
- app-crypt/gnupg
- media-fonts/corefonts
- || (
- gnome-extra/zenity
- kde-apps/kdialog
- )"
-
-QA_FLAGS_IGNORED="usr/share/pipelight/pluginloader{,64}.exe
- usr/share/pipelight/winecheck{,64}.exe"
-
-src_configure() {
- local myconf=( --wine-path="${EPREFIX}/usr/bin/wine" )
- if use abi_x86_64; then
- myconf+=(
- --with-win64
- --win64-cxx=wineg++
- --wine64-path="${EPREFIX}/usr/bin/wine64"
- )
- fi
- econf "${myconf[@]}"
-}
-
-src_install() {
- default_src_install
-
- # Ideally, every wrapped plugin could be a symlink to pipelight's wrapper
- # plugin, but some browsers do not like this. Upstream provides a script to
- # duplicate the wrapper plugin as a hack to work around it. That script
- # does not support DESTDIR, so we use sed to adjust it before running it to
- # properly duplicate the plugins.
- # XXX: Patch the script to support DESTDIR and send the patch upstream.
- sed -e "s:^\(PIPELIGHT_LIBRARY_PATH=\"\)\\(.*\):\1${ED}usr/$(get_libdir)/${PN}\":" \
- -e "s:^\(PLUGIN_PATH=\"\)\\(.*\):\1${ED}usr/$(get_libdir)/${PN}\":" \
- "${ED}/usr/bin/pipelight-plugin" > "${T}/pipelight-plugin" \
- || die "Generating temporary pipelight-plugin failed"
- chmod u+x "${T}/pipelight-plugin" \
- || die "Setting permissions on temporary pipelight-plugin failed"
-
- # Create Plugins
- "${T}/pipelight-plugin" --create-mozilla-plugins \
- || die "Creating plugins failed"
-
-}
-
-postinst() {
- # Obligatory warnings about proprietary software
- ewarn "Neither the Gentoo developers nor the Pipelight developers can"
- ewarn "patch security vulnerabilities in Windows plugins. Use them at your"
- ewarn "own risk."
- # Warn about missing pipelight-sandbox
- ewarn
- ewarn "The pipelight sandbox has not been packaged yet. Plugins will have"
- ewarn "full privileges as Windows programs running inside wine."
-
- # Helpful information for those willing to live dangerously
- einfo "Using Windows plugins on certain websites might require a useragent"
- einfo "switcher. See the upstream tutorial for more details."
- einfo
- einfo "http://www.pipelight.net/cms/installation-user-agent.html"
- einfo
- einfo "End users should use the pipelight-plugin utility to install and"
- einfo "manage plugins. Updates are done at plugin initialization whenever"
- einfo "/usr/share/pipelight/install-dependency has been updated. This can"
- einfo "be done either by doing updates via portage or by running"
- einfo "pipelight-plugin --update as root. Browsers like Chrome (all"
- einfo "versions before 35) will initialize plugins at boot while browsers"
- einfo "like Firefox will initialize plugins on demand."
- einfo
- # Users must be in the video group for video acceleration
- einfo "Membership in the video group is required for using plugins that"
- einfo "feature hardware acceleration for video decoding. This is important"
- einfo "for video streaming sites that use Silverlight."
-}