media-video/lm/lm-9999.ebuild
author Da Risk <da_risk@geekorum.com>
Fri, 31 Jul 2015 11:11:52 +0200
changeset 178 d2eb62b6f8a6
parent 137 8710e94a4528
child 156 f6c963dc1984
permissions -rw-r--r--
revbump dev-util/android-studio-1.3 to latest stable version (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
}