summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 19:39:52 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-12-01 20:20:32 +0100
commitbeb6ed08d4fbd0d732510a629faf8faeefb49f01 (patch)
tree8f7bb6fd6e020f566dfed6ca4ac76c56b1b22b78 /kde-apps/ffmpegthumbs/ffmpegthumbs-18.04.3.ebuild
parentkde-plasma: Drop KDE Plasma 5.13.5 (diff)
downloadgentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.gz
gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.tar.bz2
gentoo-beb6ed08d4fbd0d732510a629faf8faeefb49f01.zip
kde-apps: Drop KDE Applications 18.04.3
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ffmpegthumbs/ffmpegthumbs-18.04.3.ebuild')
-rw-r--r--kde-apps/ffmpegthumbs/ffmpegthumbs-18.04.3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-18.04.3.ebuild b/kde-apps/ffmpegthumbs/ffmpegthumbs-18.04.3.ebuild
deleted file mode 100644
index fd3c069e3389..000000000000
--- a/kde-apps/ffmpegthumbs/ffmpegthumbs-18.04.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_BLOCK_SLOT4="false"
-inherit kde5
-
-DESCRIPTION="FFmpeg based thumbnail generator for video files"
-LICENSE="GPL-2+"
-KEYWORDS="amd64 x86"
-IUSE="libav"
-
-RDEPEND="
- $(add_frameworks_dep kio)
- $(add_qt_dep qtgui)
- libav? ( media-video/libav:= )
- !libav? ( media-video/ffmpeg:0= )
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
-"