diff options
author | Gerion Entrup <gerion.entrup@flump.de> | 2019-11-05 01:51:40 +0100 |
---|---|---|
committer | Gerion Entrup <gerion.entrup@flump.de> | 2019-11-05 01:52:39 +0100 |
commit | ce767534244b40841e70806539b21678ce2cff12 (patch) | |
tree | 446d17705b21052e892a00d0324c606cac0621c9 | |
parent | sets/ara: add (diff) | |
download | gerislay-ce767534244b40841e70806539b21678ce2cff12.tar.gz gerislay-ce767534244b40841e70806539b21678ce2cff12.tar.bz2 gerislay-ce767534244b40841e70806539b21678ce2cff12.zip |
media-video/vobsub2srt: drop, outdated
See in the upstream project directly, there is a Gentoo ebuild and some
pull requests for newer libs
Signed-off-by: Gerion Entrup <gerion.entrup@flump.de>
-rw-r--r-- | media-video/vobsub2srt/Manifest | 1 | ||||
-rw-r--r-- | media-video/vobsub2srt/vobsub2srt-9999.ebuild | 21 |
2 files changed, 0 insertions, 22 deletions
diff --git a/media-video/vobsub2srt/Manifest b/media-video/vobsub2srt/Manifest deleted file mode 100644 index 0797043..0000000 --- a/media-video/vobsub2srt/Manifest +++ /dev/null @@ -1 +0,0 @@ -EBUILD vobsub2srt-9999.ebuild 511 SHA256 680ebf8ce09d7c72155d2f19c0cd69dcf9792b1c804997a79340dfb71adddc81 SHA512 70af764bf25d31af2c1752226159b6d27af77e6637261f649654870106739176ab7caf6a06e38be04e0a53dcfaed07519bcbee0b0e6a290a3660095b1162b9ac WHIRLPOOL 637f80e88146c9c4e97bd881cd93845584b0a4285a9b6542b0d84f70794ae2e8db994e2d12e9dfae63706ff9c1274f6a0282a6ac39a9456d5e0cfc99b2b1f387 diff --git a/media-video/vobsub2srt/vobsub2srt-9999.ebuild b/media-video/vobsub2srt/vobsub2srt-9999.ebuild deleted file mode 100644 index 84eabff..0000000 --- a/media-video/vobsub2srt/vobsub2srt-9999.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="5" - -EGIT_REPO_URI="git://github.com/ruediger/VobSub2SRT.git" - -inherit cmake-utils git-r3 - -IUSE="" - -DESCRIPTION="Converts image subtitles created by VobSub (.sub/.idx) to .srt textual subtitles using tesseract OCR engine" -HOMEPAGE="https://github.com/ruediger/VobSub2SRT" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="" - -RDEPEND=">=app-text/tesseract-2.04-r1 - >=virtual/ffmpeg-0.6.90" -DEPEND="${RDEPEND}" |