summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-01-13 18:36:01 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 19:50:31 +0100
commit143e5fe9ed62d0a1dc2251d0f53a3c584b8a9872 (patch)
tree141707e70958503331af7870707b2cec5bfafd0e /app-vim
parentapp-vim/searchcomplete: drop 1.1-r1, EAPI6-- (diff)
downloadgentoo-143e5fe9ed62d0a1dc2251d0f53a3c584b8a9872.tar.gz
gentoo-143e5fe9ed62d0a1dc2251d0f53a3c584b8a9872.tar.bz2
gentoo-143e5fe9ed62d0a1dc2251d0f53a3c584b8a9872.zip
app-vim/session: drop 2.13.1, 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/session/session-2.13.1.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/app-vim/session/session-2.13.1.ebuild b/app-vim/session/session-2.13.1.ebuild
deleted file mode 100644
index 6e0096204840..000000000000
--- a/app-vim/session/session-2.13.1.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: extended session management for vim"
-HOMEPAGE="http://peterodding.com/code/vim/session/"
-SRC_URI="https://github.com/xolox/vim-${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-
-VIM_PLUGIN_HELPFILES="${PN}.txt"
-
-RDEPEND=">=app-vim/vim-misc-1.17.6"
-
-S=${WORKDIR}/vim-${P}