diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-03-16 13:58:40 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-03-16 13:59:12 +0100 |
commit | 67c83173ce058c5146847f69b140189bc49f09c0 (patch) | |
tree | 4033c697a4d225436f32080cb09d0b55390fbd65 /dev-lang | |
parent | dev-lang/ammonite-repl-bin: stabilize 2.5.2 for amd64, x86 (diff) | |
download | gentoo-67c83173ce058c5146847f69b140189bc49f09c0.tar.gz gentoo-67c83173ce058c5146847f69b140189bc49f09c0.tar.bz2 gentoo-67c83173ce058c5146847f69b140189bc49f09c0.zip |
dev-lang/ammonite-repl-bin: drop 2.5.1
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ammonite-repl-bin/Manifest | 1 | ||||
-rw-r--r-- | dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.1.ebuild | 26 |
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-lang/ammonite-repl-bin/Manifest b/dev-lang/ammonite-repl-bin/Manifest index 5dcde6c19fb5..a3be4ef6a53b 100644 --- a/dev-lang/ammonite-repl-bin/Manifest +++ b/dev-lang/ammonite-repl-bin/Manifest @@ -1,3 +1,2 @@ DIST ammonite-2.4.1 48567893 BLAKE2B d7096170c1072aabdc2b4374fdc89bee390a04fc01748c985eeb8be9cb2bc5d09334644c21b3bb4d2eab436b7df1ff8c915a26cde76d38a5765b29673d09ccf9 SHA512 7e65c7789c42e1ac23455dd27702baf80c3f7c554403f3a34bb939283328b719212af0a824152875e09a6120cc6c67405c1dce0e5da1d07e4e185002ae4672ca -DIST ammonite-repl-bin-2.5.1 48408804 BLAKE2B 20d9738229c054e94393d50c86996a8a3fb8ecac1bfebe4b61d989edf0921c027bd5c1b48304bd69d9410c84debe9439aa315678fa9e4146bda845583c829fd9 SHA512 bb45d8790bf5ae853d22501b47e20e532b8a78f61dc63fbeb052b9a704befe1facb5572a3cdf9f7329f1dbca1637e9f191b10be761cb657e293506fb3fdc749c DIST ammonite-repl-bin-2.5.2 48408913 BLAKE2B 0ee4111ca8bf1dd9fc7f1749b946144e57e29638caf060fedbe93acb93fdda83c3c8e7d75691083c6c64b67fbec0361bd8ff94d7c9d3c5310ea485ee94425da0 SHA512 80f5fd4d0f569bbecd1f4073363a12a8877c17ed9b172b4ab3198ea10d9b1afe4f67f8bba1d8cd9eced3b3768c55231b6560394d2bb2d3e1f4316a2f4b5a8198 diff --git a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.1.ebuild b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.1.ebuild deleted file mode 100644 index f1e48a9e1e94..000000000000 --- a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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} -> ${P}" - -KEYWORDS="amd64 x86" -LICENSE="MIT" -SLOT="0" - -S="${WORKDIR}" - -RDEPEND=">=virtual/jre-1.8:*" - -src_unpack() { - : -} - -src_install() { - newbin "${DISTDIR}"/${P} amm -} |