summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-05-23 16:20:32 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-05-23 20:42:43 +0200
commit8d8b0e153f23953d66f99be90878de519a79ccd7 (patch)
treec652670c7780c2edbeb3828ad568faf727755e01 /media-video
parentprofiles: package.deprecated: Several packages moved to p.mask (diff)
downloadgentoo-8d8b0e153f23953d66f99be90878de519a79ccd7.tar.gz
gentoo-8d8b0e153f23953d66f99be90878de519a79ccd7.tar.bz2
gentoo-8d8b0e153f23953d66f99be90878de519a79ccd7.zip
media-video/ttcut: Drop 0.19.6_p1 (r0)
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r--media-video/ttcut/ttcut-0.19.6_p1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/media-video/ttcut/ttcut-0.19.6_p1.ebuild b/media-video/ttcut/ttcut-0.19.6_p1.ebuild
deleted file mode 100644
index c5036eaad53d..000000000000
--- a/media-video/ttcut/ttcut-0.19.6_p1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils qmake-utils xdg
-
-DESCRIPTION="Tool for cutting MPEG files especially for removing commercials"
-HOMEPAGE="https://github.com/templer/ttcut"
-SRC_URI="https://dev.gentoo.org/~billie/distfiles/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-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]"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
- default
-
- eqmake5 ttcut.pro
-}
-
-src_install() {
- dobin ttcut
-
- domenu "${FILESDIR}"/${PN}.desktop
-
- dodoc AUTHORS BUGS CHANGELOG README.* TODO
-}