commit:     69ebc43d45b071d477da5fb30a9ebbfd0d13a46e
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 09:15:10 2022 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue May 24 09:15:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ebc43d

dev-lang/ammonite-repl-bin: drop 2.4.1, 2.5.2

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 dev-lang/ammonite-repl-bin/Manifest                |  2 --
 .../ammonite-repl-bin-2.4.1.ebuild                 | 23 -------------------
 .../ammonite-repl-bin-2.5.2.ebuild                 | 26 ----------------------
 3 files changed, 51 deletions(-)

diff --git a/dev-lang/ammonite-repl-bin/Manifest 
b/dev-lang/ammonite-repl-bin/Manifest
index ef0bf9d4556b..ae972eaff884 100644
--- a/dev-lang/ammonite-repl-bin/Manifest
+++ b/dev-lang/ammonite-repl-bin/Manifest
@@ -1,4 +1,2 @@
-DIST ammonite-2.4.1 48567893 BLAKE2B 
d7096170c1072aabdc2b4374fdc89bee390a04fc01748c985eeb8be9cb2bc5d09334644c21b3bb4d2eab436b7df1ff8c915a26cde76d38a5765b29673d09ccf9
 SHA512 
7e65c7789c42e1ac23455dd27702baf80c3f7c554403f3a34bb939283328b719212af0a824152875e09a6120cc6c67405c1dce0e5da1d07e4e185002ae4672ca
-DIST ammonite-repl-bin-2.5.2 48408913 BLAKE2B 
0ee4111ca8bf1dd9fc7f1749b946144e57e29638caf060fedbe93acb93fdda83c3c8e7d75691083c6c64b67fbec0361bd8ff94d7c9d3c5310ea485ee94425da0
 SHA512 
80f5fd4d0f569bbecd1f4073363a12a8877c17ed9b172b4ab3198ea10d9b1afe4f67f8bba1d8cd9eced3b3768c55231b6560394d2bb2d3e1f4316a2f4b5a8198
 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.4.1.ebuild 
b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.4.1.ebuild
deleted file mode 100644
index e02d511c8f83..000000000000
--- a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.4.1.ebuild
+++ /dev/null
@@ -1,23 +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=""
-
-S="${WORKDIR}"
-
-RDEPEND=">=virtual/jre-1.8:*"
-
-src_install() {
-       newbin "${DISTDIR}/ammonite-${PV}" amm
-}

diff --git a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.2.ebuild 
b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.2.ebuild
deleted file mode 100644
index 6cae7d9be42f..000000000000
--- a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.2.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
-}

Reply via email to