commit: ce767534244b40841e70806539b21678ce2cff12 Author: Gerion Entrup <gerion.entrup <AT> flump <DOT> de> AuthorDate: Tue Nov 5 00:51:40 2019 +0000 Commit: gerion <gerion.entrup <AT> flump <DOT> de> CommitDate: Tue Nov 5 00:52:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=ce767534
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 <AT> flump.de> media-video/vobsub2srt/Manifest | 1 - media-video/vobsub2srt/vobsub2srt-9999.ebuild | 21 --------------------- 2 files changed, 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}"
