summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-06-24 22:10:18 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-06-24 22:10:18 +0200
commit708bfe92d530732a6ea0ffedd536cb06b66305a7 (patch)
treec023418e8b143118f5d2dd809650cdb780527a0e /dev-lang
parentdev-lang/ammonite-repl-bin: stabilize 2.5.4 for ALLARCHES (diff)
downloadgentoo-708bfe92d530732a6ea0ffedd536cb06b66305a7.tar.gz
gentoo-708bfe92d530732a6ea0ffedd536cb06b66305a7.tar.bz2
gentoo-708bfe92d530732a6ea0ffedd536cb06b66305a7.zip
dev-lang/ammonite-repl-bin: drop 2.5.3
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/ammonite-repl-bin/Manifest1
-rw-r--r--dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.3.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/dev-lang/ammonite-repl-bin/Manifest b/dev-lang/ammonite-repl-bin/Manifest
index ae972eaff884..76d6281c64e6 100644
--- a/dev-lang/ammonite-repl-bin/Manifest
+++ b/dev-lang/ammonite-repl-bin/Manifest
@@ -1,2 +1 @@
-DIST ammonite-repl-bin-2.5.3 48419355 BLAKE2B dece0bec04f5d394470dbf393570a86674488a7191fb3285cfb4c97734e64a0bbaef1197535f134bbf8b1f03ab5847e14e9053a68649a166cdec93bee34acf27 SHA512 3ad296f1c2a5b8a6b6a7772f2f2bebab71a4e41b3e3a9b66ef65af5b39f3db6866cc07b620b0f4e64cdc21f059e17494541a03af4314f759187744229f24bee9
DIST ammonite-repl-bin-2.5.4 48438500 BLAKE2B 386ab32fc122267d17d377201a73e001ca40eb9c3254527e0819ae399cdcda90c5ada8d4773e16a1a930ba839e374dfd0d9848ccf1da75e5f6e385bf870f27a1 SHA512 cd1b382e2a5eb2ca93ad0640d9806e5770516f8fbd1c2a468e2bb333ab648916ed7b86efdf5d5e674176eee09532cf0a9b5af57021695c37b4862abb546966db
diff --git a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.3.ebuild b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.3.ebuild
deleted file mode 100644
index 6cae7d9be42f..000000000000
--- a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.3.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/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
-}