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