Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ki-shell-0.4.5
@ 2022-04-13 14:41 AdRuCo
  2022-04-13 14:43 ` [PR PATCH] [Updated] " AdRuCo
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: AdRuCo @ 2022-04-13 14:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AdRuCo/void-packages ki-shell
https://github.com/void-linux/void-packages/pull/36670

New package: ki-shell-0.4.5
The [ki-shell](https://blog.jetbrains.com/kotlin/2021/04/ki-the-next-interactive-shell-for-kotlin/) is a better alternative to the built-in REPL of the Kotlin langage (`kotlinc`, which sucks too much to be really useful).

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl

This is my first package. Please tell me anything you thing would make this PR or the template better.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ki-shell-36670.patch --]
[-- Type: text/x-diff, Size: 1171 bytes --]

From 03f131bbba5931c0ac1ce29c9329cce8872bb28d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A0=20Rubio?= <engolianth@protonmail.com>
Date: Wed, 13 Apr 2022 16:18:29 +0200
Subject: [PATCH] New package: ki-shell-0.4.5

---
 srcpkgs/ki-shell/template | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 srcpkgs/ki-shell/template

diff --git a/srcpkgs/ki-shell/template b/srcpkgs/ki-shell/template
new file mode 100644
index 000000000000..ca07fbeba48b
--- /dev/null
+++ b/srcpkgs/ki-shell/template
@@ -0,0 +1,21 @@
+# Template file for 'ki-shell'
+pkgname=ki-shell
+version=0.4.5
+revision=1
+hostmakedepends="openjdk8 curl which"
+depends="virtual?java-environment"
+short_desc="Kotlin interactive shell"
+maintainer="Engolianth <engolianth@protonmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/Kotlin/kotlin-interactive-shell"
+distfiles="https://github.com/kotlin/kotlin-interactive-shell/archive/refs/tags/v${version}.tar.gz"
+checksum=b5e38918ac64216713c64170fd12f7b2c7c00124ba8d8b10ae7e53b386cb4bab
+
+do_build() {
+	./mvnw -DskipTests package
+}
+
+do_install() {
+	vbin bin/ki
+	vinstall lib/ki-shell.jar 644 usr/lib
+}

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

* Re: [PR PATCH] [Updated] New package: ki-shell-0.4.5
  2022-04-13 14:41 [PR PATCH] New package: ki-shell-0.4.5 AdRuCo
@ 2022-04-13 14:43 ` AdRuCo
  2022-04-13 15:06 ` AdRuCo
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: AdRuCo @ 2022-04-13 14:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AdRuCo/void-packages ki-shell
https://github.com/void-linux/void-packages/pull/36670

New package: ki-shell-0.4.5
The [ki-shell](https://blog.jetbrains.com/kotlin/2021/04/ki-the-next-interactive-shell-for-kotlin/) is a better alternative to the built-in REPL of the Kotlin langage (`kotlinc`, which sucks too much to be really useful).

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl

This is my first package. Please tell me anything you thing would make this PR or the template better.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ki-shell-36670.patch --]
[-- Type: text/x-diff, Size: 1218 bytes --]

From 6e716b6710eeff60bc7b8133b4030e6d59818278 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A0=20Rubio?= <engolianth@protonmail.com>
Date: Wed, 13 Apr 2022 16:18:29 +0200
Subject: [PATCH] New package: ki-shell-0.4.5

---
 srcpkgs/ki-shell/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/ki-shell/template

diff --git a/srcpkgs/ki-shell/template b/srcpkgs/ki-shell/template
new file mode 100644
index 000000000000..0b8bfd61849b
--- /dev/null
+++ b/srcpkgs/ki-shell/template
@@ -0,0 +1,22 @@
+# Template file for 'ki-shell'
+pkgname=ki-shell
+version=0.4.5
+revision=1
+hostmakedepends="openjdk8 curl which"
+depends="virtual?java-environment"
+short_desc="Kotlin interactive shell"
+maintainer="Engolianth <engolianth@protonmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/Kotlin/kotlin-interactive-shell"
+distfiles="https://github.com/kotlin/kotlin-interactive-shell/archive/refs/tags/v${version}.tar.gz"
+checksum=b5e38918ac64216713c64170fd12f7b2c7c00124ba8d8b10ae7e53b386cb4bab
+wrksrc="kotlin-interactive-shell-${version}"
+
+do_build() {
+	./mvnw -DskipTests package
+}
+
+do_install() {
+	vbin bin/ki
+	vinstall lib/ki-shell.jar 644 usr/lib
+}

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

* Re: [PR PATCH] [Updated] New package: ki-shell-0.4.5
  2022-04-13 14:41 [PR PATCH] New package: ki-shell-0.4.5 AdRuCo
  2022-04-13 14:43 ` [PR PATCH] [Updated] " AdRuCo
@ 2022-04-13 15:06 ` AdRuCo
  2022-04-13 17:07 ` AdRuCo
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: AdRuCo @ 2022-04-13 15:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AdRuCo/void-packages ki-shell
https://github.com/void-linux/void-packages/pull/36670

New package: ki-shell-0.4.5
The [ki-shell](https://blog.jetbrains.com/kotlin/2021/04/ki-the-next-interactive-shell-for-kotlin/) is a better alternative to the built-in REPL of the Kotlin langage (`kotlinc`, which sucks too much to be really useful).

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl

This is my first package. Please tell me anything you thing would make this PR or the template better.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ki-shell-36670.patch --]
[-- Type: text/x-diff, Size: 1218 bytes --]

From c27621890ea401c765a760c464337ce4847db809 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A0=20Rubio?= <engolianth@protonmail.com>
Date: Wed, 13 Apr 2022 16:18:29 +0200
Subject: [PATCH] New package: ki-shell-0.4.5

---
 srcpkgs/ki-shell/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/ki-shell/template

diff --git a/srcpkgs/ki-shell/template b/srcpkgs/ki-shell/template
new file mode 100644
index 000000000000..d9738ae8184a
--- /dev/null
+++ b/srcpkgs/ki-shell/template
@@ -0,0 +1,22 @@
+# Template file for 'ki-shell'
+pkgname=ki-shell
+version=0.4.5
+revision=1
+wrksrc="kotlin-interactive-shell-${version}"
+hostmakedepends="openjdk8 curl which"
+depends="virtual?java-environment"
+short_desc="Kotlin interactive shell"
+maintainer="Engolianth <engolianth@protonmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/Kotlin/kotlin-interactive-shell"
+distfiles="https://github.com/kotlin/kotlin-interactive-shell/archive/refs/tags/v${version}.tar.gz"
+checksum=b5e38918ac64216713c64170fd12f7b2c7c00124ba8d8b10ae7e53b386cb4bab
+
+do_build() {
+	./mvnw -DskipTests package
+}
+
+do_install() {
+	vbin bin/ki
+	vinstall lib/ki-shell.jar 644 usr/lib
+}

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

* Re: New package: ki-shell-0.4.5
  2022-04-13 14:41 [PR PATCH] New package: ki-shell-0.4.5 AdRuCo
  2022-04-13 14:43 ` [PR PATCH] [Updated] " AdRuCo
  2022-04-13 15:06 ` AdRuCo
@ 2022-04-13 17:07 ` AdRuCo
  2022-04-14 10:28 ` [PR PATCH] [Updated] " AdRuCo
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: AdRuCo @ 2022-04-13 17:07 UTC (permalink / raw)
  To: ml

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

New comment by AdRuCo on void-packages repository

https://github.com/void-linux/void-packages/pull/36670#issuecomment-1098288203

Comment:
Sorry, I get it: I'll script xlint to never again forget about running it before a commit.

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

* Re: [PR PATCH] [Updated] New package: ki-shell-0.4.5
  2022-04-13 14:41 [PR PATCH] New package: ki-shell-0.4.5 AdRuCo
                   ` (2 preceding siblings ...)
  2022-04-13 17:07 ` AdRuCo
@ 2022-04-14 10:28 ` AdRuCo
  2022-04-20 11:48 ` AdRuCo
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: AdRuCo @ 2022-04-14 10:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AdRuCo/void-packages ki-shell
https://github.com/void-linux/void-packages/pull/36670

New package: ki-shell-0.4.5
The [ki-shell](https://blog.jetbrains.com/kotlin/2021/04/ki-the-next-interactive-shell-for-kotlin/) is a better alternative to the built-in REPL of the Kotlin langage (`kotlinc`, which sucks too much to be really useful).

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl

This is my first package. Please tell me anything you thing would make this PR or the template better.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ki-shell-36670.patch --]
[-- Type: text/x-diff, Size: 1218 bytes --]

From c27621890ea401c765a760c464337ce4847db809 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A0=20Rubio?= <engolianth@protonmail.com>
Date: Wed, 13 Apr 2022 16:18:29 +0200
Subject: [PATCH] New package: ki-shell-0.4.5

---
 srcpkgs/ki-shell/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/ki-shell/template

diff --git a/srcpkgs/ki-shell/template b/srcpkgs/ki-shell/template
new file mode 100644
index 000000000000..d9738ae8184a
--- /dev/null
+++ b/srcpkgs/ki-shell/template
@@ -0,0 +1,22 @@
+# Template file for 'ki-shell'
+pkgname=ki-shell
+version=0.4.5
+revision=1
+wrksrc="kotlin-interactive-shell-${version}"
+hostmakedepends="openjdk8 curl which"
+depends="virtual?java-environment"
+short_desc="Kotlin interactive shell"
+maintainer="Engolianth <engolianth@protonmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/Kotlin/kotlin-interactive-shell"
+distfiles="https://github.com/kotlin/kotlin-interactive-shell/archive/refs/tags/v${version}.tar.gz"
+checksum=b5e38918ac64216713c64170fd12f7b2c7c00124ba8d8b10ae7e53b386cb4bab
+
+do_build() {
+	./mvnw -DskipTests package
+}
+
+do_install() {
+	vbin bin/ki
+	vinstall lib/ki-shell.jar 644 usr/lib
+}

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

* Re: New package: ki-shell-0.4.5
  2022-04-13 14:41 [PR PATCH] New package: ki-shell-0.4.5 AdRuCo
                   ` (3 preceding siblings ...)
  2022-04-14 10:28 ` [PR PATCH] [Updated] " AdRuCo
@ 2022-04-20 11:48 ` AdRuCo
  2022-06-30  9:35 ` [PR PATCH] [Updated] " AdRuCo
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: AdRuCo @ 2022-04-20 11:48 UTC (permalink / raw)
  To: ml

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

New comment by AdRuCo on void-packages repository

https://github.com/void-linux/void-packages/pull/36670#issuecomment-1103840707

Comment:
CI failed to install xtools on armv7. I don't think anything can be done from my side. Why did this happen?

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

* Re: [PR PATCH] [Updated] New package: ki-shell-0.4.5
  2022-04-13 14:41 [PR PATCH] New package: ki-shell-0.4.5 AdRuCo
                   ` (4 preceding siblings ...)
  2022-04-20 11:48 ` AdRuCo
@ 2022-06-30  9:35 ` AdRuCo
  2022-07-22 16:02 ` AdRuCo
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: AdRuCo @ 2022-06-30  9:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AdRuCo/void-packages ki-shell
https://github.com/void-linux/void-packages/pull/36670

New package: ki-shell-0.4.5
The [ki-shell](https://blog.jetbrains.com/kotlin/2021/04/ki-the-next-interactive-shell-for-kotlin/) is a better alternative to the built-in REPL of the Kotlin langage (`kotlinc`, which sucks too much to be really useful).

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl

This is my first package. Please tell me anything you thing would make this PR or the template better.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ki-shell-36670.patch --]
[-- Type: text/x-diff, Size: 1218 bytes --]

From 9ef57d9a2c0b922d085012351de29151a8ad2a7b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adri=C3=A0=20Rubio?= <engolianth@protonmail.com>
Date: Wed, 13 Apr 2022 16:18:29 +0200
Subject: [PATCH] New package: ki-shell-0.4.5

---
 srcpkgs/ki-shell/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/ki-shell/template

diff --git a/srcpkgs/ki-shell/template b/srcpkgs/ki-shell/template
new file mode 100644
index 000000000000..d9738ae8184a
--- /dev/null
+++ b/srcpkgs/ki-shell/template
@@ -0,0 +1,22 @@
+# Template file for 'ki-shell'
+pkgname=ki-shell
+version=0.4.5
+revision=1
+wrksrc="kotlin-interactive-shell-${version}"
+hostmakedepends="openjdk8 curl which"
+depends="virtual?java-environment"
+short_desc="Kotlin interactive shell"
+maintainer="Engolianth <engolianth@protonmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/Kotlin/kotlin-interactive-shell"
+distfiles="https://github.com/kotlin/kotlin-interactive-shell/archive/refs/tags/v${version}.tar.gz"
+checksum=b5e38918ac64216713c64170fd12f7b2c7c00124ba8d8b10ae7e53b386cb4bab
+
+do_build() {
+	./mvnw -DskipTests package
+}
+
+do_install() {
+	vbin bin/ki
+	vinstall lib/ki-shell.jar 644 usr/lib
+}

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

* Re: New package: ki-shell-0.4.5
  2022-04-13 14:41 [PR PATCH] New package: ki-shell-0.4.5 AdRuCo
                   ` (5 preceding siblings ...)
  2022-06-30  9:35 ` [PR PATCH] [Updated] " AdRuCo
@ 2022-07-22 16:02 ` AdRuCo
  2022-07-22 16:03 ` AdRuCo
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: AdRuCo @ 2022-07-22 16:02 UTC (permalink / raw)
  To: ml

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

New comment by AdRuCo on void-packages repository

https://github.com/void-linux/void-packages/pull/36670#issuecomment-1103840707

Comment:
CI failed to install xtools on armv7. I don't think anything can be done from my side. Why did this happen?

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

* Re: New package: ki-shell-0.4.5
  2022-04-13 14:41 [PR PATCH] New package: ki-shell-0.4.5 AdRuCo
                   ` (6 preceding siblings ...)
  2022-07-22 16:02 ` AdRuCo
@ 2022-07-22 16:03 ` AdRuCo
  2022-10-21  2:13 ` github-actions
  2022-11-04  2:13 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: AdRuCo @ 2022-07-22 16:03 UTC (permalink / raw)
  To: ml

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

New comment by AdRuCo on void-packages repository

https://github.com/void-linux/void-packages/pull/36670#issuecomment-1098288203

Comment:
Sorry, I get it: I'll script xlint to never again forget about running it before a commit.

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

* Re: New package: ki-shell-0.4.5
  2022-04-13 14:41 [PR PATCH] New package: ki-shell-0.4.5 AdRuCo
                   ` (7 preceding siblings ...)
  2022-07-22 16:03 ` AdRuCo
@ 2022-10-21  2:13 ` github-actions
  2022-11-04  2:13 ` [PR PATCH] [Closed]: " github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-10-21  2:13 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/36670#issuecomment-1286367608

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: ki-shell-0.4.5
  2022-04-13 14:41 [PR PATCH] New package: ki-shell-0.4.5 AdRuCo
                   ` (8 preceding siblings ...)
  2022-10-21  2:13 ` github-actions
@ 2022-11-04  2:13 ` github-actions
  9 siblings, 0 replies; 11+ messages in thread
From: github-actions @ 2022-11-04  2:13 UTC (permalink / raw)
  To: ml

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

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

New package: ki-shell-0.4.5
https://github.com/void-linux/void-packages/pull/36670

Description:
The [ki-shell](https://blog.jetbrains.com/kotlin/2021/04/ki-the-next-interactive-shell-for-kotlin/) is a better alternative to the built-in REPL of the Kotlin langage (`kotlinc`, which sucks too much to be really useful).

#### 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**

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures:
  - aarch64-musl
  - armv7l
  - armv6l-musl

This is my first package. Please tell me anything you thing would make this PR or the template better.

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

end of thread, other threads:[~2022-11-04  2:13 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-13 14:41 [PR PATCH] New package: ki-shell-0.4.5 AdRuCo
2022-04-13 14:43 ` [PR PATCH] [Updated] " AdRuCo
2022-04-13 15:06 ` AdRuCo
2022-04-13 17:07 ` AdRuCo
2022-04-14 10:28 ` [PR PATCH] [Updated] " AdRuCo
2022-04-20 11:48 ` AdRuCo
2022-06-30  9:35 ` [PR PATCH] [Updated] " AdRuCo
2022-07-22 16:02 ` AdRuCo
2022-07-22 16:03 ` AdRuCo
2022-10-21  2:13 ` github-actions
2022-11-04  2:13 ` [PR PATCH] [Closed]: " github-actions

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).