media-video/lm/lm-0.4.ebuild
changeset 84 dd342434bb6e
parent 83 0f0a8a3c7276
child 85 487a92c4ece8
equal deleted inserted replaced
83:0f0a8a3c7276 84:dd342434bb6e
     1 # Copyright 1999-2012 Gentoo Foundation
       
     2 # Distributed under the terms of the GNU General Public License v2
       
     3 # $Header: $
       
     4 
       
     5 EAPI=4
       
     6 
       
     7 inherit python versionator
       
     8 
       
     9 MY_PV=${PV/_rc/b}
       
    10 
       
    11 DESCRIPTION="list movies"
       
    12 HOMEPAGE="http://github.com/RedRise/lm"
       
    13 SRC_URI="https://github.com/downloads/RedRise/lm/${P}.tar.gz"
       
    14 
       
    15 LICENSE="GPL-3"
       
    16 SLOT="0"
       
    17 KEYWORDS="~amd64"
       
    18 IUSE=""
       
    19 
       
    20 DEPEND=""
       
    21 RDEPEND="dev-python/imdbpy
       
    22 		dev-python/argparse"
       
    23 
       
    24 PYTHON_DEPEND="*"
       
    25 
       
    26 S="${WORKDIR}/RedRise-lm-41c4004"
       
    27 
       
    28 src_install() {
       
    29 	newbin lm.py lm
       
    30 	dodoc COPYING
       
    31 }