[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2026-02-09 Thread Maciej Barć
commit: 794a77fcf7ea298b379c22fa6e71b307b0a8c1e4
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Feb  9 19:46:45 2026 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Feb  9 20:00:59 2026 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=794a77fc

dev-lang/kotlin-bin: bump to 2.3.10

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 +
 dev-lang/kotlin-bin/kotlin-bin-2.3.10.ebuild | 60 
 2 files changed, 61 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index fc1b2a45952d..b3a68527813d 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1,3 @@
 DIST kotlin-compiler-2.2.21.zip 78710880 BLAKE2B 
cd28a7e43811ce2f42594d604759f217c29b959c7e848b921d2a114b79d62d968aa6a9972e3c53f4a9a7828148766d1a5586fddd9c54c120bc8ba6fcf4548598
 SHA512 
8c6494f53d205a0baab64eeeda7b60dd4d3c5aae6f51f6ba62eed727e92252ffb40fa68cf4b2db8aca2ce534e2866d0ae743e787815b0af1e030c453e3af9899
 DIST kotlin-compiler-2.3.0.zip 80761300 BLAKE2B 
8352c9b00ff6a754c1664bf2d658af572753466fa93b3a9e37bdd80d7a54ee8ce1ea42aafb59706d18e40dba1aacd0d45c108c0408600e474000e7f8171d873e
 SHA512 
0095d78f8f3b752f96ae7d6069876597102493b95d48b2e2b8af23ec7be7b2eb3378fa62c4a859b4f2905361667a31ae3dd6818e23960c605afe10776a1da6a2
+DIST kotlin-compiler-2.3.10.zip 80764672 BLAKE2B 
ae2d21f7b5ed75b823f15b2689a2f64a27a662d44732cebfdc09f63262ffa45bbd27e6659fbd51260057350cc9bd20d07d5a2108db74b89c97c7ad78b0235cdd
 SHA512 
f942c1c56c86935094eb003ecd8a573b092c95c437ba3eddedb128f6fe2c8b132bfe79997c721d7980271222d2de2c2adc292a8c2c620a0c43eded3a76aa5c54

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.3.10.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.3.10.ebuild
new file mode 100644
index ..2d14ecc84ef7
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-2.3.10.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2025-12-20 Thread Maciej Barć
commit: 9fc8c12f391ec03da2137ced74d890b4fdcf3431
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Dec 20 13:49:47 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Dec 20 14:27:34 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fc8c12f

dev-lang/kotlin-bin: bump to 2.3.0

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest|  1 +
 dev-lang/kotlin-bin/kotlin-bin-2.3.0.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index e8b4bd76bea2..fc1b2a45952d 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1 +1,2 @@
 DIST kotlin-compiler-2.2.21.zip 78710880 BLAKE2B 
cd28a7e43811ce2f42594d604759f217c29b959c7e848b921d2a114b79d62d968aa6a9972e3c53f4a9a7828148766d1a5586fddd9c54c120bc8ba6fcf4548598
 SHA512 
8c6494f53d205a0baab64eeeda7b60dd4d3c5aae6f51f6ba62eed727e92252ffb40fa68cf4b2db8aca2ce534e2866d0ae743e787815b0af1e030c453e3af9899
+DIST kotlin-compiler-2.3.0.zip 80761300 BLAKE2B 
8352c9b00ff6a754c1664bf2d658af572753466fa93b3a9e37bdd80d7a54ee8ce1ea42aafb59706d18e40dba1aacd0d45c108c0408600e474000e7f8171d873e
 SHA512 
0095d78f8f3b752f96ae7d6069876597102493b95d48b2e2b8af23ec7be7b2eb3378fa62c4a859b4f2905361667a31ae3dd6818e23960c605afe10776a1da6a2

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.3.0.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.3.0.ebuild
new file mode 100644
index ..5efa76704267
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-2.3.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2025-12-20 Thread Maciej Barć
commit: cb297f1008437252f4811269f5f8aa3fea24e785
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Dec 20 13:48:16 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Dec 20 14:27:34 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb297f10

dev-lang/kotlin-bin: drop old 2.2.20

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 -
 dev-lang/kotlin-bin/kotlin-bin-2.2.20.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index e7b706410281..e8b4bd76bea2 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1 @@
-DIST kotlin-compiler-2.2.20.zip 78709601 BLAKE2B 
926e86639d4a668b1a48f367845a08281c8d32a69dc2c986af6f469e18e3745481c484e9f286d407f2ff771f5cd8a820ccda67ab3701277f071acc3d132d15ef
 SHA512 
726ea63499893d444b6852ff861a54e4951e6f423e0fca9c140a020cfd91974cabba3de2602a3d93f14a57008565e03508ac29f9c1298bdbefba6f4910edbde8
 DIST kotlin-compiler-2.2.21.zip 78710880 BLAKE2B 
cd28a7e43811ce2f42594d604759f217c29b959c7e848b921d2a114b79d62d968aa6a9972e3c53f4a9a7828148766d1a5586fddd9c54c120bc8ba6fcf4548598
 SHA512 
8c6494f53d205a0baab64eeeda7b60dd4d3c5aae6f51f6ba62eed727e92252ffb40fa68cf4b2db8aca2ce534e2866d0ae743e787815b0af1e030c453e3af9899

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.2.20.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.2.20.ebuild
deleted file mode 100644
index 5efa76704267..
--- a/dev-lang/kotlin-bin/kotlin-bin-2.2.20.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2 wrapper
-
-DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
-HOMEPAGE="https://kotlinlang.org/
-   https://github.com/JetBrains/kotlin/";
-SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
-S="${WORKDIR}/kotlinc"
-
-LICENSE="Apache-2.0 BSD MIT NPL-1.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-"
-DEPEND="
-   >=virtual/jdk-1.8:*
-"
-BDEPEND="
-   app-arch/unzip
-"
-
-src_prepare() {
-   default
-
-   rm bin/*.bat || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_dojar lib/*
-
-   # Follow the Java eclass JAR installation path.
-   local app_home="/usr/share/${PN}"
-
-   exeinto "${app_home}/bin"
-   doexe bin/*
-
-   local -a exes=(
-   kapt
-   kotlin
-   kotlinc
-   kotlinc-js
-   kotlinc-jvm
-   kotlin-dce-js
-   )
-   local exe
-   for exe in "${exes[@]}" ; do
-   make_wrapper "${exe}" "${app_home}/bin/${exe}"
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2025-09-18 Thread Maciej Barć
commit: e2b155885660f8b02bd6d39404b9bae9c7eff99a
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Sep 18 19:11:02 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Sep 18 21:50:21 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2b15588

dev-lang/kotlin-bin: bump to 2.2.20

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 +
 dev-lang/kotlin-bin/kotlin-bin-2.2.20.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index bb09d650e93a..6277201c7d5a 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1,3 @@
 DIST kotlin-compiler-2.2.0.zip 78044187 BLAKE2B 
cc2520d0b93299c715b6be809c94ef0ce2e52f69687429f7e8e1f3fefa9e2e951748b8b0cbef40e51bf47a849210e9e064048707b133a8180c14215c0e763bc5
 SHA512 
3d5c25cc34e1b916646a1fc5ad8428df52136034fe03e95dcb2b0682eaecb8eeeaf3720422a415872514326e26bb84bb9f6ea46ac5926a77109f56c8421db3e7
 DIST kotlin-compiler-2.2.10.zip 78048449 BLAKE2B 
88ea852505ec086c64c7b1f7debc2dd7b470e1d230b1b4170e763f1487c642b21d505f06ce751a5836153efe212c3288ec493a3147e6ba09bb2b92216652e5de
 SHA512 
cd8264caeebfc909e8895fd72e91ecf4f8e041d758d6dbda2b221849a28760eb33a5dad6e226eefc8f3b7b95863766fcae4e2681ca5b048c2c6778610497ba94
+DIST kotlin-compiler-2.2.20.zip 78709601 BLAKE2B 
926e86639d4a668b1a48f367845a08281c8d32a69dc2c986af6f469e18e3745481c484e9f286d407f2ff771f5cd8a820ccda67ab3701277f071acc3d132d15ef
 SHA512 
726ea63499893d444b6852ff861a54e4951e6f423e0fca9c140a020cfd91974cabba3de2602a3d93f14a57008565e03508ac29f9c1298bdbefba6f4910edbde8

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.2.20.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.2.20.ebuild
new file mode 100644
index ..5efa76704267
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-2.2.20.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2025-08-16 Thread Maciej Barć
commit: 64853ce137d6edc4aa05811ee9c61cf68f5bfe29
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Aug 16 16:13:01 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Aug 16 22:08:43 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64853ce1

dev-lang/kotlin-bin: drop old 2.1.21

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 -
 dev-lang/kotlin-bin/kotlin-bin-2.1.21.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 30c18ea237d9..705ebbc1692a 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1 @@
-DIST kotlin-compiler-2.1.21.zip 86162444 BLAKE2B 
f527f9f6de06ea82963b0582443df421fdb969d00c4c2d0fadac535b311fad03f8e1aeb85ac78e47c0b27b36e225f1135988aeca4512b7d52e87b276100eb60c
 SHA512 
6b1f85bc3f02fbba654aa3779f3b94f5d3d73e83ef66647f05ba0d7fc941fd1d90caaff0edf16f49a8d5082ee94d446c84e0c95390b0989bb554da2aaacd05fb
 DIST kotlin-compiler-2.2.0.zip 78044187 BLAKE2B 
cc2520d0b93299c715b6be809c94ef0ce2e52f69687429f7e8e1f3fefa9e2e951748b8b0cbef40e51bf47a849210e9e064048707b133a8180c14215c0e763bc5
 SHA512 
3d5c25cc34e1b916646a1fc5ad8428df52136034fe03e95dcb2b0682eaecb8eeeaf3720422a415872514326e26bb84bb9f6ea46ac5926a77109f56c8421db3e7

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.1.21.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.1.21.ebuild
deleted file mode 100644
index 5efa76704267..
--- a/dev-lang/kotlin-bin/kotlin-bin-2.1.21.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2 wrapper
-
-DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
-HOMEPAGE="https://kotlinlang.org/
-   https://github.com/JetBrains/kotlin/";
-SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
-S="${WORKDIR}/kotlinc"
-
-LICENSE="Apache-2.0 BSD MIT NPL-1.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-"
-DEPEND="
-   >=virtual/jdk-1.8:*
-"
-BDEPEND="
-   app-arch/unzip
-"
-
-src_prepare() {
-   default
-
-   rm bin/*.bat || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_dojar lib/*
-
-   # Follow the Java eclass JAR installation path.
-   local app_home="/usr/share/${PN}"
-
-   exeinto "${app_home}/bin"
-   doexe bin/*
-
-   local -a exes=(
-   kapt
-   kotlin
-   kotlinc
-   kotlinc-js
-   kotlinc-jvm
-   kotlin-dce-js
-   )
-   local exe
-   for exe in "${exes[@]}" ; do
-   make_wrapper "${exe}" "${app_home}/bin/${exe}"
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2025-08-16 Thread Maciej Barć
commit: 953e4d13d51e6b640e655e651126d453aacb959b
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Aug 16 16:14:08 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Aug 16 22:08:43 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=953e4d13

dev-lang/kotlin-bin: bump to 2.2.10

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 +
 dev-lang/kotlin-bin/kotlin-bin-2.2.10.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 705ebbc1692a..bb09d650e93a 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1 +1,2 @@
 DIST kotlin-compiler-2.2.0.zip 78044187 BLAKE2B 
cc2520d0b93299c715b6be809c94ef0ce2e52f69687429f7e8e1f3fefa9e2e951748b8b0cbef40e51bf47a849210e9e064048707b133a8180c14215c0e763bc5
 SHA512 
3d5c25cc34e1b916646a1fc5ad8428df52136034fe03e95dcb2b0682eaecb8eeeaf3720422a415872514326e26bb84bb9f6ea46ac5926a77109f56c8421db3e7
+DIST kotlin-compiler-2.2.10.zip 78048449 BLAKE2B 
88ea852505ec086c64c7b1f7debc2dd7b470e1d230b1b4170e763f1487c642b21d505f06ce751a5836153efe212c3288ec493a3147e6ba09bb2b92216652e5de
 SHA512 
cd8264caeebfc909e8895fd72e91ecf4f8e041d758d6dbda2b221849a28760eb33a5dad6e226eefc8f3b7b95863766fcae4e2681ca5b048c2c6778610497ba94

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.2.10.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.2.10.ebuild
new file mode 100644
index ..5efa76704267
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-2.2.10.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2025-06-26 Thread Maciej Barć
commit: 8a491d9a0c7301594ac4a048c8489fe4a9ee6769
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jun 26 22:26:05 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Jun 27 00:52:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a491d9a

dev-lang/kotlin-bin: drop old 2.1.20

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 -
 dev-lang/kotlin-bin/kotlin-bin-2.1.20.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 8e26060adfb8..30c18ea237d9 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,3 +1,2 @@
-DIST kotlin-compiler-2.1.20.zip 86919262 BLAKE2B 
aef3c25f0443e01c437bd354683d0a019eb83988366f0bc68eaf173e7d740a108f183db3bbc4891a552156e8aad7779155da88c13f54fd5d2b79d246f670416d
 SHA512 
6f11a90ff16cd88f3f1a16bb3dd13673d9de02caa280abd080bff2af576c24004f7cff66fcc1e99f8bd5d51010468ae9d18a5191091ab779450bac9adc0e0263
 DIST kotlin-compiler-2.1.21.zip 86162444 BLAKE2B 
f527f9f6de06ea82963b0582443df421fdb969d00c4c2d0fadac535b311fad03f8e1aeb85ac78e47c0b27b36e225f1135988aeca4512b7d52e87b276100eb60c
 SHA512 
6b1f85bc3f02fbba654aa3779f3b94f5d3d73e83ef66647f05ba0d7fc941fd1d90caaff0edf16f49a8d5082ee94d446c84e0c95390b0989bb554da2aaacd05fb
 DIST kotlin-compiler-2.2.0.zip 78044187 BLAKE2B 
cc2520d0b93299c715b6be809c94ef0ce2e52f69687429f7e8e1f3fefa9e2e951748b8b0cbef40e51bf47a849210e9e064048707b133a8180c14215c0e763bc5
 SHA512 
3d5c25cc34e1b916646a1fc5ad8428df52136034fe03e95dcb2b0682eaecb8eeeaf3720422a415872514326e26bb84bb9f6ea46ac5926a77109f56c8421db3e7

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.1.20.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.1.20.ebuild
deleted file mode 100644
index 5efa76704267..
--- a/dev-lang/kotlin-bin/kotlin-bin-2.1.20.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2 wrapper
-
-DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
-HOMEPAGE="https://kotlinlang.org/
-   https://github.com/JetBrains/kotlin/";
-SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
-S="${WORKDIR}/kotlinc"
-
-LICENSE="Apache-2.0 BSD MIT NPL-1.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-"
-DEPEND="
-   >=virtual/jdk-1.8:*
-"
-BDEPEND="
-   app-arch/unzip
-"
-
-src_prepare() {
-   default
-
-   rm bin/*.bat || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_dojar lib/*
-
-   # Follow the Java eclass JAR installation path.
-   local app_home="/usr/share/${PN}"
-
-   exeinto "${app_home}/bin"
-   doexe bin/*
-
-   local -a exes=(
-   kapt
-   kotlin
-   kotlinc
-   kotlinc-js
-   kotlinc-jvm
-   kotlin-dce-js
-   )
-   local exe
-   for exe in "${exes[@]}" ; do
-   make_wrapper "${exe}" "${app_home}/bin/${exe}"
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2025-06-26 Thread Maciej Barć
commit: 8849ff9172a260fe19613160b9aa806c4cceb2e1
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jun 26 22:25:16 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Jun 27 00:52:36 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8849ff91

dev-lang/kotlin-bin: bump to 2.2.0

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest|  1 +
 dev-lang/kotlin-bin/kotlin-bin-2.2.0.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 6119159a6969..8e26060adfb8 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1,3 @@
 DIST kotlin-compiler-2.1.20.zip 86919262 BLAKE2B 
aef3c25f0443e01c437bd354683d0a019eb83988366f0bc68eaf173e7d740a108f183db3bbc4891a552156e8aad7779155da88c13f54fd5d2b79d246f670416d
 SHA512 
6f11a90ff16cd88f3f1a16bb3dd13673d9de02caa280abd080bff2af576c24004f7cff66fcc1e99f8bd5d51010468ae9d18a5191091ab779450bac9adc0e0263
 DIST kotlin-compiler-2.1.21.zip 86162444 BLAKE2B 
f527f9f6de06ea82963b0582443df421fdb969d00c4c2d0fadac535b311fad03f8e1aeb85ac78e47c0b27b36e225f1135988aeca4512b7d52e87b276100eb60c
 SHA512 
6b1f85bc3f02fbba654aa3779f3b94f5d3d73e83ef66647f05ba0d7fc941fd1d90caaff0edf16f49a8d5082ee94d446c84e0c95390b0989bb554da2aaacd05fb
+DIST kotlin-compiler-2.2.0.zip 78044187 BLAKE2B 
cc2520d0b93299c715b6be809c94ef0ce2e52f69687429f7e8e1f3fefa9e2e951748b8b0cbef40e51bf47a849210e9e064048707b133a8180c14215c0e763bc5
 SHA512 
3d5c25cc34e1b916646a1fc5ad8428df52136034fe03e95dcb2b0682eaecb8eeeaf3720422a415872514326e26bb84bb9f6ea46ac5926a77109f56c8421db3e7

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.2.0.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.2.0.ebuild
new file mode 100644
index ..5efa76704267
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-2.2.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2025-05-25 Thread Maciej Barć
commit: acb482e72636fd77bc1f7237887323729c5a2d0b
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May 25 11:47:00 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May 25 13:31:39 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acb482e7

dev-lang/kotlin-bin: drop old 2.1.10

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 -
 dev-lang/kotlin-bin/kotlin-bin-2.1.10.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 503d571e2899..6119159a6969 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,3 +1,2 @@
-DIST kotlin-compiler-2.1.10.zip 86422666 BLAKE2B 
f93c1af67eb82ea493fae917c74f4800d4616f246454532dfa98ae8486f97d9471c54e7e2c703c23482e9c52c5435e0bc2cba5f28e18c8801fd0980a06ef32f5
 SHA512 
283b4a85f729c13af9c168799fa49bd9f9d190109da53e48284662844a2aad40c3a5a7716366ddc82c8c382901756e148265c340c8fcf0ab7b74f2df23e19b0e
 DIST kotlin-compiler-2.1.20.zip 86919262 BLAKE2B 
aef3c25f0443e01c437bd354683d0a019eb83988366f0bc68eaf173e7d740a108f183db3bbc4891a552156e8aad7779155da88c13f54fd5d2b79d246f670416d
 SHA512 
6f11a90ff16cd88f3f1a16bb3dd13673d9de02caa280abd080bff2af576c24004f7cff66fcc1e99f8bd5d51010468ae9d18a5191091ab779450bac9adc0e0263
 DIST kotlin-compiler-2.1.21.zip 86162444 BLAKE2B 
f527f9f6de06ea82963b0582443df421fdb969d00c4c2d0fadac535b311fad03f8e1aeb85ac78e47c0b27b36e225f1135988aeca4512b7d52e87b276100eb60c
 SHA512 
6b1f85bc3f02fbba654aa3779f3b94f5d3d73e83ef66647f05ba0d7fc941fd1d90caaff0edf16f49a8d5082ee94d446c84e0c95390b0989bb554da2aaacd05fb

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.1.10.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.1.10.ebuild
deleted file mode 100644
index 5efa76704267..
--- a/dev-lang/kotlin-bin/kotlin-bin-2.1.10.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2 wrapper
-
-DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
-HOMEPAGE="https://kotlinlang.org/
-   https://github.com/JetBrains/kotlin/";
-SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
-S="${WORKDIR}/kotlinc"
-
-LICENSE="Apache-2.0 BSD MIT NPL-1.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-"
-DEPEND="
-   >=virtual/jdk-1.8:*
-"
-BDEPEND="
-   app-arch/unzip
-"
-
-src_prepare() {
-   default
-
-   rm bin/*.bat || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_dojar lib/*
-
-   # Follow the Java eclass JAR installation path.
-   local app_home="/usr/share/${PN}"
-
-   exeinto "${app_home}/bin"
-   doexe bin/*
-
-   local -a exes=(
-   kapt
-   kotlin
-   kotlinc
-   kotlinc-js
-   kotlinc-jvm
-   kotlin-dce-js
-   )
-   local exe
-   for exe in "${exes[@]}" ; do
-   make_wrapper "${exe}" "${app_home}/bin/${exe}"
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2025-05-25 Thread Maciej Barć
commit: 0c642753c781f5dbca23ab7f5e5ff2aacbe56663
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May 25 11:45:14 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May 25 13:31:38 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c642753

dev-lang/kotlin-bin: bump to 2.1.21

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 +
 dev-lang/kotlin-bin/kotlin-bin-2.1.21.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 2d91f20dc843..503d571e2899 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1,3 @@
 DIST kotlin-compiler-2.1.10.zip 86422666 BLAKE2B 
f93c1af67eb82ea493fae917c74f4800d4616f246454532dfa98ae8486f97d9471c54e7e2c703c23482e9c52c5435e0bc2cba5f28e18c8801fd0980a06ef32f5
 SHA512 
283b4a85f729c13af9c168799fa49bd9f9d190109da53e48284662844a2aad40c3a5a7716366ddc82c8c382901756e148265c340c8fcf0ab7b74f2df23e19b0e
 DIST kotlin-compiler-2.1.20.zip 86919262 BLAKE2B 
aef3c25f0443e01c437bd354683d0a019eb83988366f0bc68eaf173e7d740a108f183db3bbc4891a552156e8aad7779155da88c13f54fd5d2b79d246f670416d
 SHA512 
6f11a90ff16cd88f3f1a16bb3dd13673d9de02caa280abd080bff2af576c24004f7cff66fcc1e99f8bd5d51010468ae9d18a5191091ab779450bac9adc0e0263
+DIST kotlin-compiler-2.1.21.zip 86162444 BLAKE2B 
f527f9f6de06ea82963b0582443df421fdb969d00c4c2d0fadac535b311fad03f8e1aeb85ac78e47c0b27b36e225f1135988aeca4512b7d52e87b276100eb60c
 SHA512 
6b1f85bc3f02fbba654aa3779f3b94f5d3d73e83ef66647f05ba0d7fc941fd1d90caaff0edf16f49a8d5082ee94d446c84e0c95390b0989bb554da2aaacd05fb

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.1.21.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.1.21.ebuild
new file mode 100644
index ..5efa76704267
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-2.1.21.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2025-04-05 Thread Maciej Barć
commit: d8d0fea6aed225ccc7e64cfbbc1766c980873e59
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Mar 24 09:42:21 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Mar 24 10:29:50 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d0fea6

dev-lang/kotlin-bin: bump to 2.1.20

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 +
 dev-lang/kotlin-bin/kotlin-bin-2.1.20.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index dc8c31ed7440..2d91f20dc843 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1 +1,2 @@
 DIST kotlin-compiler-2.1.10.zip 86422666 BLAKE2B 
f93c1af67eb82ea493fae917c74f4800d4616f246454532dfa98ae8486f97d9471c54e7e2c703c23482e9c52c5435e0bc2cba5f28e18c8801fd0980a06ef32f5
 SHA512 
283b4a85f729c13af9c168799fa49bd9f9d190109da53e48284662844a2aad40c3a5a7716366ddc82c8c382901756e148265c340c8fcf0ab7b74f2df23e19b0e
+DIST kotlin-compiler-2.1.20.zip 86919262 BLAKE2B 
aef3c25f0443e01c437bd354683d0a019eb83988366f0bc68eaf173e7d740a108f183db3bbc4891a552156e8aad7779155da88c13f54fd5d2b79d246f670416d
 SHA512 
6f11a90ff16cd88f3f1a16bb3dd13673d9de02caa280abd080bff2af576c24004f7cff66fcc1e99f8bd5d51010468ae9d18a5191091ab779450bac9adc0e0263

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.1.20.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.1.20.ebuild
new file mode 100644
index ..5efa76704267
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-2.1.20.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2025-03-24 Thread Maciej Barć
commit: e1305e539ccdbea6d9d0a3809abb78bb98606c22
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Mar 24 09:41:05 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Mar 24 10:29:49 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1305e53

dev-lang/kotlin-bin: drop old 2.1.0

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest|  1 -
 dev-lang/kotlin-bin/kotlin-bin-2.1.0.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index b97f6caa02c7..dc8c31ed7440 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1 @@
-DIST kotlin-compiler-2.1.0.zip 86409360 BLAKE2B 
67fbdf3e074f44bfe7ee788b458d9ac9a2e0c4d471c312fd3e050df3e9a659994b5884b5d964603ee6b16e1e4f347b4e645245ce0aeb97beeacb250ba8ed83f7
 SHA512 
1c14213fc10543af09bc031274be7ef9b3cf1b5d0629de3fde731578e2d84d002ab9b3df90c0417d34eaabff7ea9501209e9323662a6c4eb5504f34fcb10c7f0
 DIST kotlin-compiler-2.1.10.zip 86422666 BLAKE2B 
f93c1af67eb82ea493fae917c74f4800d4616f246454532dfa98ae8486f97d9471c54e7e2c703c23482e9c52c5435e0bc2cba5f28e18c8801fd0980a06ef32f5
 SHA512 
283b4a85f729c13af9c168799fa49bd9f9d190109da53e48284662844a2aad40c3a5a7716366ddc82c8c382901756e148265c340c8fcf0ab7b74f2df23e19b0e

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.1.0.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.1.0.ebuild
deleted file mode 100644
index 7e3629cfadfc..
--- a/dev-lang/kotlin-bin/kotlin-bin-2.1.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2 wrapper
-
-DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
-HOMEPAGE="https://kotlinlang.org/
-   https://github.com/JetBrains/kotlin/";
-SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
-S="${WORKDIR}/kotlinc"
-
-LICENSE="Apache-2.0 BSD MIT NPL-1.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-"
-DEPEND="
-   >=virtual/jdk-1.8:*
-"
-BDEPEND="
-   app-arch/unzip
-"
-
-src_prepare() {
-   default
-
-   rm bin/*.bat || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_dojar lib/*
-
-   # Follow the Java eclass JAR installation path.
-   local app_home="/usr/share/${PN}"
-
-   exeinto "${app_home}/bin"
-   doexe bin/*
-
-   local -a exes=(
-   kapt
-   kotlin
-   kotlinc
-   kotlinc-js
-   kotlinc-jvm
-   kotlin-dce-js
-   )
-   local exe
-   for exe in "${exes[@]}" ; do
-   make_wrapper "${exe}" "${app_home}/bin/${exe}"
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2025-03-24 Thread Maciej Barć
commit: 92608ac019ed57ef19d115c6c3eeb6191b03fb0d
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Mar 24 09:40:48 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Mar 24 10:29:49 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92608ac0

dev-lang/kotlin-bin: drop old 2.0.21

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 -
 dev-lang/kotlin-bin/kotlin-bin-2.0.21.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 96456c8b93c5..b97f6caa02c7 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,3 +1,2 @@
-DIST kotlin-compiler-2.0.21.zip 85822011 BLAKE2B 
007a3cb8902e5a12d883ede2ef670f821471c3273dc97d17935006e0dc35989fe540cbeaa0a8203fc95e05f2b36d95000a1e3ac11803c2723b1dfa361a102470
 SHA512 
0ab48b49fc3582274485eb5c65a6e5b5de9c45e9c2faafb0720bf07308af50d813eae6d73c57a56daed6b9fd5378d40ce701f14f13e3063bdb38c5d529eb7626
 DIST kotlin-compiler-2.1.0.zip 86409360 BLAKE2B 
67fbdf3e074f44bfe7ee788b458d9ac9a2e0c4d471c312fd3e050df3e9a659994b5884b5d964603ee6b16e1e4f347b4e645245ce0aeb97beeacb250ba8ed83f7
 SHA512 
1c14213fc10543af09bc031274be7ef9b3cf1b5d0629de3fde731578e2d84d002ab9b3df90c0417d34eaabff7ea9501209e9323662a6c4eb5504f34fcb10c7f0
 DIST kotlin-compiler-2.1.10.zip 86422666 BLAKE2B 
f93c1af67eb82ea493fae917c74f4800d4616f246454532dfa98ae8486f97d9471c54e7e2c703c23482e9c52c5435e0bc2cba5f28e18c8801fd0980a06ef32f5
 SHA512 
283b4a85f729c13af9c168799fa49bd9f9d190109da53e48284662844a2aad40c3a5a7716366ddc82c8c382901756e148265c340c8fcf0ab7b74f2df23e19b0e

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.0.21.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.0.21.ebuild
deleted file mode 100644
index 7e3629cfadfc..
--- a/dev-lang/kotlin-bin/kotlin-bin-2.0.21.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2 wrapper
-
-DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
-HOMEPAGE="https://kotlinlang.org/
-   https://github.com/JetBrains/kotlin/";
-SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
-S="${WORKDIR}/kotlinc"
-
-LICENSE="Apache-2.0 BSD MIT NPL-1.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-"
-DEPEND="
-   >=virtual/jdk-1.8:*
-"
-BDEPEND="
-   app-arch/unzip
-"
-
-src_prepare() {
-   default
-
-   rm bin/*.bat || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_dojar lib/*
-
-   # Follow the Java eclass JAR installation path.
-   local app_home="/usr/share/${PN}"
-
-   exeinto "${app_home}/bin"
-   doexe bin/*
-
-   local -a exes=(
-   kapt
-   kotlin
-   kotlinc
-   kotlinc-js
-   kotlinc-jvm
-   kotlin-dce-js
-   )
-   local exe
-   for exe in "${exes[@]}" ; do
-   make_wrapper "${exe}" "${app_home}/bin/${exe}"
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2025-01-27 Thread Maciej Barć
commit: 5dc82f2f1936e1f5246cb66b194d4195352b8806
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Jan 27 14:13:15 2025 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Jan 27 14:50:59 2025 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dc82f2f

dev-lang/kotlin-bin: bump to 2.1.10

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 +
 dev-lang/kotlin-bin/kotlin-bin-2.1.10.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index e67508e40f56..96456c8b93c5 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1,3 @@
 DIST kotlin-compiler-2.0.21.zip 85822011 BLAKE2B 
007a3cb8902e5a12d883ede2ef670f821471c3273dc97d17935006e0dc35989fe540cbeaa0a8203fc95e05f2b36d95000a1e3ac11803c2723b1dfa361a102470
 SHA512 
0ab48b49fc3582274485eb5c65a6e5b5de9c45e9c2faafb0720bf07308af50d813eae6d73c57a56daed6b9fd5378d40ce701f14f13e3063bdb38c5d529eb7626
 DIST kotlin-compiler-2.1.0.zip 86409360 BLAKE2B 
67fbdf3e074f44bfe7ee788b458d9ac9a2e0c4d471c312fd3e050df3e9a659994b5884b5d964603ee6b16e1e4f347b4e645245ce0aeb97beeacb250ba8ed83f7
 SHA512 
1c14213fc10543af09bc031274be7ef9b3cf1b5d0629de3fde731578e2d84d002ab9b3df90c0417d34eaabff7ea9501209e9323662a6c4eb5504f34fcb10c7f0
+DIST kotlin-compiler-2.1.10.zip 86422666 BLAKE2B 
f93c1af67eb82ea493fae917c74f4800d4616f246454532dfa98ae8486f97d9471c54e7e2c703c23482e9c52c5435e0bc2cba5f28e18c8801fd0980a06ef32f5
 SHA512 
283b4a85f729c13af9c168799fa49bd9f9d190109da53e48284662844a2aad40c3a5a7716366ddc82c8c382901756e148265c340c8fcf0ab7b74f2df23e19b0e

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.1.10.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.1.10.ebuild
new file mode 100644
index ..5efa76704267
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-2.1.10.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-11-28 Thread Maciej Barć
commit: 7c93c6e87f00bc5fa4869b9422ad5ecc70821dea
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Nov 28 10:20:32 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Nov 28 10:23:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c93c6e8

dev-lang/kotlin-bin: bump to 2.1.0

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest|  1 +
 dev-lang/kotlin-bin/kotlin-bin-2.1.0.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 4ac590f2be9f..e67508e40f56 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1 +1,2 @@
 DIST kotlin-compiler-2.0.21.zip 85822011 BLAKE2B 
007a3cb8902e5a12d883ede2ef670f821471c3273dc97d17935006e0dc35989fe540cbeaa0a8203fc95e05f2b36d95000a1e3ac11803c2723b1dfa361a102470
 SHA512 
0ab48b49fc3582274485eb5c65a6e5b5de9c45e9c2faafb0720bf07308af50d813eae6d73c57a56daed6b9fd5378d40ce701f14f13e3063bdb38c5d529eb7626
+DIST kotlin-compiler-2.1.0.zip 86409360 BLAKE2B 
67fbdf3e074f44bfe7ee788b458d9ac9a2e0c4d471c312fd3e050df3e9a659994b5884b5d964603ee6b16e1e4f347b4e645245ce0aeb97beeacb250ba8ed83f7
 SHA512 
1c14213fc10543af09bc031274be7ef9b3cf1b5d0629de3fde731578e2d84d002ab9b3df90c0417d34eaabff7ea9501209e9323662a6c4eb5504f34fcb10c7f0

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.1.0.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.1.0.ebuild
new file mode 100644
index ..7e3629cfadfc
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-2.1.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-11-28 Thread Maciej Barć
commit: 8f5c0252dccce88e987dd1eaa958b22d32d8b5b2
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Nov 28 10:17:55 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Nov 28 10:23:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f5c0252

dev-lang/kotlin-bin: drop old 2.0.20

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 -
 dev-lang/kotlin-bin/kotlin-bin-2.0.20.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index f83ce2e6448d..4ac590f2be9f 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1 @@
-DIST kotlin-compiler-2.0.20.zip 86110157 BLAKE2B 
601e6d8b0ac3af3b8b0b2ddc87bb8ab2d69769e9f3d217c1be317874bfd77a8b767fd84c315637b48782393326bc3b1abc875d1293b3766dc03a0216d26cddf0
 SHA512 
07bb47339813d127783b2ddfd52635dd483744f1821c8b95075698f37c506e0b66c7abb3d9ab183ba957fe07b4ce1a34b9be2c4477ca0e9115feacab8380bba7
 DIST kotlin-compiler-2.0.21.zip 85822011 BLAKE2B 
007a3cb8902e5a12d883ede2ef670f821471c3273dc97d17935006e0dc35989fe540cbeaa0a8203fc95e05f2b36d95000a1e3ac11803c2723b1dfa361a102470
 SHA512 
0ab48b49fc3582274485eb5c65a6e5b5de9c45e9c2faafb0720bf07308af50d813eae6d73c57a56daed6b9fd5378d40ce701f14f13e3063bdb38c5d529eb7626

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.0.20.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.0.20.ebuild
deleted file mode 100644
index 7e3629cfadfc..
--- a/dev-lang/kotlin-bin/kotlin-bin-2.0.20.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2 wrapper
-
-DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
-HOMEPAGE="https://kotlinlang.org/
-   https://github.com/JetBrains/kotlin/";
-SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
-S="${WORKDIR}/kotlinc"
-
-LICENSE="Apache-2.0 BSD MIT NPL-1.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-"
-DEPEND="
-   >=virtual/jdk-1.8:*
-"
-BDEPEND="
-   app-arch/unzip
-"
-
-src_prepare() {
-   default
-
-   rm bin/*.bat || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_dojar lib/*
-
-   # Follow the Java eclass JAR installation path.
-   local app_home="/usr/share/${PN}"
-
-   exeinto "${app_home}/bin"
-   doexe bin/*
-
-   local -a exes=(
-   kapt
-   kotlin
-   kotlinc
-   kotlinc-js
-   kotlinc-jvm
-   kotlin-dce-js
-   )
-   local exe
-   for exe in "${exes[@]}" ; do
-   make_wrapper "${exe}" "${app_home}/bin/${exe}"
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-10-10 Thread Maciej Barć
commit: a825229371affc2033d003d33afd9a908835fab0
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 10 16:27:12 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 10 16:43:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8252293

dev-lang/kotlin-bin: drop old 2.0.10

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 -
 dev-lang/kotlin-bin/kotlin-bin-2.0.10.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 323e2b9451f3..c5ccbe2e7d1e 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1 @@
-DIST kotlin-compiler-2.0.10.zip 83745882 BLAKE2B 
acd359e348fdb8fbb339a2fcd5fedb165990cc366f0c717644360267aa161e96b8813e0569a0ebc8f2d5de65f25c780c733b6b50c14e8b943344c31a492f0534
 SHA512 
ba0eac447eb62726604fe9f0d563b1fa8d23001f3ed6053954269e3f342886533a1fa2a8fc4d8f1e7aaae7b94db96a72f195f2b886eb7a50d1e6c25ac80ba106
 DIST kotlin-compiler-2.0.20.zip 86110157 BLAKE2B 
601e6d8b0ac3af3b8b0b2ddc87bb8ab2d69769e9f3d217c1be317874bfd77a8b767fd84c315637b48782393326bc3b1abc875d1293b3766dc03a0216d26cddf0
 SHA512 
07bb47339813d127783b2ddfd52635dd483744f1821c8b95075698f37c506e0b66c7abb3d9ab183ba957fe07b4ce1a34b9be2c4477ca0e9115feacab8380bba7

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.0.10.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.0.10.ebuild
deleted file mode 100644
index 7e3629cfadfc..
--- a/dev-lang/kotlin-bin/kotlin-bin-2.0.10.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2 wrapper
-
-DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
-HOMEPAGE="https://kotlinlang.org/
-   https://github.com/JetBrains/kotlin/";
-SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
-S="${WORKDIR}/kotlinc"
-
-LICENSE="Apache-2.0 BSD MIT NPL-1.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-"
-DEPEND="
-   >=virtual/jdk-1.8:*
-"
-BDEPEND="
-   app-arch/unzip
-"
-
-src_prepare() {
-   default
-
-   rm bin/*.bat || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_dojar lib/*
-
-   # Follow the Java eclass JAR installation path.
-   local app_home="/usr/share/${PN}"
-
-   exeinto "${app_home}/bin"
-   doexe bin/*
-
-   local -a exes=(
-   kapt
-   kotlin
-   kotlinc
-   kotlinc-js
-   kotlinc-jvm
-   kotlin-dce-js
-   )
-   local exe
-   for exe in "${exes[@]}" ; do
-   make_wrapper "${exe}" "${app_home}/bin/${exe}"
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-10-10 Thread Maciej Barć
commit: c5443ed11b4a8297589817588687903759ac1e83
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Oct 10 16:34:15 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct 10 16:43:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5443ed1

dev-lang/kotlin-bin: bump to 2.0.21

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 +
 dev-lang/kotlin-bin/kotlin-bin-2.0.21.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index c5ccbe2e7d1e..f83ce2e6448d 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1 +1,2 @@
 DIST kotlin-compiler-2.0.20.zip 86110157 BLAKE2B 
601e6d8b0ac3af3b8b0b2ddc87bb8ab2d69769e9f3d217c1be317874bfd77a8b767fd84c315637b48782393326bc3b1abc875d1293b3766dc03a0216d26cddf0
 SHA512 
07bb47339813d127783b2ddfd52635dd483744f1821c8b95075698f37c506e0b66c7abb3d9ab183ba957fe07b4ce1a34b9be2c4477ca0e9115feacab8380bba7
+DIST kotlin-compiler-2.0.21.zip 85822011 BLAKE2B 
007a3cb8902e5a12d883ede2ef670f821471c3273dc97d17935006e0dc35989fe540cbeaa0a8203fc95e05f2b36d95000a1e3ac11803c2723b1dfa361a102470
 SHA512 
0ab48b49fc3582274485eb5c65a6e5b5de9c45e9c2faafb0720bf07308af50d813eae6d73c57a56daed6b9fd5378d40ce701f14f13e3063bdb38c5d529eb7626

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.0.21.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.0.21.ebuild
new file mode 100644
index ..7e3629cfadfc
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-2.0.21.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-09-03 Thread Maciej Barć
commit: 083463d231de844ed42ca79bc390c54f2bc1b6aa
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Sep  3 15:46:01 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Sep  3 18:44:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083463d2

dev-lang/kotlin-bin: bump to 2.0.20

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 +
 dev-lang/kotlin-bin/kotlin-bin-2.0.20.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 09f8d38fef85..323e2b9451f3 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1 +1,2 @@
 DIST kotlin-compiler-2.0.10.zip 83745882 BLAKE2B 
acd359e348fdb8fbb339a2fcd5fedb165990cc366f0c717644360267aa161e96b8813e0569a0ebc8f2d5de65f25c780c733b6b50c14e8b943344c31a492f0534
 SHA512 
ba0eac447eb62726604fe9f0d563b1fa8d23001f3ed6053954269e3f342886533a1fa2a8fc4d8f1e7aaae7b94db96a72f195f2b886eb7a50d1e6c25ac80ba106
+DIST kotlin-compiler-2.0.20.zip 86110157 BLAKE2B 
601e6d8b0ac3af3b8b0b2ddc87bb8ab2d69769e9f3d217c1be317874bfd77a8b767fd84c315637b48782393326bc3b1abc875d1293b3766dc03a0216d26cddf0
 SHA512 
07bb47339813d127783b2ddfd52635dd483744f1821c8b95075698f37c506e0b66c7abb3d9ab183ba957fe07b4ce1a34b9be2c4477ca0e9115feacab8380bba7

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.0.20.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.0.20.ebuild
new file mode 100644
index ..7e3629cfadfc
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-2.0.20.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-09-03 Thread Maciej Barć
commit: 17f4805491905a9bbca1f1cdffc8367dcb729743
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Sep  3 15:44:19 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Sep  3 18:44:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f48054

dev-lang/kotlin-bin: drop old 2.0.0

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest|  1 -
 dev-lang/kotlin-bin/kotlin-bin-2.0.0.ebuild | 59 -
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index a7bd4fa9f2e4..09f8d38fef85 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1 @@
-DIST kotlin-compiler-2.0.0.zip 83767523 BLAKE2B 
4627ec2ccf0751baee141a980f14bace98a96b4f826b72f001dc2e27afe1fa60b3967e533e775f7dd81a5e682670cd38c02378884a2d543caca050aee519e765
 SHA512 
ca723146188a60a995089d4b06bb23c83bfb2dbaabbbad632921601babbccddf4e3f0519692018480b7a0a7a1d0ce3002dcb6f4a445dc2dfa2a2b8f4e39364c7
 DIST kotlin-compiler-2.0.10.zip 83745882 BLAKE2B 
acd359e348fdb8fbb339a2fcd5fedb165990cc366f0c717644360267aa161e96b8813e0569a0ebc8f2d5de65f25c780c733b6b50c14e8b943344c31a492f0534
 SHA512 
ba0eac447eb62726604fe9f0d563b1fa8d23001f3ed6053954269e3f342886533a1fa2a8fc4d8f1e7aaae7b94db96a72f195f2b886eb7a50d1e6c25ac80ba106

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.0.0.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.0.0.ebuild
deleted file mode 100644
index 7e3629cfadfc..
--- a/dev-lang/kotlin-bin/kotlin-bin-2.0.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2 wrapper
-
-DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
-HOMEPAGE="https://kotlinlang.org/
-   https://github.com/JetBrains/kotlin/";
-SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
-S="${WORKDIR}/kotlinc"
-
-LICENSE="Apache-2.0 BSD MIT NPL-1.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-"
-DEPEND="
-   >=virtual/jdk-1.8:*
-"
-BDEPEND="
-   app-arch/unzip
-"
-
-src_prepare() {
-   default
-
-   rm bin/*.bat || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_dojar lib/*
-
-   # Follow the Java eclass JAR installation path.
-   local app_home="/usr/share/${PN}"
-
-   exeinto "${app_home}/bin"
-   doexe bin/*
-
-   local -a exes=(
-   kapt
-   kotlin
-   kotlinc
-   kotlinc-js
-   kotlinc-jvm
-   kotlin-dce-js
-   )
-   local exe
-   for exe in "${exes[@]}" ; do
-   make_wrapper "${exe}" "${app_home}/bin/${exe}"
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-08-08 Thread Maciej Barć
commit: 531fb253702555f0bbdea73ccd0dbc36b5821a38
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Aug  8 11:43:31 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Aug  8 12:05:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=531fb253

dev-lang/kotlin-bin: bump to 2.0.10

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 +
 dev-lang/kotlin-bin/kotlin-bin-2.0.10.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 20a2ca137866..bebce94257e0 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1,3 @@
 DIST kotlin-compiler-1.9.24.zip 91056044 BLAKE2B 
b872635e83b334cf4b8ee6f2aad5f4d1cf44594848c02a027fd3f7adcffb6d05232e66658ed8e6e234c2ea0996728338f6fdd46628ccfeddeeb5f3b330307340
 SHA512 
cc6f3cd141faed849f0c8b11b4473f30211d242001292eecc1a0927151034afd892840289457cef6fc8a201dacf157fdb5782cf0a96d27bfa2b3693fac118a84
 DIST kotlin-compiler-2.0.0.zip 83767523 BLAKE2B 
4627ec2ccf0751baee141a980f14bace98a96b4f826b72f001dc2e27afe1fa60b3967e533e775f7dd81a5e682670cd38c02378884a2d543caca050aee519e765
 SHA512 
ca723146188a60a995089d4b06bb23c83bfb2dbaabbbad632921601babbccddf4e3f0519692018480b7a0a7a1d0ce3002dcb6f4a445dc2dfa2a2b8f4e39364c7
+DIST kotlin-compiler-2.0.10.zip 83745882 BLAKE2B 
acd359e348fdb8fbb339a2fcd5fedb165990cc366f0c717644360267aa161e96b8813e0569a0ebc8f2d5de65f25c780c733b6b50c14e8b943344c31a492f0534
 SHA512 
ba0eac447eb62726604fe9f0d563b1fa8d23001f3ed6053954269e3f342886533a1fa2a8fc4d8f1e7aaae7b94db96a72f195f2b886eb7a50d1e6c25ac80ba106

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.0.10.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.0.10.ebuild
new file mode 100644
index ..7e3629cfadfc
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-2.0.10.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-08-08 Thread Maciej Barć
commit: 0c052ffa078b70ae349847484ddd73f127354f79
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Aug  8 11:44:21 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Aug  8 12:05:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c052ffa

dev-lang/kotlin-bin: drop old 1.9.24

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 -
 dev-lang/kotlin-bin/kotlin-bin-1.9.24.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index bebce94257e0..a7bd4fa9f2e4 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,3 +1,2 @@
-DIST kotlin-compiler-1.9.24.zip 91056044 BLAKE2B 
b872635e83b334cf4b8ee6f2aad5f4d1cf44594848c02a027fd3f7adcffb6d05232e66658ed8e6e234c2ea0996728338f6fdd46628ccfeddeeb5f3b330307340
 SHA512 
cc6f3cd141faed849f0c8b11b4473f30211d242001292eecc1a0927151034afd892840289457cef6fc8a201dacf157fdb5782cf0a96d27bfa2b3693fac118a84
 DIST kotlin-compiler-2.0.0.zip 83767523 BLAKE2B 
4627ec2ccf0751baee141a980f14bace98a96b4f826b72f001dc2e27afe1fa60b3967e533e775f7dd81a5e682670cd38c02378884a2d543caca050aee519e765
 SHA512 
ca723146188a60a995089d4b06bb23c83bfb2dbaabbbad632921601babbccddf4e3f0519692018480b7a0a7a1d0ce3002dcb6f4a445dc2dfa2a2b8f4e39364c7
 DIST kotlin-compiler-2.0.10.zip 83745882 BLAKE2B 
acd359e348fdb8fbb339a2fcd5fedb165990cc366f0c717644360267aa161e96b8813e0569a0ebc8f2d5de65f25c780c733b6b50c14e8b943344c31a492f0534
 SHA512 
ba0eac447eb62726604fe9f0d563b1fa8d23001f3ed6053954269e3f342886533a1fa2a8fc4d8f1e7aaae7b94db96a72f195f2b886eb7a50d1e6c25ac80ba106

diff --git a/dev-lang/kotlin-bin/kotlin-bin-1.9.24.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-1.9.24.ebuild
deleted file mode 100644
index 7e3629cfadfc..
--- a/dev-lang/kotlin-bin/kotlin-bin-1.9.24.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2 wrapper
-
-DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
-HOMEPAGE="https://kotlinlang.org/
-   https://github.com/JetBrains/kotlin/";
-SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
-S="${WORKDIR}/kotlinc"
-
-LICENSE="Apache-2.0 BSD MIT NPL-1.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-"
-DEPEND="
-   >=virtual/jdk-1.8:*
-"
-BDEPEND="
-   app-arch/unzip
-"
-
-src_prepare() {
-   default
-
-   rm bin/*.bat || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_dojar lib/*
-
-   # Follow the Java eclass JAR installation path.
-   local app_home="/usr/share/${PN}"
-
-   exeinto "${app_home}/bin"
-   doexe bin/*
-
-   local -a exes=(
-   kapt
-   kotlin
-   kotlinc
-   kotlinc-js
-   kotlinc-jvm
-   kotlin-dce-js
-   )
-   local exe
-   for exe in "${exes[@]}" ; do
-   make_wrapper "${exe}" "${app_home}/bin/${exe}"
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-05-25 Thread Maciej Barć
commit: 3791649cd8470ee744cea37c0fe2753f0261dbc8
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat May 25 13:04:35 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 25 14:05:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3791649c

dev-lang/kotlin-bin: drop old 1.9.23

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 -
 dev-lang/kotlin-bin/kotlin-bin-1.9.23.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 4997e85259f7..f41c0dd29cb7 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1 @@
-DIST kotlin-compiler-1.9.23.zip 91045770 BLAKE2B 
f15bf111b0de8527312ae3ffced8fd80812a8ea949f4157d21085966ec7f9c19facf116cc70915d41aca2fb4b3c3d1d9d3cebe23c5312728f295204528c82f2d
 SHA512 
6baea5f968b8cd21a89fd80302a26761b775d2631d5a434775eecf1c4bbc1e07b657f389da4c4d2cd10e3687908e0417d12b94ed822b029a7126ae1988dba445
 DIST kotlin-compiler-1.9.24.zip 91056044 BLAKE2B 
b872635e83b334cf4b8ee6f2aad5f4d1cf44594848c02a027fd3f7adcffb6d05232e66658ed8e6e234c2ea0996728338f6fdd46628ccfeddeeb5f3b330307340
 SHA512 
cc6f3cd141faed849f0c8b11b4473f30211d242001292eecc1a0927151034afd892840289457cef6fc8a201dacf157fdb5782cf0a96d27bfa2b3693fac118a84

diff --git a/dev-lang/kotlin-bin/kotlin-bin-1.9.23.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-1.9.23.ebuild
deleted file mode 100644
index 7e3629cfadfc..
--- a/dev-lang/kotlin-bin/kotlin-bin-1.9.23.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2 wrapper
-
-DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
-HOMEPAGE="https://kotlinlang.org/
-   https://github.com/JetBrains/kotlin/";
-SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
-S="${WORKDIR}/kotlinc"
-
-LICENSE="Apache-2.0 BSD MIT NPL-1.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-"
-DEPEND="
-   >=virtual/jdk-1.8:*
-"
-BDEPEND="
-   app-arch/unzip
-"
-
-src_prepare() {
-   default
-
-   rm bin/*.bat || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_dojar lib/*
-
-   # Follow the Java eclass JAR installation path.
-   local app_home="/usr/share/${PN}"
-
-   exeinto "${app_home}/bin"
-   doexe bin/*
-
-   local -a exes=(
-   kapt
-   kotlin
-   kotlinc
-   kotlinc-js
-   kotlinc-jvm
-   kotlin-dce-js
-   )
-   local exe
-   for exe in "${exes[@]}" ; do
-   make_wrapper "${exe}" "${app_home}/bin/${exe}"
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-05-25 Thread Maciej Barć
commit: 906243f3567f401fa121218705be637be28dbcc0
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat May 25 13:06:32 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 25 14:05:56 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906243f3

dev-lang/kotlin-bin: bump to 2.0.0

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest|  1 +
 dev-lang/kotlin-bin/kotlin-bin-2.0.0.ebuild | 59 +
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index f41c0dd29cb7..20a2ca137866 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1 +1,2 @@
 DIST kotlin-compiler-1.9.24.zip 91056044 BLAKE2B 
b872635e83b334cf4b8ee6f2aad5f4d1cf44594848c02a027fd3f7adcffb6d05232e66658ed8e6e234c2ea0996728338f6fdd46628ccfeddeeb5f3b330307340
 SHA512 
cc6f3cd141faed849f0c8b11b4473f30211d242001292eecc1a0927151034afd892840289457cef6fc8a201dacf157fdb5782cf0a96d27bfa2b3693fac118a84
+DIST kotlin-compiler-2.0.0.zip 83767523 BLAKE2B 
4627ec2ccf0751baee141a980f14bace98a96b4f826b72f001dc2e27afe1fa60b3967e533e775f7dd81a5e682670cd38c02378884a2d543caca050aee519e765
 SHA512 
ca723146188a60a995089d4b06bb23c83bfb2dbaabbbad632921601babbccddf4e3f0519692018480b7a0a7a1d0ce3002dcb6f4a445dc2dfa2a2b8f4e39364c7

diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.0.0.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-2.0.0.ebuild
new file mode 100644
index ..7e3629cfadfc
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-2.0.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-05-08 Thread Maciej Barć
commit: 16861388ad130b8801b577aa985bf905e4be119c
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed May  8 12:16:44 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed May  8 12:42:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16861388

dev-lang/kotlin-bin: bump to 1.9.24

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 +
 dev-lang/kotlin-bin/kotlin-bin-1.9.24.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 26b3955650c9..4997e85259f7 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1 +1,2 @@
 DIST kotlin-compiler-1.9.23.zip 91045770 BLAKE2B 
f15bf111b0de8527312ae3ffced8fd80812a8ea949f4157d21085966ec7f9c19facf116cc70915d41aca2fb4b3c3d1d9d3cebe23c5312728f295204528c82f2d
 SHA512 
6baea5f968b8cd21a89fd80302a26761b775d2631d5a434775eecf1c4bbc1e07b657f389da4c4d2cd10e3687908e0417d12b94ed822b029a7126ae1988dba445
+DIST kotlin-compiler-1.9.24.zip 91056044 BLAKE2B 
b872635e83b334cf4b8ee6f2aad5f4d1cf44594848c02a027fd3f7adcffb6d05232e66658ed8e6e234c2ea0996728338f6fdd46628ccfeddeeb5f3b330307340
 SHA512 
cc6f3cd141faed849f0c8b11b4473f30211d242001292eecc1a0927151034afd892840289457cef6fc8a201dacf157fdb5782cf0a96d27bfa2b3693fac118a84

diff --git a/dev-lang/kotlin-bin/kotlin-bin-1.9.24.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-1.9.24.ebuild
new file mode 100644
index ..7e3629cfadfc
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-1.9.24.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-04-10 Thread Maciej Barć
commit: e47182332ad35811064b3208ecafe7cf8781fe06
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Apr 10 23:38:26 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Apr 11 01:38:43 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4718233

dev-lang/kotlin-bin: drop old 1.9.22

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 -
 dev-lang/kotlin-bin/kotlin-bin-1.9.22.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index 54cdb6f63f56..26b3955650c9 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1,2 +1 @@
-DIST kotlin-compiler-1.9.22.zip 91026092 BLAKE2B 
2fc776b27e30a9d75640dc8fc004bfec5207b1b79c2742aa6a8a75971a8b41310cc16712d6d0921e1fa7545031a75ca8256c48f5c1e13f4e36d82df2574d5699
 SHA512 
d0e1bdfb1918f007444b1cef6e0c29c2c1846819edd60d016ed62327ea6d2cb505aa18658f916f88b91d9fbdfe0b155ad3361728d6a7a9062806d982bc9b8c6c
 DIST kotlin-compiler-1.9.23.zip 91045770 BLAKE2B 
f15bf111b0de8527312ae3ffced8fd80812a8ea949f4157d21085966ec7f9c19facf116cc70915d41aca2fb4b3c3d1d9d3cebe23c5312728f295204528c82f2d
 SHA512 
6baea5f968b8cd21a89fd80302a26761b775d2631d5a434775eecf1c4bbc1e07b657f389da4c4d2cd10e3687908e0417d12b94ed822b029a7126ae1988dba445

diff --git a/dev-lang/kotlin-bin/kotlin-bin-1.9.22.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-1.9.22.ebuild
deleted file mode 100644
index 7e3629cfadfc..
--- a/dev-lang/kotlin-bin/kotlin-bin-1.9.22.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit java-pkg-2 wrapper
-
-DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
-HOMEPAGE="https://kotlinlang.org/
-   https://github.com/JetBrains/kotlin/";
-SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
-S="${WORKDIR}/kotlinc"
-
-LICENSE="Apache-2.0 BSD MIT NPL-1.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=virtual/jre-1.8:*
-"
-DEPEND="
-   >=virtual/jdk-1.8:*
-"
-BDEPEND="
-   app-arch/unzip
-"
-
-src_prepare() {
-   default
-
-   rm bin/*.bat || die
-}
-
-src_compile() {
-   :
-}
-
-src_install() {
-   java-pkg_dojar lib/*
-
-   # Follow the Java eclass JAR installation path.
-   local app_home="/usr/share/${PN}"
-
-   exeinto "${app_home}/bin"
-   doexe bin/*
-
-   local -a exes=(
-   kapt
-   kotlin
-   kotlinc
-   kotlinc-js
-   kotlinc-jvm
-   kotlin-dce-js
-   )
-   local exe
-   for exe in "${exes[@]}" ; do
-   make_wrapper "${exe}" "${app_home}/bin/${exe}"
-   done
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-03-11 Thread Maciej Barć
commit: e8a34abaa1cfb40a8048f00da6f830994fd40bfb
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Mar 11 10:22:02 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Mar 11 11:17:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a34aba

dev-lang/kotlin-bin: bump to 1.9.23

Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 +
 dev-lang/kotlin-bin/kotlin-bin-1.9.23.ebuild | 59 
 2 files changed, 60 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
index a24e82787dbc..54cdb6f63f56 100644
--- a/dev-lang/kotlin-bin/Manifest
+++ b/dev-lang/kotlin-bin/Manifest
@@ -1 +1,2 @@
 DIST kotlin-compiler-1.9.22.zip 91026092 BLAKE2B 
2fc776b27e30a9d75640dc8fc004bfec5207b1b79c2742aa6a8a75971a8b41310cc16712d6d0921e1fa7545031a75ca8256c48f5c1e13f4e36d82df2574d5699
 SHA512 
d0e1bdfb1918f007444b1cef6e0c29c2c1846819edd60d016ed62327ea6d2cb505aa18658f916f88b91d9fbdfe0b155ad3361728d6a7a9062806d982bc9b8c6c
+DIST kotlin-compiler-1.9.23.zip 91045770 BLAKE2B 
f15bf111b0de8527312ae3ffced8fd80812a8ea949f4157d21085966ec7f9c19facf116cc70915d41aca2fb4b3c3d1d9d3cebe23c5312728f295204528c82f2d
 SHA512 
6baea5f968b8cd21a89fd80302a26761b775d2631d5a434775eecf1c4bbc1e07b657f389da4c4d2cd10e3687908e0417d12b94ed822b029a7126ae1988dba445

diff --git a/dev-lang/kotlin-bin/kotlin-bin-1.9.23.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-1.9.23.ebuild
new file mode 100644
index ..7e3629cfadfc
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-1.9.23.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lang/kotlin-bin/

2024-01-21 Thread Maciej Barć
commit: 021de69c0138421cebff8a7c1e0bd381422ae438
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Jan 21 02:44:12 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Jan 21 20:47:37 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=021de69c

dev-lang/kotlin-bin: new package; add 1.9.22

Bug: https://github.com/gentoo/gentoo/pull/19499
Signed-off-by: Maciej Barć  gentoo.org>

 dev-lang/kotlin-bin/Manifest |  1 +
 dev-lang/kotlin-bin/kotlin-bin-1.9.22.ebuild | 59 
 dev-lang/kotlin-bin/metadata.xml | 19 +
 3 files changed, 79 insertions(+)

diff --git a/dev-lang/kotlin-bin/Manifest b/dev-lang/kotlin-bin/Manifest
new file mode 100644
index ..a24e82787dbc
--- /dev/null
+++ b/dev-lang/kotlin-bin/Manifest
@@ -0,0 +1 @@
+DIST kotlin-compiler-1.9.22.zip 91026092 BLAKE2B 
2fc776b27e30a9d75640dc8fc004bfec5207b1b79c2742aa6a8a75971a8b41310cc16712d6d0921e1fa7545031a75ca8256c48f5c1e13f4e36d82df2574d5699
 SHA512 
d0e1bdfb1918f007444b1cef6e0c29c2c1846819edd60d016ed62327ea6d2cb505aa18658f916f88b91d9fbdfe0b155ad3361728d6a7a9062806d982bc9b8c6c

diff --git a/dev-lang/kotlin-bin/kotlin-bin-1.9.22.ebuild 
b/dev-lang/kotlin-bin/kotlin-bin-1.9.22.ebuild
new file mode 100644
index ..7e3629cfadfc
--- /dev/null
+++ b/dev-lang/kotlin-bin/kotlin-bin-1.9.22.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit java-pkg-2 wrapper
+
+DESCRIPTION="Statically typed language that targets the JVM and JavaScript"
+HOMEPAGE="https://kotlinlang.org/
+   https://github.com/JetBrains/kotlin/";
+SRC_URI="https://github.com/JetBrains/kotlin/releases/download/v${PV}/kotlin-compiler-${PV}.zip";
+S="${WORKDIR}/kotlinc"
+
+LICENSE="Apache-2.0 BSD MIT NPL-1.1"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=virtual/jre-1.8:*
+"
+DEPEND="
+   >=virtual/jdk-1.8:*
+"
+BDEPEND="
+   app-arch/unzip
+"
+
+src_prepare() {
+   default
+
+   rm bin/*.bat || die
+}
+
+src_compile() {
+   :
+}
+
+src_install() {
+   java-pkg_dojar lib/*
+
+   # Follow the Java eclass JAR installation path.
+   local app_home="/usr/share/${PN}"
+
+   exeinto "${app_home}/bin"
+   doexe bin/*
+
+   local -a exes=(
+   kapt
+   kotlin
+   kotlinc
+   kotlinc-js
+   kotlinc-jvm
+   kotlin-dce-js
+   )
+   local exe
+   for exe in "${exes[@]}" ; do
+   make_wrapper "${exe}" "${app_home}/bin/${exe}"
+   done
+}

diff --git a/dev-lang/kotlin-bin/metadata.xml b/dev-lang/kotlin-bin/metadata.xml
new file mode 100644
index ..96b80b4a00c2
--- /dev/null
+++ b/dev-lang/kotlin-bin/metadata.xml
@@ -0,0 +1,19 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+
+  
[email protected]
+Maciej Barć
+  
+  
+Kotlin is a statically typed language that targets the JVM and JavaScript.
+It is a general-purpose language intended for industry use. It is developed
+by a team at JetBrains although it is an OSS language and has external
+contributors.
+  
+  
+https://github.com/JetBrains/kotlin/issues/
+JetBrains/kotlin
+  
+