summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/mved/mved-1.0.ebuild')
-rw-r--r--app-misc/mved/mved-1.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-misc/mved/mved-1.0.ebuild b/app-misc/mved/mved-1.0.ebuild
new file mode 100644
index 000000000000..f01a36411048
--- /dev/null
+++ b/app-misc/mved/mved-1.0.ebuild
@@ -0,0 +1,19 @@
+# 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.0.ebuild,v 1.1 2005/01/11 19:03:25 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 ~sparc ~mips"
+
+IUSE=""
+DEPEND=""
+RDEPEND="virtual/python"
+
+src_install() {
+ dodoc README
+ dobin mved
+}