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
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')
-rw-r--r--app-vim/pushpop/ChangeLog7
-rw-r--r--app-vim/pushpop/pushpop-4.0.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/app-vim/pushpop/ChangeLog b/app-vim/pushpop/ChangeLog
index 373278b9e06a..d36ab8994c9c 100644
--- a/app-vim/pushpop/ChangeLog
+++ b/app-vim/pushpop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-vim/pushpop
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/ChangeLog,v 1.9 2008/03/25 23:43:53 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/pushpop/ChangeLog,v 1.10 2008/09/20 14:59:13 hawking Exp $
+
+*pushpop-4.0 (20 Sep 2008)
+
+ 20 Sep 2008; Ali Polatel <hawking@gentoo.org> +pushpop-4.0.ebuild:
+ Version bump.
25 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> pushpop-2.4.ebuild:
Added ~amd64.
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."