media-video/subdl/subdl-9999.ebuild
author Da Risk <da_risk@geekorum.com>
Tue, 29 Sep 2020 22:38:38 -0400
changeset 237 2dec9f3e7ad5
parent 228 9380ea9128d5
child 250 dd0b4cb26d85
permissions -rw-r--r--
update nomad

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

PYTHON_COMPAT=( python3_6 python3_7 )
DISTUTILS_USE_SETUPTOOLS=rdepend

inherit distutils-r1 git-r3

DESCRIPTION="A command-line tool for downloading subs from opensubtitles.org"
HOMEPAGE="http://code.google.com/p/subdl/"
SRC_URI=""
EGIT_REPO_URI="https://github.com/alexanderwink/subdl.git"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}
	app-arch/unzip"

REQUIRED_USE=${PYTHON_REQUIRED_USE}