summaryrefslogtreecommitdiff
path: root/kde-apps/ffmpegthumbs/ffmpegthumbs-16.04.3.ebuild
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-12-19 08:56:28 +0100
committerJohannes Huber <johu@gentoo.org>2016-12-19 09:20:26 +0100
commit99a0c39964666bd2e3903be351220d806fc487ae (patch)
treebd5d171a5bab6a99c3c1f95e0ab3b6ef0bc8ead9 /kde-apps/ffmpegthumbs/ffmpegthumbs-16.04.3.ebuild
parent7c612711b0c14f5a34cd54510ecadd30d74075fc (diff)
downloadgentoo-99a0c39964666bd2e3903be351220d806fc487ae.tar.gz
gentoo-99a0c39964666bd2e3903be351220d806fc487ae.tar.xz
kde-apps: Remove KDE Applications 16.04.3
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-apps/ffmpegthumbs/ffmpegthumbs-16.04.3.ebuild')
-rw-r--r--kde-apps/ffmpegthumbs/ffmpegthumbs-16.04.3.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-apps/ffmpegthumbs/ffmpegthumbs-16.04.3.ebuild b/kde-apps/ffmpegthumbs/ffmpegthumbs-16.04.3.ebuild
deleted file mode 100644
index 0dfb270b46f..00000000000
--- a/kde-apps/ffmpegthumbs/ffmpegthumbs-16.04.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_BLOCK_SLOT4="false"
-inherit kde5
-
-DESCRIPTION="FFmpeg based thumbnail generator for video files"
-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
-"