summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2008-09-20 14:59:13 +0000
committerAli Polatel <hawking@gentoo.org>2008-09-20 14:59:13 +0000
commit558eddef9148bd9bd337db0fbd5c5e04e3333d18 (patch)
treee88026c41a3628c0ef85174e8a0a73e8ff004e0a /app-vim/pushpop/pushpop-4.0.ebuild
parentVersion bump. Drop old. (diff)
downloadgentoo-2-558eddef9148bd9bd337db0fbd5c5e04e3333d18.tar.gz
gentoo-2-558eddef9148bd9bd337db0fbd5c5e04e3333d18.tar.bz2
gentoo-2-558eddef9148bd9bd337db0fbd5c5e04e3333d18.zip
Version bump.
(Portage version: -svn/cvs/Linux 2.6.26-gentoo x86_64)
Diffstat (limited to 'app-vim/pushpop/pushpop-4.0.ebuild')
-rw-r--r--app-vim/pushpop/pushpop-4.0.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/pushpop/pushpop-4.0.ebuild b/app-vim/pushpop/pushpop-4.0.ebuild
new file mode 100644
index 000000000000..119753f09afa
--- /dev/null
+++ b/app-vim/pushpop/pushpop-4.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/pushpop-4.0.ebuild,v 1.1 2008/09/20 14:59:13 hawking Exp $
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: pushd / popd from the vim commandline"
+HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=129"
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=app-vim/genutils-1.1
+ >=app-vim/cmdalias-1.0"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides :Pushd and :Popd commands which emulate bash's pushd
+and popd functions."