summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-01-13 18:20:58 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 19:50:03 +0100
commit03d2be415658281926616114e76f1d218f80e79e (patch)
treef28ea68369dac63918e03a6e0bfdad7a7ffc8a59 /app-vim/easy-align
parentapp-vim/dirdiff: drop 1.1.5-r1, EAPI6-- (diff)
downloadgentoo-03d2be415658281926616114e76f1d218f80e79e.tar.gz
gentoo-03d2be415658281926616114e76f1d218f80e79e.tar.bz2
gentoo-03d2be415658281926616114e76f1d218f80e79e.zip
app-vim/easy-align: drop 2.10.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/easy-align')
-rw-r--r--app-vim/easy-align/easy-align-2.10.0-r1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-vim/easy-align/easy-align-2.10.0-r1.ebuild b/app-vim/easy-align/easy-align-2.10.0-r1.ebuild
deleted file mode 100644
index fc97db123060..000000000000
--- a/app-vim/easy-align/easy-align-2.10.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin
-
-MY_PN=vim-${PN}
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="vim plugin: a simple alignment plugin"
-HOMEPAGE="https://github.com/junegunn/vim-easy-align https://www.vim.org/scripts/script.php?script_id=4520"
-SRC_URI="https://github.com/junegunn/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-KEYWORDS="amd64 x86"
-
-VIM_PLUGIN_HELPFILES="${PN}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_prepare() {
- default
- rm -rv test || die
-}