137
|
1 |
# Copyright 1999-2014 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 |
|
|
9 |
inherit git-2 python-r1 versionator |
|
10 |
|
|
11 |
EGIT_REPO_URI="https://github.com/RedRise/lm.git" |
|
12 |
|
|
13 |
MY_PV=${PV/_rc/b} |
|
14 |
|
|
15 |
DESCRIPTION="list movies" |
|
16 |
HOMEPAGE="http://github.com/RedRise/lm" |
|
17 |
SRC_URI="" |
|
18 |
|
|
19 |
LICENSE="GPL-3" |
|
20 |
SLOT="0" |
|
21 |
KEYWORDS="~amd64" |
|
22 |
IUSE="" |
|
23 |
|
|
24 |
DEPEND="" |
|
25 |
RDEPEND="${PYTHON_DEPS} |
|
26 |
dev-python/imdbpy[${PYTHON_USEDEP}]" |
|
27 |
|
|
28 |
S="${WORKDIR}/RedRise-lm-41c4004" |
|
29 |
|
|
30 |
src_install() { |
|
31 |
newbin lm.py lm |
|
32 |
} |