media-video/subdl: update ebuild for newer git versions
authorDa Risk <da_risk@geekorum.com>
Thu, 27 Feb 2020 18:22:58 -0400
changeset 228 9380ea9128d5
parent 227 1b277dede68a
child 229 6dd295839db8
media-video/subdl: update ebuild for newer git versions
media-video/subdl/subdl-9999.ebuild
--- a/media-video/subdl/subdl-9999.ebuild	Mon Feb 24 23:01:27 2020 -0400
+++ b/media-video/subdl/subdl-9999.ebuild	Thu Feb 27 18:22:58 2020 -0400
@@ -4,13 +4,15 @@
 
 EAPI=5
 
-PYTHON_COMPAT=( python3_3 python3_4 )
-inherit python-single-r1 git-r3
+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/fbarthelery/subdl.git"
+EGIT_REPO_URI="https://github.com/alexanderwink/subdl.git"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -23,11 +25,3 @@
 
 REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
-src_prepare() {
-	python_fix_shebang ${PN}
-}
-
-src_install() {
-	dobin ${PN}
-	dodoc README.txt
-}