diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-03-26 19:03:26 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-03-26 19:03:26 +0000 |
commit | b11067f9b4f19bb7dffe58e5c2a5d0fe8210cdc8 (patch) | |
tree | 52b55771ee70d9fa4dc7f7cf7b72e489c18923ee /app-misc/mved | |
parent | old (diff) | |
download | gentoo-2-b11067f9b4f19bb7dffe58e5c2a5d0fe8210cdc8.tar.gz gentoo-2-b11067f9b4f19bb7dffe58e5c2a5d0fe8210cdc8.tar.bz2 gentoo-2-b11067f9b4f19bb7dffe58e5c2a5d0fe8210cdc8.zip |
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/mved')
-rw-r--r-- | app-misc/mved/mved-1.0.ebuild | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/app-misc/mved/mved-1.0.ebuild b/app-misc/mved/mved-1.0.ebuild deleted file mode 100644 index 10ecfb3a8d06..000000000000 --- a/app-misc/mved/mved-1.0.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# 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.2 2005/07/21 17:25:09 dholm 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="~amd64 ~mips ~ppc ~sparc ~x86" - -IUSE="" -DEPEND="" -RDEPEND="virtual/python" - -src_install() { - dodoc README - dobin mved -} |