Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: jsonnet-language-server-0.7.1
@ 2022-05-23 18:22 CameronNemo
  2022-07-25 16:21 ` CameronNemo
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: CameronNemo @ 2022-05-23 18:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1244 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages jsonnet-language-server
https://github.com/void-linux/void-packages/pull/37259

New package: jsonnet-language-server-0.7.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/37259.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jsonnet-language-server-37259.patch --]
[-- Type: text/x-diff, Size: 1207 bytes --]

From a84d675fc6e2aec5274cfb75b80a4de17f8c733a Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 23 May 2022 11:21:22 -0700
Subject: [PATCH] New package: jsonnet-language-server-0.7.1

---
 srcpkgs/jsonnet-language-server/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/jsonnet-language-server/template

diff --git a/srcpkgs/jsonnet-language-server/template b/srcpkgs/jsonnet-language-server/template
new file mode 100644
index 000000000000..d84b6ee10d4c
--- /dev/null
+++ b/srcpkgs/jsonnet-language-server/template
@@ -0,0 +1,16 @@
+# Template file for 'jsonnet-language-server'
+pkgname=jsonnet-language-server
+version=0.7.1
+revision=1
+build_style=go
+go_import_path=github.com/grafana/jsonnet-language-server
+short_desc="Language Server Protocol (LSP) server for Jsonnet"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/grafana/jsonnet-language-server"
+distfiles="https://github.com/grafana/jsonnet-language-server/archive/refs/tags/v${version}.tar.gz"
+checksum=e758305bc3dcf08f46503d824a18578647c479fb8ed1abbb2bc6a578a9efd1ad
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: New package: jsonnet-language-server-0.7.1
  2022-05-23 18:22 [PR PATCH] New package: jsonnet-language-server-0.7.1 CameronNemo
@ 2022-07-25 16:21 ` CameronNemo
  2022-07-25 17:22 ` [PR PATCH] [Updated] " CameronNemo
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-07-25 16:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 207 bytes --]

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/37259#issuecomment-1194311601

Comment:
@classabbyamp so I heard we are merging language servers now?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: jsonnet-language-server-0.7.1
  2022-05-23 18:22 [PR PATCH] New package: jsonnet-language-server-0.7.1 CameronNemo
  2022-07-25 16:21 ` CameronNemo
@ 2022-07-25 17:22 ` CameronNemo
  2022-07-26  0:08 ` CameronNemo
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-07-25 17:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1249 bytes --]

There is an updated pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages jsonnet-language-server
https://github.com/void-linux/void-packages/pull/37259

New package: jsonnet-language-server-0.7.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/37259.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jsonnet-language-server-37259.patch --]
[-- Type: text/x-diff, Size: 1207 bytes --]

From 0796ba703dbb54b09fc3e081279bf9669f74c0ef Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 23 May 2022 11:21:22 -0700
Subject: [PATCH] New package: jsonnet-language-server-0.7.1

---
 srcpkgs/jsonnet-language-server/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/jsonnet-language-server/template

diff --git a/srcpkgs/jsonnet-language-server/template b/srcpkgs/jsonnet-language-server/template
new file mode 100644
index 000000000000..d84b6ee10d4c
--- /dev/null
+++ b/srcpkgs/jsonnet-language-server/template
@@ -0,0 +1,16 @@
+# Template file for 'jsonnet-language-server'
+pkgname=jsonnet-language-server
+version=0.7.1
+revision=1
+build_style=go
+go_import_path=github.com/grafana/jsonnet-language-server
+short_desc="Language Server Protocol (LSP) server for Jsonnet"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/grafana/jsonnet-language-server"
+distfiles="https://github.com/grafana/jsonnet-language-server/archive/refs/tags/v${version}.tar.gz"
+checksum=e758305bc3dcf08f46503d824a18578647c479fb8ed1abbb2bc6a578a9efd1ad
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: jsonnet-language-server-0.7.1
  2022-05-23 18:22 [PR PATCH] New package: jsonnet-language-server-0.7.1 CameronNemo
  2022-07-25 16:21 ` CameronNemo
  2022-07-25 17:22 ` [PR PATCH] [Updated] " CameronNemo
@ 2022-07-26  0:08 ` CameronNemo
  2022-08-17  4:06 ` CameronNemo
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-07-26  0:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]

There is an updated pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages jsonnet-language-server
https://github.com/void-linux/void-packages/pull/37259

New package: jsonnet-language-server-0.7.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/37259.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jsonnet-language-server-37259.patch --]
[-- Type: text/x-diff, Size: 1207 bytes --]

From 0cf986bbe84aad2f5d181a0eb4ae3aeffcf34ff0 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 23 May 2022 11:21:22 -0700
Subject: [PATCH] New package: jsonnet-language-server-0.7.2

---
 srcpkgs/jsonnet-language-server/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/jsonnet-language-server/template

diff --git a/srcpkgs/jsonnet-language-server/template b/srcpkgs/jsonnet-language-server/template
new file mode 100644
index 000000000000..2e5c2ca0f671
--- /dev/null
+++ b/srcpkgs/jsonnet-language-server/template
@@ -0,0 +1,16 @@
+# Template file for 'jsonnet-language-server'
+pkgname=jsonnet-language-server
+version=0.7.2
+revision=1
+build_style=go
+go_import_path=github.com/grafana/jsonnet-language-server
+short_desc="Language Server Protocol (LSP) server for Jsonnet"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/grafana/jsonnet-language-server"
+distfiles="https://github.com/grafana/jsonnet-language-server/archive/refs/tags/v${version}.tar.gz"
+checksum=6ec1021db34334fd21f738e3c2798250a26c1a4facebf5fb10ff6d9f5ad62f3e
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Updated] New package: jsonnet-language-server-0.7.1
  2022-05-23 18:22 [PR PATCH] New package: jsonnet-language-server-0.7.1 CameronNemo
                   ` (2 preceding siblings ...)
  2022-07-26  0:08 ` CameronNemo
@ 2022-08-17  4:06 ` CameronNemo
  2022-08-17  4:06 ` CameronNemo
  2022-08-17 20:08 ` [PR PATCH] [Merged]: New package: jsonnet-language-server-0.7.2 the-maldridge
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-08-17  4:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]

There is an updated pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages jsonnet-language-server
https://github.com/void-linux/void-packages/pull/37259

New package: jsonnet-language-server-0.7.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/37259.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-jsonnet-language-server-37259.patch --]
[-- Type: text/x-diff, Size: 1207 bytes --]

From 26a0d8ddf1a6fcab391ddb8c9e9cc598a8eb135b Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Mon, 23 May 2022 11:21:22 -0700
Subject: [PATCH] New package: jsonnet-language-server-0.7.2

---
 srcpkgs/jsonnet-language-server/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/jsonnet-language-server/template

diff --git a/srcpkgs/jsonnet-language-server/template b/srcpkgs/jsonnet-language-server/template
new file mode 100644
index 000000000000..2e5c2ca0f671
--- /dev/null
+++ b/srcpkgs/jsonnet-language-server/template
@@ -0,0 +1,16 @@
+# Template file for 'jsonnet-language-server'
+pkgname=jsonnet-language-server
+version=0.7.2
+revision=1
+build_style=go
+go_import_path=github.com/grafana/jsonnet-language-server
+short_desc="Language Server Protocol (LSP) server for Jsonnet"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
+license="AGPL-3.0-or-later"
+homepage="https://github.com/grafana/jsonnet-language-server"
+distfiles="https://github.com/grafana/jsonnet-language-server/archive/refs/tags/v${version}.tar.gz"
+checksum=6ec1021db34334fd21f738e3c2798250a26c1a4facebf5fb10ff6d9f5ad62f3e
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: New package: jsonnet-language-server-0.7.1
  2022-05-23 18:22 [PR PATCH] New package: jsonnet-language-server-0.7.1 CameronNemo
                   ` (3 preceding siblings ...)
  2022-08-17  4:06 ` CameronNemo
@ 2022-08-17  4:06 ` CameronNemo
  2022-08-17 20:08 ` [PR PATCH] [Merged]: New package: jsonnet-language-server-0.7.2 the-maldridge
  5 siblings, 0 replies; 7+ messages in thread
From: CameronNemo @ 2022-08-17  4:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 156 bytes --]

New comment by CameronNemo on void-packages repository

https://github.com/void-linux/void-packages/pull/37259#issuecomment-1217437015

Comment:
Not stale.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PR PATCH] [Merged]: New package: jsonnet-language-server-0.7.2
  2022-05-23 18:22 [PR PATCH] New package: jsonnet-language-server-0.7.1 CameronNemo
                   ` (4 preceding siblings ...)
  2022-08-17  4:06 ` CameronNemo
@ 2022-08-17 20:08 ` the-maldridge
  5 siblings, 0 replies; 7+ messages in thread
From: the-maldridge @ 2022-08-17 20:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1079 bytes --]

There's a merged pull request on the void-packages repository

New package: jsonnet-language-server-0.7.2
https://github.com/void-linux/void-packages/pull/37259

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-17 20:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 18:22 [PR PATCH] New package: jsonnet-language-server-0.7.1 CameronNemo
2022-07-25 16:21 ` CameronNemo
2022-07-25 17:22 ` [PR PATCH] [Updated] " CameronNemo
2022-07-26  0:08 ` CameronNemo
2022-08-17  4:06 ` CameronNemo
2022-08-17  4:06 ` CameronNemo
2022-08-17 20:08 ` [PR PATCH] [Merged]: New package: jsonnet-language-server-0.7.2 the-maldridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).