commit:     a6266216f69a7c8dd913caf969779d2756f28a2b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  4 19:50:34 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep  4 20:58:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6266216

media-video/openshot: Drop 2.5.1-r1 and 2.5.1_p20210228

Broken by dev-python/PyQt5[webkit] removal.
Snapshot was always broken at runtime reportedly.

Closes: https://bugs.gentoo.org/709858
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-video/openshot/Manifest                      |  2 -
 media-video/openshot/openshot-2.5.1-r1.ebuild      | 53 ----------------------
 .../openshot/openshot-2.5.1_p20210228.ebuild       | 53 ----------------------
 3 files changed, 108 deletions(-)

diff --git a/media-video/openshot/Manifest b/media-video/openshot/Manifest
index 0f2d2af3aba..3857a19a8a7 100644
--- a/media-video/openshot/Manifest
+++ b/media-video/openshot/Manifest
@@ -1,3 +1 @@
-DIST openshot-2.5.1.tar.gz 60217543 BLAKE2B 
3f195b14a9fb004e845c731be64138c20da84ac0c90db43b547ee9ea059d32f85ada04aa0462b755a7ea5c3d3b30088fab35414147dded55deb9d5eab5926d2d
 SHA512 
8254a45254bbe523b6485b9598022de2c46ec30818e606ac4665790d29486693c4efe9f5bc55ee43d6342de6782cf0090e4bc880e831c08e3b1218bca555af14
-DIST openshot-2.5.1_p20210228.tar.gz 64780534 BLAKE2B 
c31bd2531df28ce9bed688fbc34dc383018024ffe9364699e45c08135f5c0692d97f601bc578ba07fd44e2f8f58f0b27c5bc10bb3af48c8cf0be17a45b966116
 SHA512 
b5ce39d31bc1b997d272b3817ccdcef4749126755e329a278700f6735a1484b0c2b917e04a5f1b9826ee0e5ea983a624be59af16bf79f038be44a29763cc68b5
 DIST openshot-2.6.0.tar.gz 68096356 BLAKE2B 
e34ef6ee043565a895a110f867bbdbe4f49290d883224eec1c710f7b94186cea3a5083502b5c80d2dc02ddd61fc87d0ceacd397465892bd5e149b1846a2328ef
 SHA512 
9e569f318672047e8251d00ce0bb80e4b295d5daba58c11a3e286b7daebf45b35a34d4ecc5a9d81891b0a68d75d813a78023ee984b8690a2d1217a8517239ee9

diff --git a/media-video/openshot/openshot-2.5.1-r1.ebuild 
b/media-video/openshot/openshot-2.5.1-r1.ebuild
deleted file mode 100644
index 5bdad6fff91..00000000000
--- a/media-video/openshot/openshot-2.5.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-PYTHON_REQ_USE=xml
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 xdg
-
-MY_PN="${PN}-qt"
-
-DESCRIPTION="An award-winning free and open-source video editor"
-HOMEPAGE="https://www.openshot.org/";
-SRC_URI="https://github.com/OpenShot/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-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,webkit(-),widgets]
-               dev-python/pyzmq[${PYTHON_USEDEP}]
-               dev-python/requests[${PYTHON_USEDEP}]
-       ')
-       >=media-libs/libopenshot-0.2.5:0=[python,${PYTHON_SINGLE_USEDEP}]
-"
-BDEPEND="
-       $(python_gen_cond_dep '
-               doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
-       ')
-"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-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_install_all() {
-       use doc && local HTML_DOCS=( doc/_build/html/. )
-       distutils-r1_python_install_all
-}

diff --git a/media-video/openshot/openshot-2.5.1_p20210228.ebuild 
b/media-video/openshot/openshot-2.5.1_p20210228.ebuild
deleted file mode 100644
index 16b6035f894..00000000000
--- a/media-video/openshot/openshot-2.5.1_p20210228.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9} )
-PYTHON_REQ_USE=xml
-DISTUTILS_SINGLE_IMPL=1
-
-COMMIT=146189dc050a9462f71a8b37e783aa52b73e4d9b
-MY_PN="${PN}-qt"
-inherit distutils-r1 xdg
-
-DESCRIPTION="Award-winning free and open-source video editor"
-HOMEPAGE="https://openshot.org/";
-SRC_URI="https://github.com/OpenShot/${MY_PN}/archive/${COMMIT}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${COMMIT}"
-
-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.5:0=[python,${PYTHON_SINGLE_USEDEP}]
-"
-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_install_all() {
-       use doc && local HTML_DOCS=( doc/_build/html/. )
-       distutils-r1_python_install_all
-}

Reply via email to