Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kotlin-bin: update to 2.1.10 and updated shortdesc
@ 2025-02-10 23:58 Jotrorox
  2025-02-11  0:17 ` [PR REVIEW] " classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jotrorox @ 2025-02-10 23:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Jotrorox/void-packages kotlin-2.1.10
https://github.com/void-linux/void-packages/pull/54283

kotlin-bin: update to 2.1.10 and updated shortdesc
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**


> This is my first time contributing to something like this if I did something wrong or could improve anything please feel free to tell me and sorry in advance if that is the case.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kotlin-2.1.10-54283.patch --]
[-- Type: text/x-diff, Size: 1397 bytes --]

From c9ab0474e452371c022024d991bd65e92804202f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Johannes=20=28Jotrorox=29=20M=C3=BCller=29?=
 <mail@jotrorox.com>
Date: Tue, 11 Feb 2025 00:55:04 +0100
Subject: [PATCH] kotlin-bin: update to 2.1.10 and updated shortdesc

---
 srcpkgs/kotlin-bin/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/kotlin-bin/template b/srcpkgs/kotlin-bin/template
index 7a651df88d77e3..178cae8c45d9b2 100644
--- a/srcpkgs/kotlin-bin/template
+++ b/srcpkgs/kotlin-bin/template
@@ -1,16 +1,16 @@
 # Template file for 'kotlin-bin'
 pkgname=kotlin-bin
-version=1.7.0
+version=2.1.10
 revision=1
 archs="x86_64"
 makedepends="unzip setconf"
-depends="openjdk8"
-short_desc="Statically typed programming language that can interoperate with Java"
-maintainer="shizonic <realtiaz@gmail.com>"
+depends="openjdk21"
+short_desc="Statically typed programming language based around the JVM Ecosystem and developed by JetBrains"
+maintainer="Johannes (Jotrorox) Müller <mail@jotrorox.com"
 license="Apache-2.0"
 homepage="https://kotlinlang.org/"
 distfiles="https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip"
-checksum=f5216644ad81571e5db62ec2322fe07468927bda40f51147ed626a2884b55f9a
+checksum=c6e9e2636889828e19c8811d5ab890862538c89dc2a3101956dfee3c2a8ba6b1
 nostrip=yes
 replaces="kotlin>=0"
 

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

* Re: [PR REVIEW] kotlin-bin: update to 2.1.10 and updated shortdesc
  2025-02-10 23:58 [PR PATCH] kotlin-bin: update to 2.1.10 and updated shortdesc Jotrorox
@ 2025-02-11  0:17 ` classabbyamp
  2025-02-11  6:46 ` Jotrorox
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2025-02-11  0:17 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/54283#discussion_r1950071051

Comment:
please don't change the maintainer if it's not `Orphaned`

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

* Re: [PR REVIEW] kotlin-bin: update to 2.1.10 and updated shortdesc
  2025-02-10 23:58 [PR PATCH] kotlin-bin: update to 2.1.10 and updated shortdesc Jotrorox
  2025-02-11  0:17 ` [PR REVIEW] " classabbyamp
@ 2025-02-11  6:46 ` Jotrorox
  2025-02-11  6:47 ` [PR PATCH] [Updated] " Jotrorox
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Jotrorox @ 2025-02-11  6:46 UTC (permalink / raw)
  To: ml

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

New review comment by Jotrorox on void-packages repository

https://github.com/void-linux/void-packages/pull/54283#discussion_r1950318084

Comment:
Oh ok, but for clarification at what point is a package orphaned? Because this had the last update in 2022 and had missed several major and minor versions of the language. Sorry btw if that question is dumb.

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

* Re: [PR PATCH] [Updated] kotlin-bin: update to 2.1.10 and updated shortdesc
  2025-02-10 23:58 [PR PATCH] kotlin-bin: update to 2.1.10 and updated shortdesc Jotrorox
  2025-02-11  0:17 ` [PR REVIEW] " classabbyamp
  2025-02-11  6:46 ` Jotrorox
@ 2025-02-11  6:47 ` Jotrorox
  2025-02-11 13:35 ` [PR REVIEW] " classabbyamp
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Jotrorox @ 2025-02-11  6:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Jotrorox/void-packages kotlin-2.1.10
https://github.com/void-linux/void-packages/pull/54283

kotlin-bin: update to 2.1.10 and updated shortdesc
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**


> This is my first time contributing to something like this if I did something wrong or could improve anything please feel free to tell me and sorry in advance if that is the case.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kotlin-2.1.10-54283.patch --]
[-- Type: text/x-diff, Size: 1397 bytes --]

From c9ab0474e452371c022024d991bd65e92804202f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Johannes=20=28Jotrorox=29=20M=C3=BCller=29?=
 <mail@jotrorox.com>
Date: Tue, 11 Feb 2025 00:55:04 +0100
Subject: [PATCH] kotlin-bin: update to 2.1.10 and updated shortdesc

---
 srcpkgs/kotlin-bin/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/kotlin-bin/template b/srcpkgs/kotlin-bin/template
index 7a651df88d77e3..178cae8c45d9b2 100644
--- a/srcpkgs/kotlin-bin/template
+++ b/srcpkgs/kotlin-bin/template
@@ -1,16 +1,16 @@
 # Template file for 'kotlin-bin'
 pkgname=kotlin-bin
-version=1.7.0
+version=2.1.10
 revision=1
 archs="x86_64"
 makedepends="unzip setconf"
-depends="openjdk8"
-short_desc="Statically typed programming language that can interoperate with Java"
-maintainer="shizonic <realtiaz@gmail.com>"
+depends="openjdk21"
+short_desc="Statically typed programming language based around the JVM Ecosystem and developed by JetBrains"
+maintainer="Johannes (Jotrorox) Müller <mail@jotrorox.com"
 license="Apache-2.0"
 homepage="https://kotlinlang.org/"
 distfiles="https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip"
-checksum=f5216644ad81571e5db62ec2322fe07468927bda40f51147ed626a2884b55f9a
+checksum=c6e9e2636889828e19c8811d5ab890862538c89dc2a3101956dfee3c2a8ba6b1
 nostrip=yes
 replaces="kotlin>=0"
 

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

* Re: [PR REVIEW] kotlin-bin: update to 2.1.10 and updated shortdesc
  2025-02-10 23:58 [PR PATCH] kotlin-bin: update to 2.1.10 and updated shortdesc Jotrorox
                   ` (2 preceding siblings ...)
  2025-02-11  6:47 ` [PR PATCH] [Updated] " Jotrorox
@ 2025-02-11 13:35 ` classabbyamp
  2025-02-11 13:38 ` [PR PATCH] [Updated] " classabbyamp
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2025-02-11 13:35 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/54283#discussion_r1950867157

Comment:
generally when we notice the maintainer isn't around for a significant time.

Additionally, we don't want someone adopting a package on their first contribution, as they probably don't have the experience with xbps-src and void-packages yet, and we want to ensure maintainers stick around for a while.

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

* Re: [PR PATCH] [Updated] kotlin-bin: update to 2.1.10 and updated shortdesc
  2025-02-10 23:58 [PR PATCH] kotlin-bin: update to 2.1.10 and updated shortdesc Jotrorox
                   ` (3 preceding siblings ...)
  2025-02-11 13:35 ` [PR REVIEW] " classabbyamp
@ 2025-02-11 13:38 ` classabbyamp
  2025-02-11 13:41 ` [PR PATCH] [Merged]: " classabbyamp
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2025-02-11 13:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Jotrorox/void-packages kotlin-2.1.10
https://github.com/void-linux/void-packages/pull/54283

kotlin-bin: update to 2.1.10 and updated shortdesc
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**


> This is my first time contributing to something like this if I did something wrong or could improve anything please feel free to tell me and sorry in advance if that is the case.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-kotlin-2.1.10-54283.patch --]
[-- Type: text/x-diff, Size: 1320 bytes --]

From 3b8b38c57c08d898eb5364046882c9a98b613731 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Johannes=20=28Jotrorox=29=20M=C3=BCller=29?=
 <mail@jotrorox.com>
Date: Tue, 11 Feb 2025 00:55:04 +0100
Subject: [PATCH] kotlin-bin: update to 2.1.10.

---
 srcpkgs/kotlin-bin/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/kotlin-bin/template b/srcpkgs/kotlin-bin/template
index 7a651df88d77e3..075a8e63f104a7 100644
--- a/srcpkgs/kotlin-bin/template
+++ b/srcpkgs/kotlin-bin/template
@@ -1,16 +1,16 @@
 # Template file for 'kotlin-bin'
 pkgname=kotlin-bin
-version=1.7.0
+version=2.1.10
 revision=1
 archs="x86_64"
 makedepends="unzip setconf"
-depends="openjdk8"
-short_desc="Statically typed programming language that can interoperate with Java"
-maintainer="shizonic <realtiaz@gmail.com>"
+depends="openjdk21"
+short_desc="Statically typed programming language based on the JVM"
+maintainer="Orphaned <orphan@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://kotlinlang.org/"
 distfiles="https://github.com/JetBrains/kotlin/releases/download/v${version}/kotlin-compiler-${version}.zip"
-checksum=f5216644ad81571e5db62ec2322fe07468927bda40f51147ed626a2884b55f9a
+checksum=c6e9e2636889828e19c8811d5ab890862538c89dc2a3101956dfee3c2a8ba6b1
 nostrip=yes
 replaces="kotlin>=0"
 

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

* Re: [PR PATCH] [Merged]: kotlin-bin: update to 2.1.10 and updated shortdesc
  2025-02-10 23:58 [PR PATCH] kotlin-bin: update to 2.1.10 and updated shortdesc Jotrorox
                   ` (4 preceding siblings ...)
  2025-02-11 13:38 ` [PR PATCH] [Updated] " classabbyamp
@ 2025-02-11 13:41 ` classabbyamp
  2025-02-11 20:48 ` [PR REVIEW] " Jotrorox
  2025-02-12  0:48 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2025-02-11 13:41 UTC (permalink / raw)
  To: ml

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

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

kotlin-bin: update to 2.1.10 and updated shortdesc
https://github.com/void-linux/void-packages/pull/54283

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

#### Local build testing
- I built this PR locally for my native architecture: **x86_64**


> This is my first time contributing to something like this if I did something wrong or could improve anything please feel free to tell me and sorry in advance if that is the case.

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

* Re: [PR REVIEW] kotlin-bin: update to 2.1.10 and updated shortdesc
  2025-02-10 23:58 [PR PATCH] kotlin-bin: update to 2.1.10 and updated shortdesc Jotrorox
                   ` (5 preceding siblings ...)
  2025-02-11 13:41 ` [PR PATCH] [Merged]: " classabbyamp
@ 2025-02-11 20:48 ` Jotrorox
  2025-02-12  0:48 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: Jotrorox @ 2025-02-11 20:48 UTC (permalink / raw)
  To: ml

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

New review comment by Jotrorox on void-packages repository

https://github.com/void-linux/void-packages/pull/54283#discussion_r1951580477

Comment:
Ok, thanks for the clarification, and sorry for adopting the package even though it is my first contrib, I hope that's fine also are there any other chats then the irc one? 

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

* Re: [PR REVIEW] kotlin-bin: update to 2.1.10 and updated shortdesc
  2025-02-10 23:58 [PR PATCH] kotlin-bin: update to 2.1.10 and updated shortdesc Jotrorox
                   ` (6 preceding siblings ...)
  2025-02-11 20:48 ` [PR REVIEW] " Jotrorox
@ 2025-02-12  0:48 ` classabbyamp
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2025-02-12  0:48 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/54283#discussion_r1951812946

Comment:
irc, the subreddit, and github

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

end of thread, other threads:[~2025-02-12  0:48 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-10 23:58 [PR PATCH] kotlin-bin: update to 2.1.10 and updated shortdesc Jotrorox
2025-02-11  0:17 ` [PR REVIEW] " classabbyamp
2025-02-11  6:46 ` Jotrorox
2025-02-11  6:47 ` [PR PATCH] [Updated] " Jotrorox
2025-02-11 13:35 ` [PR REVIEW] " classabbyamp
2025-02-11 13:38 ` [PR PATCH] [Updated] " classabbyamp
2025-02-11 13:41 ` [PR PATCH] [Merged]: " classabbyamp
2025-02-11 20:48 ` [PR REVIEW] " Jotrorox
2025-02-12  0:48 ` classabbyamp

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