Skip to content

Commit

Permalink
media-video/subcheck: revision bump (EAPI=7)
Browse files Browse the repository at this point in the history
Do not install pre-compressed man

Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
Zlogene committed Jul 26, 2018
1 parent 616d9f9 commit 3853d43
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions media-video/subcheck/subcheck-0.78.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Copyright 1999-2018 Gentoo Foundation
# 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="mirror://sourceforge/${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
}

0 comments on commit 3853d43

Please sign in to comment.