mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 12:03:02 -04:00
dev-ruby/ruby-lsp: new package, add 0.23.11
Signed-off-by: Bryce Copeland <truffle074@gmail.com>
This commit is contained in:
1
dev-ruby/ruby-lsp/Manifest
Normal file
1
dev-ruby/ruby-lsp/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST ruby-lsp-0.23.11.tar.gz 27071970 BLAKE2B 0a86024a40db46670e57570f1047c02f59178388933beea372ce378794f8950aa5ba4272491b2e0fe3c9a55216880c368671fd33d3234527029c8a465b77d62b SHA512 f111192710c6603bb127bff546a3e84d4ef7a3c29823e1400ade475ecee22f1272123a44e86eac89e8dcae57f1584c6f40108b52a1718ff8562c2b7bb8279ad2
|
||||
12
dev-ruby/ruby-lsp/metadata.xml
Normal file
12
dev-ruby/ruby-lsp/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>truffle074@gmail.com</email>
|
||||
<name>Bryce Copeland</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://github.com/Shopify/ruby-lsp/issues</bugs-to>
|
||||
<remote-id type="github">Shopify/ruby-lsp</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
25
dev-ruby/ruby-lsp/ruby-lsp-0.23.11.ebuild
Normal file
25
dev-ruby/ruby-lsp/ruby-lsp-0.23.11.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
|
||||
RUBY_FAKEGEM_BINDIR="exe" # 'bin' contains only testing functions
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="static_docs VERSION"
|
||||
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="An opinionated language server for Ruby"
|
||||
HOMEPAGE="https://shopify.github.io/ruby-lsp"
|
||||
SRC_URI="https://github.com/Shopify/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND+="
|
||||
>=dev-ruby/prism-1.2 <dev-ruby/prism-2
|
||||
>=dev-ruby/rbs-3 <dev-ruby/rbs-4
|
||||
=dev-ruby/language_server-protocol-3.17*
|
||||
>=dev-ruby/sorbet-runtime-0.5.10782
|
||||
"
|
||||
Reference in New Issue
Block a user