Gentoo Archives: gentoo-commits

From: gerion <gerion.entrup@×××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/user/gerislay:master commit in: media-video/vobsub2srt/
Date: Tue, 05 Nov 2019 00:53:04
Message-Id: 1572915159.ce767534244b40841e70806539b21678ce2cff12.gerion@gentoo
1 commit: ce767534244b40841e70806539b21678ce2cff12
2 Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
3 AuthorDate: Tue Nov 5 00:51:40 2019 +0000
4 Commit: gerion <gerion.entrup <AT> flump <DOT> de>
5 CommitDate: Tue Nov 5 00:52:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=ce767534
7
8 media-video/vobsub2srt: drop, outdated
9
10 See in the upstream project directly, there is a Gentoo ebuild and some
11 pull requests for newer libs
12
13 Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>
14
15 media-video/vobsub2srt/Manifest | 1 -
16 media-video/vobsub2srt/vobsub2srt-9999.ebuild | 21 ---------------------
17 2 files changed, 22 deletions(-)
18
19 diff --git a/media-video/vobsub2srt/Manifest b/media-video/vobsub2srt/Manifest
20 deleted file mode 100644
21 index 0797043..0000000
22 --- a/media-video/vobsub2srt/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -EBUILD vobsub2srt-9999.ebuild 511 SHA256 680ebf8ce09d7c72155d2f19c0cd69dcf9792b1c804997a79340dfb71adddc81 SHA512 70af764bf25d31af2c1752226159b6d27af77e6637261f649654870106739176ab7caf6a06e38be04e0a53dcfaed07519bcbee0b0e6a290a3660095b1162b9ac WHIRLPOOL 637f80e88146c9c4e97bd881cd93845584b0a4285a9b6542b0d84f70794ae2e8db994e2d12e9dfae63706ff9c1274f6a0282a6ac39a9456d5e0cfc99b2b1f387
26
27 diff --git a/media-video/vobsub2srt/vobsub2srt-9999.ebuild b/media-video/vobsub2srt/vobsub2srt-9999.ebuild
28 deleted file mode 100644
29 index 84eabff..0000000
30 --- a/media-video/vobsub2srt/vobsub2srt-9999.ebuild
31 +++ /dev/null
32 @@ -1,21 +0,0 @@
33 -# Copyright 1999-2013 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="5"
37 -
38 -EGIT_REPO_URI="git://github.com/ruediger/VobSub2SRT.git"
39 -
40 -inherit cmake-utils git-r3
41 -
42 -IUSE=""
43 -
44 -DESCRIPTION="Converts image subtitles created by VobSub (.sub/.idx) to .srt textual subtitles using tesseract OCR engine"
45 -HOMEPAGE="https://github.com/ruediger/VobSub2SRT"
46 -
47 -LICENSE="GPL-3"
48 -SLOT="0"
49 -KEYWORDS=""
50 -
51 -RDEPEND=">=app-text/tesseract-2.04-r1
52 - >=virtual/ffmpeg-0.6.90"
53 -DEPEND="${RDEPEND}"