summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-19 18:03:04 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-09-14 23:22:46 +0200
commit2f262848486b6240edbd67e359e23ec428efe7fb (patch)
tree55403a911caae2356fddbee5010b57add7a1aeb8 /app-vim/thlnk
parentapp-vim/tcomment: remove live ebuild (diff)
downloadgentoo-2f262848486b6240edbd67e359e23ec428efe7fb.tar.gz
gentoo-2f262848486b6240edbd67e359e23ec428efe7fb.tar.bz2
gentoo-2f262848486b6240edbd67e359e23ec428efe7fb.zip
app-vim/thlnk: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/thlnk')
-rw-r--r--app-vim/thlnk/thlnk-1.2.1-r2.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/app-vim/thlnk/thlnk-1.2.1-r2.ebuild b/app-vim/thlnk/thlnk-1.2.1-r2.ebuild
new file mode 100644
index 000000000000..258496c59aa3
--- /dev/null
+++ b/app-vim/thlnk/thlnk-1.2.1-r2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: linking in plaintext"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=293"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+
+VIM_PLUGIN_HELPFILES="thlnk thlnk-reference-manual"