Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ccextractor/
Date: Sun, 26 Aug 2018 08:51:58
Message-Id: 1535273486.3e49a002ebd1d8f59c81d5d0716871c8950d4f84.asturm@gentoo
1 commit: 3e49a002ebd1d8f59c81d5d0716871c8950d4f84
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 26 07:29:38 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 26 08:51:26 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e49a002
7
8 media-video/ccextractor: Drop 0.85-r1
9
10 Package-Manager: Portage-2.3.48, Repoman-2.3.10
11
12 media-video/ccextractor/ccextractor-0.85-r1.ebuild | 27 ----------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/media-video/ccextractor/ccextractor-0.85-r1.ebuild b/media-video/ccextractor/ccextractor-0.85-r1.ebuild
16 deleted file mode 100644
17 index aad1f505d1f..00000000000
18 --- a/media-video/ccextractor/ccextractor-0.85-r1.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit cmake-utils toolchain-funcs
27 -
28 -DESCRIPTION="Extract closed captioning subtitles from video to SRT"
29 -HOMEPAGE="https://www.ccextractor.org/"
30 -SRC_URI="mirror://sourceforge/ccextractor/${PN}-src-nowin.${PV}.zip"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~x86"
35 -IUSE=""
36 -
37 -RDEPEND="
38 - media-libs/libpng:0=
39 - sys-libs/zlib:=
40 -"
41 -DEPEND="${RDEPEND}
42 - app-arch/unzip
43 - virtual/pkgconfig"
44 -
45 -S="${WORKDIR}/${PN}/src"
46 -
47 -PATCHES=( "${FILESDIR}/${P}-cmake.patch" )