media-video/lm/lm-0.4.ebuild
author Da Risk <da_risk@geekorum.com>
Sat, 23 Feb 2013 00:02:02 +0100
changeset 63 df77a44f36e4
parent 41 0f8305d9047a
permissions -rw-r--r--
Remove perroquet it is now in gentoo-x86

# 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="https://github.com/downloads/RedRise/lm/${P}.tar.gz"

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

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

PYTHON_DEPEND="*"

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

src_install() {
	newbin lm.py lm
	dodoc COPYING
}