media-video/subdl/subdl-9999.ebuild
author Da Risk <da_risk@geekorum.com>
Tue, 23 Aug 2022 09:33:47 -0400
changeset 250 dd0b4cb26d85
parent 228 9380ea9128d5
permissions -rw-r--r--
various updates

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

EAPI=7

PYTHON_COMPAT=( python3_10 python3_11 python3_8 python3_9 )
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}