media-video/subdl/subdl-9999.ebuild
changeset 228 9380ea9128d5
parent 158 d6fceb869d09
child 250 dd0b4cb26d85
equal deleted inserted replaced
227:1b277dede68a 228:9380ea9128d5
     2 # Distributed under the terms of the GNU General Public License v2
     2 # Distributed under the terms of the GNU General Public License v2
     3 # $Header: $
     3 # $Header: $
     4 
     4 
     5 EAPI=5
     5 EAPI=5
     6 
     6 
     7 PYTHON_COMPAT=( python3_3 python3_4 )
     7 PYTHON_COMPAT=( python3_6 python3_7 )
     8 inherit python-single-r1 git-r3
     8 DISTUTILS_USE_SETUPTOOLS=rdepend
       
     9 
       
    10 inherit distutils-r1 git-r3
     9 
    11 
    10 DESCRIPTION="A command-line tool for downloading subs from opensubtitles.org"
    12 DESCRIPTION="A command-line tool for downloading subs from opensubtitles.org"
    11 HOMEPAGE="http://code.google.com/p/subdl/"
    13 HOMEPAGE="http://code.google.com/p/subdl/"
    12 SRC_URI=""
    14 SRC_URI=""
    13 EGIT_REPO_URI="https://github.com/fbarthelery/subdl.git"
    15 EGIT_REPO_URI="https://github.com/alexanderwink/subdl.git"
    14 
    16 
    15 LICENSE="GPL-3"
    17 LICENSE="GPL-3"
    16 SLOT="0"
    18 SLOT="0"
    17 KEYWORDS=""
    19 KEYWORDS=""
    18 IUSE=""
    20 IUSE=""
    21 DEPEND="${RDEPEND}
    23 DEPEND="${RDEPEND}
    22 	app-arch/unzip"
    24 	app-arch/unzip"
    23 
    25 
    24 REQUIRED_USE=${PYTHON_REQUIRED_USE}
    26 REQUIRED_USE=${PYTHON_REQUIRED_USE}
    25 
    27 
    26 src_prepare() {
       
    27 	python_fix_shebang ${PN}
       
    28 }
       
    29 
       
    30 src_install() {
       
    31 	dobin ${PN}
       
    32 	dodoc README.txt
       
    33 }