summaryrefslogtreecommitdiff
path: root/media-video/subcheck
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /media-video/subcheck
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'media-video/subcheck')
-rw-r--r--media-video/subcheck/Manifest1
-rw-r--r--media-video/subcheck/metadata.xml17
-rw-r--r--media-video/subcheck/subcheck-0.78.2-r1.ebuild31
3 files changed, 0 insertions, 49 deletions
diff --git a/media-video/subcheck/Manifest b/media-video/subcheck/Manifest
deleted file mode 100644
index 34448dfe2fb8..000000000000
--- a/media-video/subcheck/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST subcheck-0.78.2.tar.gz 9542 BLAKE2B 7bc85f4b94fa8565178edb6cef302a4a518a5c7a90228e25ccbe2f820a510a0bc124c6e04dd942db3b9128a6683963adfadd35153e5010805879a622f3e3c586 SHA512 1cee792b22870d6e881549c5a6e758c8926cd243d56d4a637371419662670e566f909602eeef6c4427e19666052f332cd8333db81b1cce20eeb168d69c201684
diff --git a/media-video/subcheck/metadata.xml b/media-video/subcheck/metadata.xml
deleted file mode 100644
index c92a06aedc7b..000000000000
--- a/media-video/subcheck/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>media-video@gentoo.org</email>
- <name>Gentoo Video project</name>
- </maintainer>
- <longdescription lang="en">
- Subcheck is a perl script which checks srt (SubRip) subtitle files for
- errors. Such as overlapping, negative duration, to short displaytime,
- rewrite subtitle lines with another character length (useful for Yamada,
- KISS and other hardware divxplayers), etc. It is highly configurable.
- </longdescription>
- <upstream>
- <remote-id type="sourceforge">subcheck</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-video/subcheck/subcheck-0.78.2-r1.ebuild b/media-video/subcheck/subcheck-0.78.2-r1.ebuild
deleted file mode 100644
index f4460b1bf051..000000000000
--- a/media-video/subcheck/subcheck-0.78.2-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Subcheck checks srt subtitle files for errors"
-HOMEPAGE="http://subcheck.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="!sci-biology/ncbi-tools++" # bug 377093
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${PN}"
-
-src_prepare() {
- default
- sed -i -e "s:${PN}.pl:${PN}:g" all-checksub || die "sed failed"
-}
-
-src_install() {
- gunzip man/subcheck.8.gz || die
- doman man/subcheck.8
- newbin subcheck.pl subcheck
- dobin all-checksub
- dodoc Changes
-}