diff options
author | 2004-09-09 19:22:19 +0000 | |
---|---|---|
committer | 2004-09-09 19:22:19 +0000 | |
commit | c982489409e7f782b34c45cce3099232f3e0cc9c (patch) | |
tree | 3e305973dcc5caa4169ae48a7eed0095cd258a76 /app-vim/greputils/greputils-2.3.ebuild | |
parent | Stable on sparc (Manifest recommit) (diff) | |
download | gentoo-2-c982489409e7f782b34c45cce3099232f3e0cc9c.tar.gz gentoo-2-c982489409e7f782b34c45cce3099232f3e0cc9c.tar.bz2 gentoo-2-c982489409e7f782b34c45cce3099232f3e0cc9c.zip |
New package
Diffstat (limited to 'app-vim/greputils/greputils-2.3.ebuild')
-rw-r--r-- | app-vim/greputils/greputils-2.3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/greputils/greputils-2.3.ebuild b/app-vim/greputils/greputils-2.3.ebuild new file mode 100644 index 000000000000..e3d01d7e9c2a --- /dev/null +++ b/app-vim/greputils/greputils-2.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/greputils/greputils-2.3.ebuild,v 1.1 2004/09/09 19:22:18 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: interface with grep, find and id-utils" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1062" +LICENSE="GPL-2" +KEYWORDS="~x86 ~sparc ~mips" +IUSE="" + +VIM_PLUGIN_HELPURI="${HOMEPAGE}" + +RDEPEND=" + ${RDEPEND} + >=app-vim/genutils-1.7 + >=app-vim/multvals-3.6.1" |