* [gentoo-commits] repo/proj/guru:master commit in: app-vim/ale/
@ 2023-01-12 10:38 Florian Schmaus
0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-01-12 10:38 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: Florian Schmaus <flow <AT> gentoo <DOT> org>
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] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-vim/ale/
@ 2023-01-12 10:38 Florian Schmaus
0 siblings, 0 replies; 4+ messages in thread
From: Florian Schmaus @ 2023-01-12 10:38 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: Florian Schmaus <flow <AT> gentoo <DOT> org>
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] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-vim/ale/
@ 2023-01-14 18:43 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2023-01-14 18:43 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: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
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] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: app-vim/ale/
@ 2023-05-27 17:22 Viorel Munteanu
0 siblings, 0 replies; 4+ messages in thread
From: Viorel Munteanu @ 2023-05-27 17:22 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: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
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] 4+ messages in thread
end of thread, other threads:[~2023-05-27 17:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-14 18:43 [gentoo-commits] repo/proj/guru:master commit in: app-vim/ale/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2023-05-27 17:22 Viorel Munteanu
2023-01-12 10:38 Florian Schmaus
2023-01-12 10:38 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox