From 447f9e728ef39e97187c7cc34e52a02f2159313e Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 24 Jun 2021 12:14:24 +0200 Subject: dev-lang/ammonite-repl-bin: add 2.4.0, drop 2.3.8 Signed-off-by: Florian Schmaus --- dev-lang/ammonite-repl-bin/Manifest | 2 +- .../ammonite-repl-bin-2.3.8.ebuild | 27 ---------------------- .../ammonite-repl-bin-2.4.0.ebuild | 21 +++++++++++++++++ 3 files changed, 22 insertions(+), 28 deletions(-) delete mode 100644 dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.3.8.ebuild create mode 100644 dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.4.0.ebuild (limited to 'dev-lang') diff --git a/dev-lang/ammonite-repl-bin/Manifest b/dev-lang/ammonite-repl-bin/Manifest index 70f4c1e25..898ba4c87 100644 --- a/dev-lang/ammonite-repl-bin/Manifest +++ b/dev-lang/ammonite-repl-bin/Manifest @@ -1 +1 @@ -DIST ammonite-2.3.8 46433303 BLAKE2B 630691d48bc276bb650dc97488a9dc3f76fb1ac48320fbf840acd409ac819682da79995214b0d232bb4735e481b77ae40e820b1f07d852156ad4737deeeffb42 SHA512 26d3cbc33e4a2e768789d0764563740fcbc29772bac3d999cb7cddb93f9372c76fd2a9da22cb4bd45d7243eb2cb8d74606a92860fe439a737d6ad862dafe88bd +DIST ammonite-2.4.0 48166243 BLAKE2B b01193af61c4e1035b975c465e593da0261086aeab494bc534502814e87534d43beee82e048c6bbfb3ae49e3916dfb1e7fca3ebd10e866c0aad2b10027d32298 SHA512 6318c689335537e9bb2b0f7713aa593ac36253dc06c0fe13f44e96ab68fad2426c6c845dae6eead30b560987f0ea4fd72f177991de5f6f8da5c96bca4f63889e diff --git a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.3.8.ebuild b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.3.8.ebuild deleted file mode 100644 index e94379d54..000000000 --- a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.3.8.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -SCALA_VERSION="2.13" - -DESCRIPTION="Scala language-based scripting and REPL" -HOMEPAGE="https://ammonite.io/" -SRC_URI="https://github.com/lihaoyi/Ammonite/releases/download/${PV}/${SCALA_VERSION}-${PV} -> ammonite-${PV}" - -KEYWORDS="~amd64 ~x86" -LICENSE="MIT" -SLOT="0" -IUSE="" - -# Ammonite release binaries seem to package also a full scala -# distribution, no need ot depend on dev-lang/scala(-bin). -# RDEPEND=" -# >=dev-lang/scala-bin-${SCALA_VERSION} -# " - -S="${WORKDIR}" - -src_install() { - newbin "${DISTDIR}/ammonite-${PV}" amm -} diff --git a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.4.0.ebuild b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.4.0.ebuild new file mode 100644 index 000000000..da2a2844c --- /dev/null +++ b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.4.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +SCALA_VERSION="2.13" + +DESCRIPTION="Scala language-based scripting and REPL" +HOMEPAGE="https://ammonite.io/" +SRC_URI="https://github.com/lihaoyi/Ammonite/releases/download/${PV}/${SCALA_VERSION}-${PV} -> ammonite-${PV}" + +KEYWORDS="~amd64 ~x86" +LICENSE="MIT" +SLOT="0" +IUSE="" + +S="${WORKDIR}" + +src_install() { + newbin "${DISTDIR}/ammonite-${PV}" amm +} -- cgit v1.2.3-65-gdbad