diff options
| author | Maciej Barć <xgqt@gentoo.org> | 2025-10-23 20:35:08 +0200 |
|---|---|---|
| committer | Maciej Barć <xgqt@gentoo.org> | 2025-10-23 23:06:45 +0200 |
| commit | 3b9d29124593c75b3f1af508080b27573398783d (patch) | |
| tree | 866a4b4cd8303c0301e8dc1f0306a0554e30255d /dev-lang/kotlin-bin/kotlin-bin-2.2.0.ebuild | |
| parent | cdf1bfd2471e45cd29588889712c8c49344f3a16 (diff) | |
| download | gentoo-3b9d29124593c75b3f1af508080b27573398783d.tar.gz gentoo-3b9d29124593c75b3f1af508080b27573398783d.tar.bz2 gentoo-3b9d29124593c75b3f1af508080b27573398783d.zip | |
dev-lang/kotlin-bin: drop old 2.2.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/kotlin-bin/kotlin-bin-2.2.0.ebuild')
| -rw-r--r-- | dev-lang/kotlin-bin/kotlin-bin-2.2.0.ebuild | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/dev-lang/kotlin-bin/kotlin-bin-2.2.0.ebuild b/dev-lang/kotlin-bin/kotlin-bin-2.2.0.ebuild deleted file mode 100644 index 5efa76704267..000000000000 --- a/dev-lang/kotlin-bin/kotlin-bin-2.2.0.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 -} |
