diff --git a/mved-1.2.ebuild b/mved-1.2.ebuild index 77d47d2..bf56707 100644 --- a/mved-1.2.ebuild +++ b/mved-1.2.ebuild @@ -1,7 +1,11 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/mved/mved-1.2.ebuild,v 1.1 2005/11/12 12:40:49 avenj Exp $ +EAPI=2 +inherit python +PYTHON_DEPEND="2" +RESTRICT_PYTHON_ABIS="3.*" DESCRIPTION="An editor-focused multiple file move utility." HOMEPAGE="http://guerila.com" SRC_URI="http://guerila.com/downloads/${P}.tar.gz" @@ -13,6 +17,10 @@ IUSE="" DEPEND="" RDEPEND="virtual/python" +src_prepare() { + python_convert_shebangs -r 2 . +} + src_install() { dodoc README dobin mved