summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-01-13 18:37:18 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-13 19:50:34 +0100
commit3a4815e1522f1bb5e143ebb416d7ae3ec0aef1e2 (patch)
tree554c81022e8ccfa36d29539e283fd369573fe3de /app-vim
parentapp-vim/showmarks: drop 2.2-r1, EAPI6-- (diff)
downloadgentoo-3a4815e1522f1bb5e143ebb416d7ae3ec0aef1e2.tar.gz
gentoo-3a4815e1522f1bb5e143ebb416d7ae3ec0aef1e2.tar.bz2
gentoo-3a4815e1522f1bb5e143ebb416d7ae3ec0aef1e2.zip
app-vim/tasklist: drop 1.0.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/tasklist/Manifest1
-rw-r--r--app-vim/tasklist/tasklist-1.0.1.ebuild13
2 files changed, 0 insertions, 14 deletions
diff --git a/app-vim/tasklist/Manifest b/app-vim/tasklist/Manifest
index babd68fd2e23..a5e18059053d 100644
--- a/app-vim/tasklist/Manifest
+++ b/app-vim/tasklist/Manifest
@@ -1,2 +1 @@
DIST tasklist-1.0.1-r1.tar.gz 4051 BLAKE2B a74081063f4c0e25bc05534098fbbc77069e2df9be848df9342e26d8466b0d20cf3fb1daae133e4d8043447f3788da96ff4f18a976869006aca9a56f0488a0f1 SHA512 46ab07f5618e37a99eb3d8268adbc3d2aea278e320f43092601b7c6179ece7811610f1857ff01a950aa526905dbad72a412413e7793ce6e150db3a65e8c0e519
-DIST tasklist-1.0.1.tar.gz 4066 BLAKE2B d55e12f28546f400b34e11636814205e94c3c82656a068c9774fb23fcfd336fae059efcf307043b6bcbaccb939a4a4ed8d02c9a5944381bece096c57f6092ade SHA512 623ec5b147e485abe3e246796a6ed67dd8325ef37708e589c4568897da10ba70076eb5dffd9fb9333fc29d045c316cf382950de13f616873334fc734875600b9
diff --git a/app-vim/tasklist/tasklist-1.0.1.ebuild b/app-vim/tasklist/tasklist-1.0.1.ebuild
deleted file mode 100644
index a8060181dc4c..000000000000
--- a/app-vim/tasklist/tasklist-1.0.1.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit vim-plugin vcs-snapshot
-
-DESCRIPTION="Highlight FIXME/TODO/CUSTOM keywords in a separate list"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=2607"
-SRC_URI="https://github.com/vim-scripts/${PN}.vim/tarball/${PV} -> ${P}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="amd64 x86"