summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Asplund <peter.azp@gmail.com>2017-05-23 09:00:49 +0200
committerPeter Asplund <peter.azp@gmail.com>2017-05-23 09:00:49 +0200
commit30796b51ff516776bf474d6016422cbf64b11c14 (patch)
tree2c5fb086489a2cbe16e67f9d848b2085b7a29636
parentVersion bump 0.6-r1. Clean up based on python devs' feedback (diff)
downloadAzP-30796b51ff516776bf474d6016422cbf64b11c14.tar.gz
AzP-30796b51ff516776bf474d6016422cbf64b11c14.tar.bz2
AzP-30796b51ff516776bf474d6016422cbf64b11c14.zip
Remove broken vobsub2srt
-rw-r--r--media-video/vobsub2srt/Manifest1
-rw-r--r--media-video/vobsub2srt/vobsub2srt-9999.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/media-video/vobsub2srt/Manifest b/media-video/vobsub2srt/Manifest
deleted file mode 100644
index 0446786..0000000
--- a/media-video/vobsub2srt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD vobsub2srt-9999.ebuild 597 SHA256 d0f5b3917e2c4f43c96f232c0ba7dc01ad7aafa36e8de32dbb6784ce142b7590 SHA512 049d8343502f7507ac7cc95a07de6d939fc07395be9834d749a2f427ac2f417a7568c217418c501c58ef7505f299cd1ab42b9898ac76a7bf086a699a1f6a7aa9 WHIRLPOOL 01a9a8c50df2543af89a1bd7ad50f6f7cd290bb05fd7a28a83c265774018de46825f70f80278346a432815a2c8a1284977f93f61a38657706911abf14a8c538a
diff --git a/media-video/vobsub2srt/vobsub2srt-9999.ebuild b/media-video/vobsub2srt/vobsub2srt-9999.ebuild
deleted file mode 100644
index c6cfb30..0000000
--- a/media-video/vobsub2srt/vobsub2srt-9999.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# -*- mode:sh; -*-
-
-# See https://github.com/ruediger/VobSub2SRT/issues/13
-
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-EGIT_REPO_URI="git://github.com/ruediger/VobSub2SRT.git"
-
-inherit cmake-utils git-2
-
-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="~amd64 ~x86"
-
-RDEPEND=">=app-text/tesseract-2.04-r1
- >=virtual/ffmpeg-0.6.90"
-DEPEND="${RDEPEND}"