# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-misc/mved/mved-0.3.5.ebuild,v 1.1 2004/05/14 19:52:16 avenj Exp $ DESCRIPTION="An editor-focused multiple file move utility." HOMEPAGE="http://guerila.com" SRC_URI="http://guerila.com/downloads/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="" RDEPEND="virtual/python" src_install() { dodoc README dobin mved }