diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 05:48:38 -0500 |
| commit | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (patch) | |
| tree | 0d7a74b4463ee387f9cf9368ceb1b757f694f72a /app-vim/ale | |
| parent | f716a9fe6455d39eef01e718aae68dae61c19704 (diff) | |
| download | baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.gz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.tar.xz baldeagleos-repo-bfd9c39e4712ebdb442d4ca0673061faed1e70e1.zip | |
Revert "Adding metadata"
This reverts commit f716a9fe6455d39eef01e718aae68dae61c19704.
Diffstat (limited to 'app-vim/ale')
| -rw-r--r-- | app-vim/ale/Manifest | 2 | ||||
| -rw-r--r-- | app-vim/ale/ale-3.3.0.ebuild | 19 | ||||
| -rw-r--r-- | app-vim/ale/ale-4.0.0.ebuild | 19 | ||||
| -rw-r--r-- | app-vim/ale/metadata.xml | 11 |
4 files changed, 51 insertions, 0 deletions
diff --git a/app-vim/ale/Manifest b/app-vim/ale/Manifest new file mode 100644 index 000000000000..8da8122044d9 --- /dev/null +++ b/app-vim/ale/Manifest @@ -0,0 +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-3.3.0.ebuild b/app-vim/ale/ale-3.3.0.ebuild new file mode 100644 index 000000000000..172d33da4b53 --- /dev/null +++ b/app-vim/ale/ale-3.3.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 +} 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 000000000000..5b6fcdc47286 --- /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 +} diff --git a/app-vim/ale/metadata.xml b/app-vim/ale/metadata.xml new file mode 100644 index 000000000000..28d6eb4d0a2c --- /dev/null +++ b/app-vim/ale/metadata.xml @@ -0,0 +1,11 @@ +<?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> + <upstream> + <remote-id type="github">dense-analysis/ale</remote-id> + </upstream> +</pkgmetadata> |
