From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9FC29158094 for ; Thu, 30 Jun 2022 20:14:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCD94E0D0A; Thu, 30 Jun 2022 20:14:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A271AE0D0A for ; Thu, 30 Jun 2022 20:14:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 22A06341A11 for ; Thu, 30 Jun 2022 20:14:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8769D1E for ; Thu, 30 Jun 2022 20:14:30 +0000 (UTC) From: "Piotr Karbowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Piotr Karbowski" Message-ID: <1656620067.efcfdb41e71ee597f0a875d81352c863b4330c30.slashbeast@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/vidcutter/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/vidcutter/vidcutter-6.0.5.1-r1.ebuild media-video/vidcutter/vidcutter-6.0.5.1.ebuild media-video/vidcutter/vidcutter-6.0.5.ebuild media-video/vidcutter/vidcutter-9999.ebuild X-VCS-Directories: media-video/vidcutter/ X-VCS-Committer: slashbeast X-VCS-Committer-Name: Piotr Karbowski X-VCS-Revision: efcfdb41e71ee597f0a875d81352c863b4330c30 X-VCS-Branch: master Date: Thu, 30 Jun 2022 20:14:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c3aabbf9-b660-44c5-a45d-037082494a45 X-Archives-Hash: 0032e4749bfce6cd5634cedd5e4790e5 commit: efcfdb41e71ee597f0a875d81352c863b4330c30 Author: Piotr Karbowski gentoo org> AuthorDate: Thu Jun 30 20:13:52 2022 +0000 Commit: Piotr Karbowski gentoo org> CommitDate: Thu Jun 30 20:14:27 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efcfdb41 media-video/vidcutter: py3.10 bump; drop old. Closes: https://bugs.gentoo.org/846101 Signed-off-by: Piotr Karbowski gentoo.org> ...-6.0.5.1.ebuild => vidcutter-6.0.5.1-r1.ebuild} | 2 +- media-video/vidcutter/vidcutter-6.0.5.ebuild | 41 ---------------------- media-video/vidcutter/vidcutter-9999.ebuild | 2 +- 3 files changed, 2 insertions(+), 43 deletions(-) diff --git a/media-video/vidcutter/vidcutter-6.0.5.1.ebuild b/media-video/vidcutter/vidcutter-6.0.5.1-r1.ebuild similarity index 96% rename from media-video/vidcutter/vidcutter-6.0.5.1.ebuild rename to media-video/vidcutter/vidcutter-6.0.5.1-r1.ebuild index 8ec68eb7ef9e..383061cd1bcc 100644 --- a/media-video/vidcutter/vidcutter-6.0.5.1.ebuild +++ b/media-video/vidcutter/vidcutter-6.0.5.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 xdg diff --git a/media-video/vidcutter/vidcutter-6.0.5.ebuild b/media-video/vidcutter/vidcutter-6.0.5.ebuild deleted file mode 100644 index 8ec68eb7ef9e..000000000000 --- a/media-video/vidcutter/vidcutter-6.0.5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 xdg - -DESCRIPTION="FFmpeg-based simple video cutter & joiner with a modern PyQt5 GUI" -HOMEPAGE="http://vidcutter.ozmartians.com https://github.com/ozmartian/vidcutter" - -if [[ ${PV} == 9999 ]];then - inherit git-r3 - EGIT_REPO_URI="https://github.com/ozmartian/vidcutter" -else - SRC_URI="https://github.com/ozmartian/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3" -SLOT="0" -IUSE="" - -DEPEND=" - >=media-video/mpv-0.25[libmpv] -" -RDEPEND="${DEPEND} - >=dev-python/PyQt5-5.7[dbus,multimedia,widgets,${PYTHON_USEDEP}] - dev-python/pyopengl[${PYTHON_USEDEP}] - media-video/ffmpeg[X,encode] - media-video/mediainfo" -BDEPEND=" - ${PYTHON_DEPS} - dev-python/setuptools[${PYTHON_USEDEP}]" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -src_install() { - distutils-r1_src_install - mv "${ED}/usr/share/doc/${PN}" "${ED}/usr/share/doc/${P}" -} diff --git a/media-video/vidcutter/vidcutter-9999.ebuild b/media-video/vidcutter/vidcutter-9999.ebuild index 8ec68eb7ef9e..383061cd1bcc 100644 --- a/media-video/vidcutter/vidcutter-9999.ebuild +++ b/media-video/vidcutter/vidcutter-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 xdg