summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-01-13 18:34:34 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 19:50:28 +0100
commita508fb3cc770d1990b361f4db9b94438e442bd17 (patch)
treedc1fa550856b9e3f88eb1996405262475c5090c8 /app-vim
parentapp-vim/pfsyntax: drop 1.3, EAPI6-- (diff)
downloadgentoo-a508fb3cc770d1990b361f4db9b94438e442bd17.tar.gz
gentoo-a508fb3cc770d1990b361f4db9b94438e442bd17.tar.bz2
gentoo-a508fb3cc770d1990b361f4db9b94438e442bd17.zip
app-vim/pushpop: drop 4.0-r1, EAPI6--
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/pushpop/pushpop-4.0-r1.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-vim/pushpop/pushpop-4.0-r1.ebuild b/app-vim/pushpop/pushpop-4.0-r1.ebuild
deleted file mode 100644
index 18945ff3f455..000000000000
--- a/app-vim/pushpop/pushpop-4.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-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."