summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-08 11:12:28 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-08 11:17:29 +0200
commit3b7c06e454f65f049783921a61becae409378428 (patch)
tree29da61e76b37807ebd9653ad90d16b16267fffb0
parentsys-auth/pam_ssh: Remove last-rited pkg (diff)
downloadgentoo-3b7c06e454f65f049783921a61becae409378428.tar.gz
gentoo-3b7c06e454f65f049783921a61becae409378428.tar.bz2
gentoo-3b7c06e454f65f049783921a61becae409378428.zip
media-video/openshot: Remove last-rited pkg
Bug: https://bugs.gentoo.org/909996 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--media-video/openshot/Manifest2
-rw-r--r--media-video/openshot/metadata.xml16
-rw-r--r--media-video/openshot/openshot-2.6.1.ebuild55
-rw-r--r--media-video/openshot/openshot-3.1.1.ebuild55
-rw-r--r--profiles/arch/amd64/x32/package.mask1
-rw-r--r--profiles/arch/x86/package.mask1
-rw-r--r--profiles/package.mask1
7 files changed, 0 insertions, 131 deletions
diff --git a/media-video/openshot/Manifest b/media-video/openshot/Manifest
deleted file mode 100644
index 231590e5be23..000000000000
--- a/media-video/openshot/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST openshot-2.6.1.tar.gz 68566443 BLAKE2B b3a163983bdb811103e5d9307beeb38938719747f743dd58520a0166c08eb11f4592d47bf24224062f9db323a66a2f353eb22f087982b929d60a519cd2c40789 SHA512 9e2d1eae5d72ec2deab914e464dac0d84a864ba2ca63104fad57c90fc907764d5683149fb8136d50030cae993cef9a977e995b0783868988de4668e71a3a5ee2
-DIST openshot-3.1.1.tar.gz 95843738 BLAKE2B 4059fe12b064692070278366f787789866dcbe39414d10217fb62b671dda98ebb6d2f76b8e1cfe2284a647e3d7ebc460b620ba0756a4542f5b26e7ef669e9b3e SHA512 4e5a42825abf8e3862957039169905a6f03872d81de454f52a57ace2e636e91b2f4e87ae603bf9669baa7d1bbbd6c0213efd0c72e23f2b209ba266af2fbe380f
diff --git a/media-video/openshot/metadata.xml b/media-video/openshot/metadata.xml
deleted file mode 100644
index bd4e0bfea080..000000000000
--- a/media-video/openshot/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>steils@gentoo.org</email>
- <name>Stefan Strogin</name>
- </maintainer>
- <maintainer type="project">
- <email>media-video@gentoo.org</email>
- <name>Gentoo Video project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">OpenShot/openshot-qt</remote-id>
- <bugs-to>https://github.com/OpenShot/openshot-qt/issues</bugs-to>
- </upstream>
-</pkgmetadata>
diff --git a/media-video/openshot/openshot-2.6.1.ebuild b/media-video/openshot/openshot-2.6.1.ebuild
deleted file mode 100644
index a013ab34e233..000000000000
--- a/media-video/openshot/openshot-2.6.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-PYTHON_REQ_USE="xml(+)"
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 xdg
-
-MY_PN="${PN}-qt"
-
-DESCRIPTION="Award-winning free and open-source video editor"
-HOMEPAGE="https://openshot.org/"
-SRC_URI="https://github.com/OpenShot/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-3+"
-SLOT="1"
-KEYWORDS="amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="$(python_gen_cond_dep '
- dev-python/httplib2[${PYTHON_USEDEP}]
- dev-python/PyQt5[${PYTHON_USEDEP},gui,svg,widgets]
- dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
- dev-python/pyzmq[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- ')
- >=media-libs/libopenshot-0.2.7:0=[python,${PYTHON_SINGLE_USEDEP}]"
-DEPEND=""
-BDEPEND="$(python_gen_cond_dep '
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- ')"
-
-src_prepare() {
- distutils-r1_python_prepare_all
- # prevent setup.py from trying to update MIME databases
- sed -i 's/^ROOT =.*/ROOT = False/' setup.py || die
-}
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- distutils_install_for_testing
- "${EPYTHON}" src/tests/query_tests.py -v --platform minimal || die
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/_build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/media-video/openshot/openshot-3.1.1.ebuild b/media-video/openshot/openshot-3.1.1.ebuild
deleted file mode 100644
index e4e04dbc01cd..000000000000
--- a/media-video/openshot/openshot-3.1.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{10..11} )
-PYTHON_REQ_USE="xml(+)"
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 xdg
-
-MY_PN="${PN}-qt"
-
-DESCRIPTION="Award-winning free and open-source video editor"
-HOMEPAGE="https://openshot.org/"
-SRC_URI="https://github.com/OpenShot/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="GPL-3+"
-SLOT="1"
-KEYWORDS="amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="$(python_gen_cond_dep '
- dev-python/httplib2[${PYTHON_USEDEP}]
- dev-python/PyQt5[${PYTHON_USEDEP},gui,svg,widgets]
- dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
- dev-python/pyzmq[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- ')
- >=media-libs/libopenshot-0.3.2:0=[python,${PYTHON_SINGLE_USEDEP}]"
-DEPEND=""
-BDEPEND="$(python_gen_cond_dep '
- doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
- ')"
-
-src_prepare() {
- distutils-r1_python_prepare_all
- # prevent setup.py from trying to update MIME databases
- sed -i 's/^ROOT =.*/ROOT = False/' setup.py || die
-}
-
-python_compile_all() {
- use doc && emake -C doc html
-}
-
-python_test() {
- distutils_install_for_testing
- "${EPYTHON}" src/tests/query_tests.py -v --platform minimal || die
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( doc/_build/html/. )
- distutils-r1_python_install_all
-}
diff --git a/profiles/arch/amd64/x32/package.mask b/profiles/arch/amd64/x32/package.mask
index 0f64711a5542..64dcee44808f 100644
--- a/profiles/arch/amd64/x32/package.mask
+++ b/profiles/arch/amd64/x32/package.mask
@@ -130,7 +130,6 @@ media-gfx/digikam
media-gfx/luminance-hdr
media-sound/frescobaldi
media-sound/teamspeak-client:3
-media-video/openshot
media-video/vidify
media-video/vidify-audiosync
net-analyzer/nmapsi
diff --git a/profiles/arch/x86/package.mask b/profiles/arch/x86/package.mask
index 9c933318d030..af4056d88689 100644
--- a/profiles/arch/x86/package.mask
+++ b/profiles/arch/x86/package.mask
@@ -74,7 +74,6 @@ media-gfx/digikam:5
media-gfx/luminance-hdr
media-sound/frescobaldi
media-sound/teamspeak-client:3
-media-video/openshot
net-analyzer/nmapsi
net-libs/signon-ui
sci-geosciences/qmapshack
diff --git a/profiles/package.mask b/profiles/package.mask
index c5bf75d9e065..551187a362d2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -400,7 +400,6 @@ sec-keys/openpgp-keys-jiatan
# Removal on 2024-04-25. Bug #909996.
media-libs/libopenshot
media-libs/libopenshot-audio
-media-video/openshot
# Eray Aslan <eras@gentoo.org> (2024-03-10)
# Mask experimental software