public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/npapi-vlc/, profiles/
@ 2018-02-13 21:23 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2018-02-13 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     ce0a3aefdb16d4c31065e4a13820e38c10f64570
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 13 21:21:19 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 13 21:21:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0a3aef

profiles: Remove last-rited media-plugins/npapi-vlc

Closes: https://bugs.gentoo.org/468772

 media-plugins/npapi-vlc/Manifest               |  1 -
 media-plugins/npapi-vlc/metadata.xml           |  7 ----
 media-plugins/npapi-vlc/npapi-vlc-2.0.0.ebuild | 51 --------------------------
 media-plugins/npapi-vlc/npapi-vlc-9999.ebuild  | 51 --------------------------
 profiles/package.mask                          |  5 ---
 5 files changed, 115 deletions(-)

diff --git a/media-plugins/npapi-vlc/Manifest b/media-plugins/npapi-vlc/Manifest
deleted file mode 100644
index 51cc4498f49..00000000000
--- a/media-plugins/npapi-vlc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST npapi-vlc-2.0.0.tar.xz 359508 BLAKE2B 0d502e70b4cb56f1bbaedebed570d13d17ac2c5f43da39f453b88095a2ed1008c2bd4c00f08706a895d66bd83e172cd20e1416d16905752d536795c40ac26851 SHA512 76da0e013c5477cd9b5eb84f7374912f3077bb03cf6723b3d173ec4df31a021ab72d6e8d1847951ff7e39f61c42e3e5e913dcdd1d0f77e6b0028dcb4ac579466

diff --git a/media-plugins/npapi-vlc/metadata.xml b/media-plugins/npapi-vlc/metadata.xml
deleted file mode 100644
index 81158532998..00000000000
--- a/media-plugins/npapi-vlc/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>media-video@gentoo.org</email>
-	</maintainer>
-</pkgmetadata>

diff --git a/media-plugins/npapi-vlc/npapi-vlc-2.0.0.ebuild b/media-plugins/npapi-vlc/npapi-vlc-2.0.0.ebuild
deleted file mode 100644
index 7e64741327a..00000000000
--- a/media-plugins/npapi-vlc/npapi-vlc-2.0.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == *9999 ]] ; then
-	inherit autotools git-r3
-	EGIT_REPO_URI="https://code.videolan.org/videolan/npapi-vlc.git"
-else
-	KEYWORDS="amd64 ~ppc64 x86"
-	DEPEND="app-arch/xz-utils"
-	SRC_URI="http://download.videolan.org/pub/videolan/vlc/${PV}/${P}.tar.xz"
-fi
-
-DESCRIPTION="Mozilla plugin based on VLC"
-HOMEPAGE="http://www.videolan.org/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="gtk"
-
-RDEPEND="
-	>=media-video/vlc-1.1
-	x11-libs/libX11
-	!gtk? (
-		x11-libs/libXpm
-		x11-libs/libSM
-		x11-libs/libICE
-	)
-	gtk? ( x11-libs/gtk+:2 )
-	!<media-video/vlc-1.2[nsplugin]"
-DEPEND+="
-	${RDEPEND}
-	virtual/pkgconfig
-	>=net-misc/npapi-sdk-0.27"
-
-src_prepare() {
-	default
-	[[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_configure() {
-	econf $(use_with gtk)
-}
-
-src_install() {
-	emake DESTDIR="${D}" npvlcdir="/usr/$(get_libdir)/nsbrowser/plugins" install
-	einstalldocs
-
-	find "${D}" -name '*.la' -delete || die
-}

diff --git a/media-plugins/npapi-vlc/npapi-vlc-9999.ebuild b/media-plugins/npapi-vlc/npapi-vlc-9999.ebuild
deleted file mode 100644
index b4e4e67c3dd..00000000000
--- a/media-plugins/npapi-vlc/npapi-vlc-9999.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-if [[ ${PV} == *9999 ]] ; then
-	inherit autotools git-r3
-	EGIT_REPO_URI="https://code.videolan.org/videolan/npapi-vlc.git"
-else
-	KEYWORDS="~amd64 ~ppc64 ~x86"
-	DEPEND="app-arch/xz-utils"
-	SRC_URI="http://download.videolan.org/pub/videolan/vlc/${PV}/${P}.tar.xz"
-fi
-
-DESCRIPTION="Mozilla plugin based on VLC"
-HOMEPAGE="http://www.videolan.org/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="gtk"
-
-RDEPEND="
-	>=media-video/vlc-1.1
-	x11-libs/libX11
-	!gtk? (
-		x11-libs/libXpm
-		x11-libs/libSM
-		x11-libs/libICE
-	)
-	gtk? ( x11-libs/gtk+:2 )
-	!<media-video/vlc-1.2[nsplugin]"
-DEPEND+="
-	${RDEPEND}
-	virtual/pkgconfig
-	>=net-misc/npapi-sdk-0.27"
-
-src_prepare() {
-	default
-	[[ ${PV} == *9999 ]] && eautoreconf
-}
-
-src_configure() {
-	econf $(use_with gtk)
-}
-
-src_install() {
-	emake DESTDIR="${D}" npvlcdir="/usr/$(get_libdir)/nsbrowser/plugins" install
-	einstalldocs
-
-	find "${D}" -name '*.la' -delete || die
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 50a1b869cea..ec7d09672cf 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -269,11 +269,6 @@ dev-libs/libFuzzer
 =sys-kernel/gentoo-sources-4.14.10-r1
 =sys-kernel/gentoo-sources-4.14.11
 
-# Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
-# Nobody bothered to bump it for ages, NPAPI is phased out (#468772).
-# Removal in a month.
-media-plugins/npapi-vlc
-
 # Pacho Ramos <pacho@gentoo.org> (04 Jan 2018)
 # Fails to fetch (#597424). Removal in a month.
 sci-chemistry/platon


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-02-13 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-13 21:23 [gentoo-commits] repo/gentoo:master commit in: media-plugins/npapi-vlc/, profiles/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox