public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/ale/
@ 2023-01-11 18:21 Nicola Smaniotto
  0 siblings, 0 replies; 5+ messages in thread
From: Nicola Smaniotto @ 2023-01-11 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8023768b0c64d575dd87bf4c39b2827dcc9ed943
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Wed Jan 11 16:09:47 2023 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Wed Jan 11 18:21:13 2023 +0000
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 <smaniotto.nicola <AT> 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 000000000..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 000000000..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 000000000..be3f1030e
--- /dev/null
+++ b/app-vim/ale/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>smaniotto.nicola@gmail.com</email>
+		<name>Nicola Smaniotto</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/ale/
@ 2023-01-11 20:04 Nicola Smaniotto
  0 siblings, 0 replies; 5+ messages in thread
From: Nicola Smaniotto @ 2023-01-11 20:04 UTC (permalink / raw
  To: gentoo-commits

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

app-vim/ale: remove useless file

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> 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..000000000


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/ale/
@ 2023-01-13 10:46 Anna Vyalkova
  0 siblings, 0 replies; 5+ messages in thread
From: Anna Vyalkova @ 2023-01-13 10:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6e61322c245ca24a54f87d46b08a6a1a99f031ae
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jan 13 09:34:57 2023 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Jan 13 10:46:15 2023 +0000
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 <cyber+gentoo <AT> 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 @@
 		<email>smaniotto.nicola@gmail.com</email>
 		<name>Nicola Smaniotto</name>
 	</maintainer>
+	<maintainer type="person">
+		<email>cyber+gentoo@sysrq.in</email>
+		<name>Anna</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/ale/
@ 2023-05-27 17:10 Rahul Sandhu
  0 siblings, 0 replies; 5+ messages in thread
From: Rahul Sandhu @ 2023-05-27 17:10 UTC (permalink / raw
  To: gentoo-commits

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

app-vim/ale: add github upstream metadata

Signed-off-by: Rahul Sandhu <rahul <AT> 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 @@
 		<email>cyber+gentoo@sysrq.in</email>
 		<name>Anna</name>
 	</maintainer>
+	<upstream>
+		<remote-id type="github">dense-analysis/ale</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-vim/ale/
@ 2025-03-15 16:32 Nicola Smaniotto
  0 siblings, 0 replies; 5+ messages in thread
From: Nicola Smaniotto @ 2025-03-15 16:32 UTC (permalink / raw
  To: gentoo-commits

commit:     46f18b613515e790fdb668a4077a5a20e9620979
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Sat Mar 15 16:32:11 2025 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Sat Mar 15 16:32:11 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46f18b61

app-vim/ale: add 4.0.0

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 app-vim/ale/Manifest         |  1 +
 app-vim/ale/ale-4.0.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/app-vim/ale/Manifest b/app-vim/ale/Manifest
index 784afac85..8da812204 100644
--- a/app-vim/ale/Manifest
+++ b/app-vim/ale/Manifest
@@ -1 +1,2 @@
 DIST ale-3.3.0.tar.gz 401593 BLAKE2B 84a86e456e9c49b0bb409272f92a4ef7391b540bbd5da972b8d699570ef9709e4d64bec67b47b62d78e0ebd1be5b0f6bb84744fa8a34409ed8c7f7899784f885 SHA512 96cdeeac907871eaea698a57e391d25353c8509266253f2f89fff5f1eb0f52fe0f87099d6fd609480ed2c3adf61bb781a3e5f2858474cd8d20aba7074475aabc
+DIST ale-4.0.0.tar.gz 433868 BLAKE2B 2e94a36ebe6f48da403a9efe8475acf379937438dc2a5a1dac1fee5adc4f94d4af2bb4257854de8a0451dc5e09a1c30679c60889c97aa485012747f8c0de3aaa SHA512 cfee336be11b311ae6566d24cdd21aa21ca50fd3e6fbab6bd822de4506c4586d7cb5617ee912884c97ed93f867f374c1fdabd3cbfc07d377877d224cdc1aeef1

diff --git a/app-vim/ale/ale-4.0.0.ebuild b/app-vim/ale/ale-4.0.0.ebuild
new file mode 100644
index 000000000..5b6fcdc47
--- /dev/null
+++ b/app-vim/ale/ale-4.0.0.ebuild
@@ -0,0 +1,19 @@
+# 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"
+
+VIM_PLUGIN_HELPFILES="ale"
+
+src_install(){
+	vim-plugin_src_install ale_linters rplugin lua
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2025-03-15 16:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-13 10:46 [gentoo-commits] repo/proj/guru:dev commit in: app-vim/ale/ Anna Vyalkova
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15 16:32 Nicola Smaniotto
2023-05-27 17:10 Rahul Sandhu
2023-01-11 20:04 Nicola Smaniotto
2023-01-11 18:21 Nicola Smaniotto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox