public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/lemminx-bin/
Date: Wed,  7 Sep 2022 02:19:33 +0000 (UTC)	[thread overview]
Message-ID: <1662517153.c7002f707d0945427bdb51cc2f204779b9f1b23e.tastytea@gentoo> (raw)

commit:     c7002f707d0945427bdb51cc2f204779b9f1b23e
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Sep  7 02:19:13 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Sep  7 02:19:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7002f70

dev-util/lemminx-bin: new package, add 0.21.0

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 dev-util/lemminx-bin/Manifest                  |  1 +
 dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild | 21 +++++++++++++++++++++
 dev-util/lemminx-bin/metadata.xml              | 17 +++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-util/lemminx-bin/Manifest b/dev-util/lemminx-bin/Manifest
new file mode 100644
index 000000000..ac7270a0a
--- /dev/null
+++ b/dev-util/lemminx-bin/Manifest
@@ -0,0 +1 @@
+DIST lemminx-bin-0.21.0.zip 14513662 BLAKE2B fe09ff1577007b861d87d376600c98dc021ee60067428dc65caedacdf1f440cd2cb26c321cbc3beac0a059670fa39f863a346f9eec7fe4504f9f278387b42ac4 SHA512 e3a3baab0a2d76b23c3770707d10d570b6bcb3597fb4fabf9165c412cede6e2659e8fb056dcfb6353a5fa9097f4f35520efe5c680a26eb20fac8646f008679d2

diff --git a/dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild b/dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild
new file mode 100644
index 000000000..a2e7be2e0
--- /dev/null
+++ b/dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="XML Language Server"
+HOMEPAGE="https://github.com/eclipse/lemminx"
+SRC_URI="https://github.com/redhat-developer/vscode-xml/releases/download/${PV}/lemminx-linux.zip -> ${P}.zip"
+S="${WORKDIR}"
+
+LICENSE="EPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="/usr/bin/lemminx"
+
+src_install() {
+	newbin lemminx-linux lemminx
+}

diff --git a/dev-util/lemminx-bin/metadata.xml b/dev-util/lemminx-bin/metadata.xml
new file mode 100644
index 000000000..719db5392
--- /dev/null
+++ b/dev-util/lemminx-bin/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@tastytea.de</email>
+		<name>Ronny (tastytea) Gutbrod</name>
+	</maintainer>
+	<longdescription lang="en">
+		LemMinX is a XML language specific implementation of the Language Server
+		Protocol and can be used with any editor that supports the protocol, to
+		offer good support for the XML Language.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">eclipse/lemminx</remote-id>
+		<remote-id type="github">redhat-developer/vscode-xml</remote-id>
+	</upstream>
+</pkgmetadata>


WARNING: multiple messages have this Message-ID (diff)
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/lemminx-bin/
Date: Thu,  8 Sep 2022 01:46:41 +0000 (UTC)	[thread overview]
Message-ID: <1662517153.c7002f707d0945427bdb51cc2f204779b9f1b23e.tastytea@gentoo> (raw)
Message-ID: <20220908014641.Il6LI8uG-_6Yx_KukRr8uSrpEkQCW2BPfP7DlZYw_vQ@z> (raw)

commit:     c7002f707d0945427bdb51cc2f204779b9f1b23e
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Sep  7 02:19:13 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Sep  7 02:19:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7002f70

dev-util/lemminx-bin: new package, add 0.21.0

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>

 dev-util/lemminx-bin/Manifest                  |  1 +
 dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild | 21 +++++++++++++++++++++
 dev-util/lemminx-bin/metadata.xml              | 17 +++++++++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-util/lemminx-bin/Manifest b/dev-util/lemminx-bin/Manifest
new file mode 100644
index 000000000..ac7270a0a
--- /dev/null
+++ b/dev-util/lemminx-bin/Manifest
@@ -0,0 +1 @@
+DIST lemminx-bin-0.21.0.zip 14513662 BLAKE2B fe09ff1577007b861d87d376600c98dc021ee60067428dc65caedacdf1f440cd2cb26c321cbc3beac0a059670fa39f863a346f9eec7fe4504f9f278387b42ac4 SHA512 e3a3baab0a2d76b23c3770707d10d570b6bcb3597fb4fabf9165c412cede6e2659e8fb056dcfb6353a5fa9097f4f35520efe5c680a26eb20fac8646f008679d2

diff --git a/dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild b/dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild
new file mode 100644
index 000000000..a2e7be2e0
--- /dev/null
+++ b/dev-util/lemminx-bin/lemminx-bin-0.21.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="XML Language Server"
+HOMEPAGE="https://github.com/eclipse/lemminx"
+SRC_URI="https://github.com/redhat-developer/vscode-xml/releases/download/${PV}/lemminx-linux.zip -> ${P}.zip"
+S="${WORKDIR}"
+
+LICENSE="EPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="/usr/bin/lemminx"
+
+src_install() {
+	newbin lemminx-linux lemminx
+}

diff --git a/dev-util/lemminx-bin/metadata.xml b/dev-util/lemminx-bin/metadata.xml
new file mode 100644
index 000000000..719db5392
--- /dev/null
+++ b/dev-util/lemminx-bin/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gentoo@tastytea.de</email>
+		<name>Ronny (tastytea) Gutbrod</name>
+	</maintainer>
+	<longdescription lang="en">
+		LemMinX is a XML language specific implementation of the Language Server
+		Protocol and can be used with any editor that supports the protocol, to
+		offer good support for the XML Language.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">eclipse/lemminx</remote-id>
+		<remote-id type="github">redhat-developer/vscode-xml</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2022-09-07  2:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-07  2:19 Ronny Gutbrod [this message]
2022-09-08  1:46 ` [gentoo-commits] repo/proj/guru:master commit in: dev-util/lemminx-bin/ Ronny Gutbrod
  -- strict thread matches above, loose matches on Subject: below --
2022-10-22 22:22 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-10-22 22:22 Ronny Gutbrod
2023-02-03  9:17 Ronny Gutbrod
2023-02-03  9:17 Ronny Gutbrod
2023-04-27 16:59 Ronny Gutbrod
2023-04-27 16:59 Ronny Gutbrod
2024-05-28 12:16 Ronny Gutbrod
2024-05-28 12:16 Ronny Gutbrod
2024-06-27 21:09 Ronny Gutbrod
2024-06-27 21:09 Ronny Gutbrod

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=1662517153.c7002f707d0945427bdb51cc2f204779b9f1b23e.tastytea@gentoo \
    --to=gentoo@tastytea.de \
    --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