media-video/lm/lm-9999.ebuild
author Da Risk <da_risk@geekorum.com>
Thu, 30 Jul 2015 09:57:37 +0200
changeset 163 b44d25193c03
parent 137 8710e94a4528
child 156 f6c963dc1984
permissions -rw-r--r--
revbump dev-python/pep257 (Portage version: 2.2.20/hg/Linux x86_64, unsigned Manifest commit)

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

PYTHON_COMPAT=( python2_7 )

inherit git-2 python-r1 versionator

EGIT_REPO_URI="https://github.com/RedRise/lm.git"

MY_PV=${PV/_rc/b}

DESCRIPTION="list movies"
HOMEPAGE="http://github.com/RedRise/lm"
SRC_URI=""

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${PYTHON_DEPS}
		dev-python/imdbpy[${PYTHON_USEDEP}]"

S="${WORKDIR}/RedRise-lm-41c4004"

src_install() {
	newbin lm.py lm
}