commit:     3791649cd8470ee744cea37c0fe2753f0261dbc8
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 13:04:35 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat May 25 14:05:56 2024 +0000
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ć <xgqt <AT> 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..000000000000
--- 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
-}

Reply via email to