equal
deleted
inserted
replaced
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="mirror://github/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 virtual/python-argparse" |
|
23 |
|
24 PYTHON_DEPEND="*" |
|
25 |
|
26 S="${WORKDIR}/RedRise-lm-41c4004" |
|
27 |
|
28 src_install() { |
|
29 newbin lm.py lm |
|
30 } |
|