summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-08-26 09:29:38 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-08-26 10:51:26 +0200
commit3e49a002ebd1d8f59c81d5d0716871c8950d4f84 (patch)
treedb125c01841b52f32f721a6f8bab73341721ac89 /media-video
parentmedia-video/ccextractor: Install docs (diff)
downloadgentoo-3e49a002ebd1d8f59c81d5d0716871c8950d4f84.tar.gz
gentoo-3e49a002ebd1d8f59c81d5d0716871c8950d4f84.tar.bz2
gentoo-3e49a002ebd1d8f59c81d5d0716871c8950d4f84.zip
media-video/ccextractor: Drop 0.85-r1
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'media-video')
-rw-r--r--media-video/ccextractor/ccextractor-0.85-r1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/media-video/ccextractor/ccextractor-0.85-r1.ebuild b/media-video/ccextractor/ccextractor-0.85-r1.ebuild
deleted file mode 100644
index aad1f505d1f3..000000000000
--- a/media-video/ccextractor/ccextractor-0.85-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils toolchain-funcs
-
-DESCRIPTION="Extract closed captioning subtitles from video to SRT"
-HOMEPAGE="https://www.ccextractor.org/"
-SRC_URI="mirror://sourceforge/ccextractor/${PN}-src-nowin.${PV}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- media-libs/libpng:0=
- sys-libs/zlib:=
-"
-DEPEND="${RDEPEND}
- app-arch/unzip
- virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}/src"
-
-PATCHES=( "${FILESDIR}/${P}-cmake.patch" )