diff -r 1c41db9f6d68 -r 8710e94a4528 media-video/lm/lm-9999.ebuild --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/media-video/lm/lm-9999.ebuild Sun Aug 03 15:42:48 2014 +0200 @@ -0,0 +1,32 @@ +# 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 +}