public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/lua-language-server/
Date: Sun,  1 Jan 2023 18:21:40 +0000 (UTC)	[thread overview]
Message-ID: <1672491532.064a24ec2cc6ca7186aa86036c91e29cadc1387a.flow@gentoo> (raw)

commit:     064a24ec2cc6ca7186aa86036c91e29cadc1387a
Author:     Mathis Winterer <mrmagic223325 <AT> fedora <DOT> email>
AuthorDate: Sat Dec 31 12:57:51 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Dec 31 12:58:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=064a24ec

dev-util/lua-language-server: new package, add 3.6.4

Signed-off-by: Mathis Winterer <mrmagic223325 <AT> fedora.email>

 dev-util/lua-language-server/Manifest              |  1 +
 .../lua-language-server-3.6.4.ebuild               | 31 ++++++++++++++++++++++
 dev-util/lua-language-server/metadata.xml          | 19 +++++++++++++
 3 files changed, 51 insertions(+)

diff --git a/dev-util/lua-language-server/Manifest b/dev-util/lua-language-server/Manifest
new file mode 100644
index 000000000..d507c5d7c
--- /dev/null
+++ b/dev-util/lua-language-server/Manifest
@@ -0,0 +1 @@
+DIST lua-language-server-3.6.4.tar.gz 3223008 BLAKE2B fed2819164e99f8773d7d51dc675588b61be997072abfe4ed9baa84b1fae68d53f997a29a5ecb887952ead827894eb5038bd8df867dd4cc7c04e75257317faf1 SHA512 201c6637c4bd07b037df0fd3bdf15eaa20cc756cdd50a3aa166ccf7092e1dd48132ca4b70097aba0ee45cd8e931c3bd48867922cd9afef31ada14c0fbb216068

diff --git a/dev-util/lua-language-server/lua-language-server-3.6.4.ebuild b/dev-util/lua-language-server/lua-language-server-3.6.4.ebuild
new file mode 100644
index 000000000..3636feded
--- /dev/null
+++ b/dev-util/lua-language-server/lua-language-server-3.6.4.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit ninja-utils git-r3
+
+DESCRIPTION="Lua language server"
+HOMEPAGE="https://github.com/sumneko/lua-language-server"
+SRC_URI="https://github.com/sumneko/lua-language-server/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+BDPEND="
+	"${NINJA_DEPEND}"
+	dev-util/ninja
+	sys-devel/gcc
+"
+
+EGIT_REPO_URI="https://github.com/sumneko/lua-language-server"
+
+src_compile() {
+	(cd 3rd/luamake && ./compile/install.sh) || die
+	./3rd/luamake/luamake make || die
+}
+
+src_install() {
+	dobin bin/{main.lua,lua-language-server}
+	dodoc changelog.md README.md
+}

diff --git a/dev-util/lua-language-server/metadata.xml b/dev-util/lua-language-server/metadata.xml
new file mode 100644
index 000000000..6253e3a9c
--- /dev/null
+++ b/dev-util/lua-language-server/metadata.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mrmagic223325@fedora.email</email>
+		<name>Mathis Winterer</name>
+	</maintainer>
+	<longdescription lang="en">
+		The Lua language server provides various language features for Lua to make development easier and faster. With around half a million installs on Visual Studio Code, it is the most popular extension for Lua language support. Supports Lua versions 5.1, 5.2, 5.3, 5.4 and LuaJIT
+	</longdescription>
+	<upstream>
+		<maintainer status="active">
+			<name>Sumneko</name>
+		</maintainer>
+		<bugs-to>https://github.com/sumneko/lua-language-server/issues</bugs-to>
+		<doc>https://github.com/sumneko/lua-language-server/wiki</doc>
+		<remote-id type="github">sumneko/lua-language-server</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2023-01-01 18:21 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-01 18:21 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-30  8:40 [gentoo-commits] repo/proj/guru:master commit in: dev-util/lua-language-server/ David Roman
2024-08-20 20:46 David Roman
2024-06-25  9:52 David Roman
2024-05-31  8:55 Julien Roy
2023-11-19  9:58 Viorel Munteanu
2023-09-03 12:27 Haelwenn Monnier
2023-07-29 15:04 Florian Schmaus
2023-07-16  6:18 Haelwenn Monnier
2023-05-27 12:20 Viorel Munteanu
2023-04-28 17:52 Arthur Zamarin
2023-04-28 17:52 Arthur Zamarin
2023-03-08  9:08 Florian Schmaus
2023-02-23  9:24 Viorel Munteanu
2023-01-22  8:21 Viorel Munteanu
2023-01-01 18:21 Florian Schmaus
2023-01-01 18:21 Florian Schmaus
2023-01-01 18:21 Florian Schmaus
2023-01-01 18:21 Florian Schmaus
2023-01-01 18:21 Florian Schmaus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1672491532.064a24ec2cc6ca7186aa86036c91e29cadc1387a.flow@gentoo \
    --to=flow@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox