dev-ruby/language_server-protocol: add 3.17.0.5

Signed-off-by: Bryce Copeland (truffle) <truffle074@gmail.com>
This commit is contained in:
Bryce Copeland (truffle)
2025-05-28 00:35:22 +10:00
parent b62183acbb
commit 262533f0ac
3 changed files with 38 additions and 1 deletions

View File

@@ -1 +1,2 @@
DIST language_server-protocol-3.17.0.4.tar.gz 122751 BLAKE2B 4ace1b2ce6b796c5140796cacf1b50fde6db84cbb912e575fd0b3c361131a571e2519c2ab4dac97683f3a2d30f4b230ba5e3268fc438b0759caa698ffb508ca8 SHA512 a034ee40e61c128c36f9f9d1c8a26ecfe381db64c8abe26eb58a690f9560f4232cc269c6d17922d9d3c954449a8a294cd1b491dc2740d13a8b1193993db57076
DIST language_server-protocol-3.17.0.5.tar.gz 127282 BLAKE2B 51139efe11670489dbd7f8f2af949b2d7dc0665e8966db9956ea3138022b0c49a2689eb3140cd6e2d8eb03993d6e8d87b9acab037ea777592798938b6fc8e706 SHA512 6c7b1b4b57136b3e9f3164846c665108f5b3bec1d3aed6b5cde1c1c8406d6de2dd7152c6efc18357549cafe72d7f4af0a79e993df57bd0f87a62dce5a057576f

View File

@@ -0,0 +1,36 @@
# 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" # this directory doesn't actually exist, but reflects the spec
USE_RUBY="ruby31 ruby32 ruby33 ruby34"
inherit ruby-fakegem
DESCRIPTION="Language Server SDK Gem for Ruby"
HOMEPAGE="https://github.com/mtsmfm/language_server-protocol-ruby"
SRC_URI="https://github.com/mtsmfm/${PN}-ruby/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
all_ruby_unpack() {
default
# git repo is titled "language_server-protocol-ruby" by default
# change to match package name to make eclass happy
mv "${PN}-ruby-${PV}" "${P}"
}
each_fakegem_configure() {
# by default these lines contain code that runs unnecessary shell commands or
# searches that don't make sense with the ebuild directory structure.
# values are set independently by the eclass anyways, so can be removed
sed -i '/^spec.files*/d' "${PN}.gemspec" || die
sed -i '/^spec.executables*/d' "${PN}.gemspec" || die
default
}

View File

@@ -3,7 +3,7 @@
<pkgmetadata>
<maintainer type="person">
<email>truffle074@gmail.com</email>
<name>Bryce Copeland</name>
<name>Bryce Copeland (truffle)</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/mtsmfm/language_server-protocol-ruby/issues</bugs-to>