Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ammonite-repl-bin/
Date: Fri, 24 Jun 2022 20:10:39
Message-Id: 1656101418.708bfe92d530732a6ea0ffedd536cb06b66305a7.flow@gentoo
1 commit: 708bfe92d530732a6ea0ffedd536cb06b66305a7
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 24 20:10:18 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 24 20:10:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708bfe92
7
8 dev-lang/ammonite-repl-bin: drop 2.5.3
9
10 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
11
12 dev-lang/ammonite-repl-bin/Manifest | 1 -
13 .../ammonite-repl-bin-2.5.3.ebuild | 26 ----------------------
14 2 files changed, 27 deletions(-)
15
16 diff --git a/dev-lang/ammonite-repl-bin/Manifest b/dev-lang/ammonite-repl-bin/Manifest
17 index ae972eaff884..76d6281c64e6 100644
18 --- a/dev-lang/ammonite-repl-bin/Manifest
19 +++ b/dev-lang/ammonite-repl-bin/Manifest
20 @@ -1,2 +1 @@
21 -DIST ammonite-repl-bin-2.5.3 48419355 BLAKE2B dece0bec04f5d394470dbf393570a86674488a7191fb3285cfb4c97734e64a0bbaef1197535f134bbf8b1f03ab5847e14e9053a68649a166cdec93bee34acf27 SHA512 3ad296f1c2a5b8a6b6a7772f2f2bebab71a4e41b3e3a9b66ef65af5b39f3db6866cc07b620b0f4e64cdc21f059e17494541a03af4314f759187744229f24bee9
22 DIST ammonite-repl-bin-2.5.4 48438500 BLAKE2B 386ab32fc122267d17d377201a73e001ca40eb9c3254527e0819ae399cdcda90c5ada8d4773e16a1a930ba839e374dfd0d9848ccf1da75e5f6e385bf870f27a1 SHA512 cd1b382e2a5eb2ca93ad0640d9806e5770516f8fbd1c2a468e2bb333ab648916ed7b86efdf5d5e674176eee09532cf0a9b5af57021695c37b4862abb546966db
23
24 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
25 deleted file mode 100644
26 index 6cae7d9be42f..000000000000
27 --- a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.3.ebuild
28 +++ /dev/null
29 @@ -1,26 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -SCALA_VERSION="2.13"
36 -
37 -DESCRIPTION="Scala language-based scripting and REPL"
38 -HOMEPAGE="https://ammonite.io/"
39 -SRC_URI="https://github.com/com-lihaoyi/Ammonite/releases/download/${PV}/${SCALA_VERSION}-${PV} -> ${P}"
40 -
41 -KEYWORDS="amd64 x86"
42 -LICENSE="MIT"
43 -SLOT="0"
44 -
45 -S="${WORKDIR}"
46 -
47 -RDEPEND=">=virtual/jre-1.8:*"
48 -
49 -src_unpack() {
50 - :
51 -}
52 -
53 -src_install() {
54 - newbin "${DISTDIR}"/${P} amm
55 -}