diff -r cf5de03e4124 -r c613325c9ed7 media-video/lm/lm-0.4-r1.ebuild --- a/media-video/lm/lm-0.4-r1.ebuild Sat Aug 16 00:35:03 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,30 +0,0 @@ -# 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 -}