diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 17:58:19 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:45 +0200 |
commit | 4ecc814e12f226c1908778f78706ff6b3bb39480 (patch) | |
tree | 49f21b57f9c1852315e3619d5051a7788c2de0a3 /app-vim/tasklist | |
parent | app-vim/showmarks: EAPI8 bump (diff) | |
download | gentoo-4ecc814e12f226c1908778f78706ff6b3bb39480.tar.gz gentoo-4ecc814e12f226c1908778f78706ff6b3bb39480.tar.bz2 gentoo-4ecc814e12f226c1908778f78706ff6b3bb39480.zip |
app-vim/tasklist: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/tasklist')
-rw-r--r-- | app-vim/tasklist/Manifest | 1 | ||||
-rw-r--r-- | app-vim/tasklist/tasklist-1.0.1-r1.ebuild | 13 |
2 files changed, 14 insertions, 0 deletions
diff --git a/app-vim/tasklist/Manifest b/app-vim/tasklist/Manifest index 96c869551761..babd68fd2e23 100644 --- a/app-vim/tasklist/Manifest +++ b/app-vim/tasklist/Manifest @@ -1 +1,2 @@ +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-r1.ebuild b/app-vim/tasklist/tasklist-1.0.1-r1.ebuild new file mode 100644 index 000000000000..6c8b33fc5db3 --- /dev/null +++ b/app-vim/tasklist/tasklist-1.0.1-r1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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/archive/${PV}.tar.gz -> ${PF}.tar.gz" + +LICENSE="MIT" +KEYWORDS="~amd64 ~x86" |