commit:     598ea010023cf015ded29cd182903b8767337ee9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 28 22:17:44 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 28 22:17:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=598ea010

media-video/ttcut: drop 0.19.6_p1-r1

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

 media-video/ttcut/Manifest                  |  1 -
 media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild | 47 -----------------------------
 2 files changed, 48 deletions(-)

diff --git a/media-video/ttcut/Manifest b/media-video/ttcut/Manifest
index 08af0393fab4..d34ca10655c2 100644
--- a/media-video/ttcut/Manifest
+++ b/media-video/ttcut/Manifest
@@ -1,2 +1 @@
-DIST ttcut-0.19.6_p1.tar.gz 283304 BLAKE2B 
ee0d000a1cc091be1848746d3b32930ae5f59865d7fc04779be9aac4bc9621eaace88a6d9263c767671643d9ce381af2cf57fc5b87707903a5abe8a59eb6cb99
 SHA512 
9d104436145ef209db4eaca1566d718ccdf84636a391e3f47bd829a165741f57a6123942f37ba2eb361dd46716e78e36832cb9a459ca9ed0130a70af92287494
 DIST ttcut-0.19.6_p2.tar.gz 290868 BLAKE2B 
9dfc140d720aca17966dff5be3581f35903fd7122a5385d1e576ce4d64aa96953dee231ffbadb14e83762b7a46973aa3f65202394c4c2ef35f87824c31014aa8
 SHA512 
61338658d35c4392dd3f3a85792dd6d502577a73c955257eee745a3be46f8761d92912e5d8150445346c799bcf5c0ffc30bc15682fc50e3c1798d5c0985c9baa

diff --git a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild 
b/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
deleted file mode 100644
index 2c05203e247a..000000000000
--- a/media-video/ttcut/ttcut-0.19.6_p1-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop qmake-utils xdg
-
-DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
-HOMEPAGE="https://github.com/baltendorf/ttcut";
-SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz";
-
-S=${WORKDIR}/${PN}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
-       >=media-libs/libmpeg2-0.4.0
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtopengl:5
-       dev-qt/qtwidgets:5
-       virtual/glu
-       virtual/opengl
-"
-RDEPEND="
-       ${DEPEND}
-       media-video/mplayer
-       >=media-video/ffmpeg-1.0.8[encode]
-"
-
-src_prepare() {
-       default
-
-       xdg_environment_reset
-
-       eqmake5 ttcut.pro
-}
-
-src_install() {
-       dobin ttcut
-
-       domenu "${FILESDIR}"/${PN}.desktop
-
-       dodoc AUTHORS BUGS CHANGELOG README.* TODO
-}

Reply via email to