summaryrefslogtreecommitdiff
path: root/app-vim/errsign
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-09-15 04:49:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-09-15 04:49:10 +0100
commitefca79f216bfeffd55e7731fbf24126d093e1084 (patch)
treef19ba31d8686b3de4192db3e4c4dc9f3d9af54b5 /app-vim/errsign
parentea7f3f690b55cdfa8b2d350b03c1dfc0c8357a51 (diff)
gentoo auto-resync : 15:09:2023 - 04:49:10
Diffstat (limited to 'app-vim/errsign')
-rw-r--r--app-vim/errsign/Manifest1
-rw-r--r--app-vim/errsign/errsign-0.1-r2.ebuild17
2 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/errsign/Manifest b/app-vim/errsign/Manifest
index d4a9e5c82b4d..cccb61e7710c 100644
--- a/app-vim/errsign/Manifest
+++ b/app-vim/errsign/Manifest
@@ -1,3 +1,4 @@
DIST errsign-0.1.tar.bz2 599 BLAKE2B 85b6589da0cad1827d16d33e1e38c7b533c3ab3caa985bb77bdb5cc8f96fbc1e29daa6d925ff30be69e8810bf7ea8148d0c4340144743f6cdc50d2c9110ce9fe SHA512 ccf1136043b5a54614ef90190c157c02fa5470bd79159b8ba6f7a7cd95bdd0c0dcc41eb993d8a26d2b308012cd400f4d3168f4e7dde7bbdbe8dcedcfe5d1c929
EBUILD errsign-0.1-r1.ebuild 547 BLAKE2B cfd72d55618541be62f2427e63c8580db1a9647b50b42364edd4294663594a7abdabea4df23fc464d31835fa7dc56965dad6faf5886db51f329bd32881d71593 SHA512 53f16a7fb0f80282566202906b7ed2f8bbc24cd7dbde34c5677ad1809745c20e4b8a75784f10ec066c81fc7d183f6d6b94065de2679c661075f4a620c2ccfd59
+EBUILD errsign-0.1-r2.ebuild 543 BLAKE2B a64f4db5d72bd4fda29a3df7c4be8961019bd79004871e13fb944896e914a5c0c01c6b11b5ccb8a82c7bcc6f26d1eced9f840c03d07fe11abda2db9c4d5d4c58 SHA512 f6ee64382e20c04d50b92f98b103cb894df2bcc242543d79cc48bd06f0c9f2bd56104e31be6cff67068cb92aca6e232f7a5ca7b050a7f0151fd0f4d71b4bcac3
MISC metadata.xml 250 BLAKE2B 159edb6cbbe3884fd7b328cba2125da0a51b5c0be964e60b708efe1bd040a41abdf16f8dbcfaecb9e6e1073528ac99195a08d7045d433414ec2ba1c94d582761 SHA512 6c29f24b33b8829463103cee99e2cf65cf550aa1d6c60c5a746ca2947a97a052969c8dfb9d12ae8114db0971626f9246cb9e4808d951eeae78321325da1ac32a
diff --git a/app-vim/errsign/errsign-0.1-r2.ebuild b/app-vim/errsign/errsign-0.1-r2.ebuild
new file mode 100644
index 000000000000..0349bcfda883
--- /dev/null
+++ b/app-vim/errsign/errsign-0.1-r2.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: display marks on lines with errors"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1027"
+
+LICENSE="vim.org"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT=\
+'To use this plugin, simply type \\\\es in normal mode and any lines which
+have been marked as errors (for example, via :make) will be indicated with
+a >> mark on the left of the window.'