[gentoo-commits] repo/proj/guru:dev commit in: app-vim/ale/

2023-05-27 Thread Rahul Sandhu
commit: a125740b03c859a00ded264e5a9bf9883eecfa78
Author: Rahul Sandhu  sandhuservices  dev>
AuthorDate: Sat May 27 17:10:17 2023 +
Commit: Rahul Sandhu  sandhuservices  dev>
CommitDate: Sat May 27 17:10:17 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a125740b

app-vim/ale: add github upstream metadata

Signed-off-by: Rahul Sandhu  sandhuservices.dev>

 app-vim/ale/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-vim/ale/metadata.xml b/app-vim/ale/metadata.xml
index 28cf61ed6..aa950798c 100644
--- a/app-vim/ale/metadata.xml
+++ b/app-vim/ale/metadata.xml
@@ -9,4 +9,7 @@
cyber+gen...@sysrq.in
Anna

+   
+   dense-analysis/ale
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: app-vim/ale/

2023-01-13 Thread Anna Vyalkova
commit: 6e61322c245ca24a54f87d46b08a6a1a99f031ae
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Fri Jan 13 09:34:57 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Fri Jan 13 10:46:15 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6e61322c

app-vim/ale: add myself as a maintainer

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 app-vim/ale/ale-3.3.0.ebuild | 2 ++
 app-vim/ale/metadata.xml | 4 
 2 files changed, 6 insertions(+)

diff --git a/app-vim/ale/ale-3.3.0.ebuild b/app-vim/ale/ale-3.3.0.ebuild
index 1a83959ec..172d33da4 100644
--- a/app-vim/ale/ale-3.3.0.ebuild
+++ b/app-vim/ale/ale-3.3.0.ebuild
@@ -12,6 +12,8 @@ 
SRC_URI="https://github.com/dense-analysis/${PN}/archive/refs/tags/v${PV}.tar.gz
 LICENSE="BSD-2"
 KEYWORDS="~amd64"
 
+VIM_PLUGIN_HELPFILES="ale"
+
 src_install(){
vim-plugin_src_install ale_linters rplugin
 }

diff --git a/app-vim/ale/metadata.xml b/app-vim/ale/metadata.xml
index be3f1030e..28cf61ed6 100644
--- a/app-vim/ale/metadata.xml
+++ b/app-vim/ale/metadata.xml
@@ -5,4 +5,8 @@
smaniotto.nic...@gmail.com
Nicola Smaniotto

+   
+   cyber+gen...@sysrq.in
+   Anna
+   
 



[gentoo-commits] repo/proj/guru:dev commit in: app-vim/ale/

2023-01-11 Thread Nicola Smaniotto
commit: 9ba8d940012a823c048fb7825ef100c716ea7eb8
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Wed Jan 11 20:03:19 2023 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Wed Jan 11 20:03:19 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9ba8d940

app-vim/ale: remove useless file

Signed-off-by: Nicola Smaniotto  gmail.com>

 app-vim/ale/a | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/app-vim/ale/a b/app-vim/ale/a
deleted file mode 100644
index e69de29bb..0



[gentoo-commits] repo/proj/guru:dev commit in: app-vim/ale/

2023-01-11 Thread Nicola Smaniotto
commit: 8023768b0c64d575dd87bf4c39b2827dcc9ed943
Author: Nicola Smaniotto  gmail  com>
AuthorDate: Wed Jan 11 16:09:47 2023 +
Commit: Nicola Smaniotto  gmail  com>
CommitDate: Wed Jan 11 18:21:13 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8023768b

app-vim/ale: new package, add 3.3.0

Signed-off-by: Nicola Smaniotto  gmail.com>

 app-vim/ale/Manifest |  1 +
 app-vim/ale/ale-3.3.0.ebuild | 17 +
 app-vim/ale/metadata.xml |  8 
 3 files changed, 26 insertions(+)

diff --git a/app-vim/ale/Manifest b/app-vim/ale/Manifest
new file mode 100644
index 0..784afac85
--- /dev/null
+++ b/app-vim/ale/Manifest
@@ -0,0 +1 @@
+DIST ale-3.3.0.tar.gz 401593 BLAKE2B 
84a86e456e9c49b0bb409272f92a4ef7391b540bbd5da972b8d699570ef9709e4d64bec67b47b62d78e0ebd1be5b0f6bb84744fa8a34409ed8c7f7899784f885
 SHA512 
96cdeeac907871eaea698a57e391d25353c8509266253f2f89fff5f1eb0f52fe0f87099d6fd609480ed2c3adf61bb781a3e5f2858474cd8d20aba7074475aabc

diff --git a/app-vim/ale/ale-3.3.0.ebuild b/app-vim/ale/ale-3.3.0.ebuild
new file mode 100644
index 0..1a83959ec
--- /dev/null
+++ b/app-vim/ale/ale-3.3.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="Check syntax in Vim asynchronously and fix files, with LSP 
support"
+HOMEPAGE="https://github.com/dense-analysis/ale;
+SRC_URI="https://github.com/dense-analysis/${PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+KEYWORDS="~amd64"
+
+src_install(){
+   vim-plugin_src_install ale_linters rplugin
+}

diff --git a/app-vim/ale/metadata.xml b/app-vim/ale/metadata.xml
new file mode 100644
index 0..be3f1030e
--- /dev/null
+++ b/app-vim/ale/metadata.xml
@@ -0,0 +1,8 @@
+
+https://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   smaniotto.nic...@gmail.com
+   Nicola Smaniotto
+   
+