diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-09-01 11:05:04 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-01 11:40:09 +0200 |
commit | 2872db36af9a6301b87ae1b50c8615843923baef (patch) | |
tree | 150c7fb16d95742da27bd55d98a647e44a4f830a /app-vim/pushpop | |
parent | app-vim/pushpop: Stable for amd64. Retroactively mark stable for the remainin... (diff) | |
download | gentoo-2872db36af9a6301b87ae1b50c8615843923baef.tar.gz gentoo-2872db36af9a6301b87ae1b50c8615843923baef.tar.bz2 gentoo-2872db36af9a6301b87ae1b50c8615843923baef.zip |
app-vim/pushpop: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim/pushpop')
-rw-r--r-- | app-vim/pushpop/pushpop-4.0.ebuild | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/app-vim/pushpop/pushpop-4.0.ebuild b/app-vim/pushpop/pushpop-4.0.ebuild deleted file mode 100644 index c3835dca4c68..000000000000 --- a/app-vim/pushpop/pushpop-4.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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." |