From c785c68db8b320663b969dce95502be915b54c70 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 22 Aug 2015 14:40:03 +0100 Subject: drop freshplayerplugin, a better ebuild is in gentoo tree now --- www-plugins/freshplayerplugin/Manifest | 3 -- .../files/find-chrome-binary-plugins-flash.patch | 12 ----- .../freshplayerplugin-0.2.1.ebuild | 55 ---------------------- .../freshplayerplugin-0.2.2.ebuild | 54 --------------------- .../freshplayerplugin-0.3.0.ebuild | 50 -------------------- 5 files changed, 174 deletions(-) delete mode 100644 www-plugins/freshplayerplugin/Manifest delete mode 100644 www-plugins/freshplayerplugin/files/find-chrome-binary-plugins-flash.patch delete mode 100644 www-plugins/freshplayerplugin/freshplayerplugin-0.2.1.ebuild delete mode 100644 www-plugins/freshplayerplugin/freshplayerplugin-0.2.2.ebuild delete mode 100644 www-plugins/freshplayerplugin/freshplayerplugin-0.3.0.ebuild (limited to 'www-plugins') diff --git a/www-plugins/freshplayerplugin/Manifest b/www-plugins/freshplayerplugin/Manifest deleted file mode 100644 index cdde7ddf..00000000 --- a/www-plugins/freshplayerplugin/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST freshplayerplugin-0.2.1.tar.gz 296795 SHA256 eec2baba2c1cdc2d60b5352c59208bee3d6e7bddd2fe7b6c96478fd287d125b1 SHA512 9daf87e8aeb9ac7056bb8d75e665f7ec79631b943dd7c7481de6badf43d08f4ebc603bbf007da8f2ea8472befdb3d97ab88c741118c9649c7848ef692fb11f6e WHIRLPOOL 2598b5f63023b74e6a8a1514b7d56f88294a3d281bbf053c01a3cc9d60ba0828819a846093dc250a93ab4710c0a568d916c2939169de9c886c9fd3b3ee5279fd -DIST freshplayerplugin-0.2.2.tar.gz 393692 SHA256 c83a9d02a91f876be1a01882730a9dc54c57b3b2ea2383a2652ca3f705d3314e SHA512 ac70dd3e8ce9577d80c60fc60ee01e260c50da27956cad0096d76af51d2e58905a9738980d3aa08dbb5319f04abea1a4e2a75a4c74ed5e276b30cb470d376560 WHIRLPOOL 830e6a564bff90e2e4facc28fb89c9546958c2d93f044e6ae24fa641a2f4427cf1887aa17cdbb19f718bcf7c4782d6cae2ed5c0b263ba211891a7d45aa7eda9e -DIST freshplayerplugin-0.3.0.tar.gz 2706001 SHA256 ca0281884874f010243496567e9f6717dfea5fdf0406ee39260d234fd57f247e SHA512 5e72131959a119805dcee9fd8d7e5eda0a2100de34eba75643adab7543ec5120babce2b824f8813763da83927c599c14db5ef93ab8ae83a7ea4b942ca4746445 WHIRLPOOL 7cc4867034a0374640e36378665ffa831ea164610b3bb57f607e3f9648e6dc609ee6196a11c781b8f4f138e22e7e9689b2f642258110e088d4eb17e9f820b47f diff --git a/www-plugins/freshplayerplugin/files/find-chrome-binary-plugins-flash.patch b/www-plugins/freshplayerplugin/files/find-chrome-binary-plugins-flash.patch deleted file mode 100644 index 111fced9..00000000 --- a/www-plugins/freshplayerplugin/files/find-chrome-binary-plugins-flash.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur a/data/freshwrapper.conf.example b/data/freshwrapper.conf.example ---- a/data/freshwrapper.conf.example 2014-10-20 00:46:18.000000000 +0300 -+++ b/data/freshwrapper.conf.example 2014-12-02 23:00:03.357103281 +0200 -@@ -19,7 +19,7 @@ - xinerama_screen = 0 - - # Path to the Pepper Flash plugin --pepperflash_path = "/opt/google/chrome/PepperFlash/libpepflashplayer.so" -+pepperflash_path = "/usr/lib/chromium-browser/PepperFlash/libpepflashplayer.so" - - # "Command-line" arguments for Flash - flash_command_line = "enable_hw_video_decode=1,enable_stagevideo_auto=1" diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.2.1.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.2.1.ebuild deleted file mode 100644 index a705bb93..00000000 --- a/www-plugins/freshplayerplugin/freshplayerplugin-0.2.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils cmake-multilib nsplugins - -DESCRIPTION="ppapi2npapi compatibility layer" -HOMEPAGE="https://github.com/i-rinat/freshplayerplugin" -SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT LGPL-2.1" -SLOT="0" - -KEYWORDS="~amd64 ~x86" - -DEPEND=" - dev-util/ragel - dev-libs/libconfig - media-libs/freetype:2 - >=dev-libs/glib-2.38.2-r1:2 - >=dev-util/cmake-2.8.8 - >=media-libs/alsa-lib-1.0.28 - >=x11-libs/pango-1.36.5 - >=x11-libs/libXinerama-1.1.3 - >=x11-libs/gtk+-2.20:2 - >=media-libs/mesa-10.0.4 - >=dev-libs/libevent-2.0.21-r1 - " -RDEPEND=" - www-plugins/chrome-binary-plugins" - -S="${WORKDIR}/${PN}-${PV}" - -src_prepare() { - epatch "${FILESDIR}"/find-chrome-binary-plugins-flash.patch -} - -multilib_src_configure() { - local mycmakeargs="-DFRESHPLAYERPLUGINPATH=${EPREFIX}/usr/$(get_libdir)/freshplayerplugin" - - cmake-utils_src_configure -} - -multilib_src_install() { - # install the wrapper - exeinto /usr/$(get_libdir)/${PLUGINS_DIR} - doexe libfreshwrapper-pepperflash.so - # install wrapper configuration file - cd "${S}" - dodir /usr/share/${PN} || die - insinto /usr/share/${PN} || die - doins -r "${S}"/data/freshwrapper.conf.example || die - dosym /usr/share/${PN}/freshwrapper.conf.example /etc/freshwrapper.conf || die -} diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.2.2.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.2.2.ebuild deleted file mode 100644 index 4fc468f3..00000000 --- a/www-plugins/freshplayerplugin/freshplayerplugin-0.2.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils cmake-multilib nsplugins - -DESCRIPTION="ppapi2npapi compatibility layer" -HOMEPAGE="https://github.com/i-rinat/freshplayerplugin" -SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT LGPL-2.1" -SLOT="0" - -KEYWORDS="~amd64 ~x86" - -DEPEND=" - dev-util/ragel - dev-libs/libconfig - media-libs/freetype:2 - >=dev-libs/glib-2.38.2-r1:2 - >=dev-util/cmake-2.8.8 - >=media-libs/alsa-lib-1.0.28 - >=x11-libs/pango-1.36.5 - >=x11-libs/gtk+-2.20:2 - >=media-libs/mesa-10.0.4 - >=dev-libs/libevent-2.0.21-r1 - " -RDEPEND=" - www-plugins/chrome-binary-plugins" - -S="${WORKDIR}/${PN}-${PV}" - -src_prepare() { - epatch "${FILESDIR}"/find-chrome-binary-plugins-flash.patch -} - -multilib_src_configure() { - local mycmakeargs="-DFRESHPLAYERPLUGINPATH=${EPREFIX}/usr/$(get_libdir)/freshplayerplugin" - - cmake-utils_src_configure -} - -multilib_src_install() { - # install the wrapper - exeinto /usr/$(get_libdir)/${PLUGINS_DIR} - doexe libfreshwrapper-pepperflash.so - # install wrapper configuration file - cd "${S}" - dodir /usr/share/${PN} || die - insinto /usr/share/${PN} || die - doins -r "${S}"/data/freshwrapper.conf.example || die - dosym /usr/share/${PN}/freshwrapper.conf.example /etc/freshwrapper.conf || die -} diff --git a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.0.ebuild b/www-plugins/freshplayerplugin/freshplayerplugin-0.3.0.ebuild deleted file mode 100644 index 1c650fe8..00000000 --- a/www-plugins/freshplayerplugin/freshplayerplugin-0.3.0.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils cmake-multilib nsplugins - -DESCRIPTION="ppapi2npapi compatibility layer" -HOMEPAGE="https://github.com/i-rinat/freshplayerplugin" -SRC_URI="https://github.com/i-rinat/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT LGPL-2.1" -SLOT="0" - -KEYWORDS="~amd64 ~x86" - -DEPEND=" - dev-util/ragel - dev-libs/libconfig - media-libs/freetype:2 - >=dev-libs/glib-2.38.2-r1:2 - >=dev-util/cmake-2.8.8 - >=media-libs/alsa-lib-1.0.28 - >=x11-libs/pango-1.36.5 - >=x11-libs/gtk+-2.20:2 - >=media-libs/mesa-10.0.4 - >=dev-libs/libevent-2.0.21-r1 - " -RDEPEND=" - www-plugins/chrome-binary-plugins" - -S="${WORKDIR}/${PN}-${PV}" - -multilib_src_configure() { - local mycmakeargs="-DFRESHPLAYERPLUGINPATH=${EPREFIX}/usr/$(get_libdir)/freshplayerplugin" - - cmake-utils_src_configure -} - -multilib_src_install() { - # install the wrapper - exeinto /usr/$(get_libdir)/${PLUGINS_DIR} - doexe libfreshwrapper-pepperflash.so - # install wrapper configuration file - cd "${S}" - dodir /usr/share/${PN} || die - insinto /usr/share/${PN} || die - doins -r "${S}"/data/freshwrapper.conf.example || die - dosym /usr/share/${PN}/freshwrapper.conf.example /etc/freshwrapper.conf || die -} -- cgit v1.2.3