commit:     58543cb3ab79bf81b35cfa1b71cdf8f55b837a8d
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 21 22:49:30 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Nov 21 22:49:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58543cb3

media-libs/webvfx: Remove last-rited package

Bug: https://bugs.gentoo.org/688850
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/webvfx/Manifest            |  1 -
 media-libs/webvfx/metadata.xml        | 18 ----------
 media-libs/webvfx/webvfx-1.2.0.ebuild | 64 -----------------------------------
 profiles/package.mask                 |  5 ---
 4 files changed, 88 deletions(-)

diff --git a/media-libs/webvfx/Manifest b/media-libs/webvfx/Manifest
deleted file mode 100644
index a310ccc7467..00000000000
--- a/media-libs/webvfx/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST webvfx-1.2.0.txz 1178880 BLAKE2B 
7ef08f791b291897f39e170f0572db2fb98c78bced9ed3560b1b94cfe48bedf0af3af5e57381bd039f6cf3dc1d558fb07a6a959b28f1c6a380d0dd0f1bfc64fd
 SHA512 
84473df90553d2d85e1860eb98326fc65ebca02f1cbd8415b83e02ea032442d2aa42c000e366b6ca217bb59526b2b4409d85b169cc7e60d86443b79a1ff5614a

diff --git a/media-libs/webvfx/metadata.xml b/media-libs/webvfx/metadata.xml
deleted file mode 100644
index 3ca5303fe87..00000000000
--- a/media-libs/webvfx/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="person">
-               <email>[email protected]</email>
-               <name>Dmitry Baranov</name>
-       </maintainer>
-       <maintainer type="project">
-               <email>[email protected]</email>
-               <name>Proxy Maintainers</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">mltframework/webvfx</remote-id>
-       </upstream>
-       <use>
-               <flag name="doc">Install doxygen developer documentation</flag>
-       </use>
-</pkgmetadata>

diff --git a/media-libs/webvfx/webvfx-1.2.0.ebuild 
b/media-libs/webvfx/webvfx-1.2.0.ebuild
deleted file mode 100644
index 7ad5951c5e0..00000000000
--- a/media-libs/webvfx/webvfx-1.2.0.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit flag-o-matic qmake-utils toolchain-funcs
-
-DESCRIPTION="Video effects library based on web technologies"
-HOMEPAGE="https://github.com/mltframework/webvfx/";
-SRC_URI="https://github.com/mltframework/${PN}/releases/download/${PV}/${P}.txz";
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-BDEPEND="
-       doc? ( app-doc/doxygen )
-"
-RDEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtdeclarative:5
-       dev-qt/qtgui:5
-       dev-qt/qtopengl:5
-       dev-qt/qtquickcontrols:5[widgets]
-       dev-qt/qtwebkit:5
-       dev-qt/qtwidgets:5
-       >=media-libs/mlt-6.20.0
-       virtual/opengl
-"
-DEPEND="${RDEPEND}
-       dev-qt/qtnetwork:5
-"
-
-src_prepare() {
-       default
-
-       find -name "*.pro" -exec \
-               sed -i -e "s/\(system.*\)pkg-config/\1$(tc-getPKG_CONFIG)/" {} 
+ || die
-
-       sed -i -e "s/\(target.*path.*PREFIX.*\)lib/\1$(get_libdir)/" \
-               webvfx/webvfx.pro || die
-
-       sed -i -e "s/PROJECT_NUMBER=\`.*\`/PROJECT_NUMBER=${PV}/" \
-               all.pro || die
-}
-
-src_configure() {
-       append-cxxflags -Wno-deprecated-declarations
-
-       eqmake5 PREFIX="${EPREFIX}/usr"
-}
-
-src_compile() {
-       emake
-       use doc && emake doxydoc
-}
-
-src_install() {
-       emake INSTALL_ROOT="${D}" install
-
-       use doc && local HTML_DOCS=( doxydoc/. )
-       einstalldocs
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 9ea1deecdaa..2ee2a75e1ef 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -452,11 +452,6 @@ gnome-base/orbit
 # Bug #688850, security bug #744199. Removal in 30 days.
 media-video/shotcut
 
-# Andreas Sturmlechner <[email protected]> (2020-10-23)
-# Depends on deprecated QtWebKit with no work towards QtWebEngine port at all.
-# Bug #688850. Removal in 30 days.
-media-libs/webvfx
-
 # Michał Górny <[email protected]> (2020-10-23)
 # Fails to build.  Needs a dedicated maintainer and a version bump.
 # Removal in 30 days.  Bug #635592.

Reply via email to