diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 17:48:52 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:43 +0200 |
commit | bae5980f35ac80253edb1888e055e32ce492d383 (patch) | |
tree | e280817c9beb4de7a4cdf24bfc7fb753b44382f8 /app-vim | |
parent | app-vim/phpdocs: EAPI8 bump (diff) | |
download | gentoo-bae5980f35ac80253edb1888e055e32ce492d383.tar.gz gentoo-bae5980f35ac80253edb1888e055e32ce492d383.tar.bz2 gentoo-bae5980f35ac80253edb1888e055e32ce492d383.zip |
app-vim/pushpop: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/pushpop/pushpop-4.0-r2.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-vim/pushpop/pushpop-4.0-r2.ebuild b/app-vim/pushpop/pushpop-4.0-r2.ebuild new file mode 100644 index 000000000000..0e1f79e43ff9 --- /dev/null +++ b/app-vim/pushpop/pushpop-4.0-r2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: pushd / popd from the vim commandline" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=129" + +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" + +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." |