summaryrefslogtreecommitdiff
path: root/dev-ruby/ruby-lsp
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:47:34 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:47:34 -0500
commitdda948891d3731927b821ce31f9d9a2d03ba20c5 (patch)
tree99cd40be4cbb0606260da212cd81b8ab2db9da9b /dev-ruby/ruby-lsp
parenta3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (diff)
downloadbaldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.gz
baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.tar.xz
baldeagleos-repo-dda948891d3731927b821ce31f9d9a2d03ba20c5.zip
Adding metadata
Diffstat (limited to 'dev-ruby/ruby-lsp')
-rw-r--r--dev-ruby/ruby-lsp/Manifest1
-rw-r--r--dev-ruby/ruby-lsp/metadata.xml12
-rw-r--r--dev-ruby/ruby-lsp/ruby-lsp-0.26.4.ebuild33
3 files changed, 46 insertions, 0 deletions
diff --git a/dev-ruby/ruby-lsp/Manifest b/dev-ruby/ruby-lsp/Manifest
new file mode 100644
index 000000000000..7a9f8fad9000
--- /dev/null
+++ b/dev-ruby/ruby-lsp/Manifest
@@ -0,0 +1 @@
+DIST ruby-lsp-0.26.4.tar.gz 35047056 BLAKE2B ff3d689e6f9e546612cb68b50ce1c9030ba04972676ccfdb09c881ac40098629c514618b12b58744602b5d6cfafdbaa7d21a69eb9e8538bc95dc0b7912f8d23f SHA512 5c5c3ee0567031cf94bd0671c89bed8a3db48037bdd1b36abd039a227fb41a630929411b4e1f4cb0e66aec47ff78aaea6c44bc493aa48e24a311541d2cf34497
diff --git a/dev-ruby/ruby-lsp/metadata.xml b/dev-ruby/ruby-lsp/metadata.xml
new file mode 100644
index 000000000000..875f3b0f26c8
--- /dev/null
+++ b/dev-ruby/ruby-lsp/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>truffle074@gmail.com</email>
+ <name>Bryce Copeland (truffle)</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/Shopify/ruby-lsp/issues</bugs-to>
+ </upstream>
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>
diff --git a/dev-ruby/ruby-lsp/ruby-lsp-0.26.4.ebuild b/dev-ruby/ruby-lsp/ruby-lsp-0.26.4.ebuild
new file mode 100644
index 000000000000..267931b52069
--- /dev/null
+++ b/dev-ruby/ruby-lsp/ruby-lsp-0.26.4.ebuild
@@ -0,0 +1,33 @@
+# 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"
+
+# TODO: if necessary create extra packages with test dependencies
+# currently tests would require many more gems/ebuilds
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+DEPEND+="
+ >=dev-ruby/prism-1.2 <dev-ruby/prism-2
+ >=dev-ruby/rbs-3 <dev-ruby/rbs-5
+ =dev-ruby/language_server-protocol-3.17*
+"
+
+each_fakegem_test() {
+ ewarn "Tests disabled due requiring ~10 extra gems to be installed, most of which do not have ebuilds"
+ default
+}