media-video/lm/lm-0.4-r1.ebuild
author Da Risk <da_risk@geekorum.com>
Sun, 25 Aug 2013 16:07:48 +0200
changeset 100 46f1d73f62f3
parent 84 dd342434bb6e
permissions -rw-r--r--
RbCommitHook : add missing dependency on rbtools (Portage version: 2.2.1/hg/Linux x86_64, unsigned Manifest commit)

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

EAPI=4

inherit python versionator

MY_PV=${PV/_rc/b}

DESCRIPTION="list movies"
HOMEPAGE="http://github.com/RedRise/lm"
SRC_URI="mirror://github/RedRise/lm/${P}.tar.gz"

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

DEPEND=""
RDEPEND="dev-python/imdbpy
		virtual/python-argparse"

PYTHON_DEPEND="*"

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

src_install() {
	newbin lm.py lm
}