From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ammonite-repl-bin/
Date: Tue, 8 Feb 2022 10:20:34 +0000 (UTC) [thread overview]
Message-ID: <1644315617.c21edb1ac39d24797ab1cbb73ffbffd6c64226bf.flow@gentoo> (raw)
commit: c21edb1ac39d24797ab1cbb73ffbffd6c64226bf
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 8 10:19:07 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Feb 8 10:20:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c21edb1a
dev-lang/ammonite-repl-bin: add 2.5.2
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-lang/ammonite-repl-bin/Manifest | 1 +
.../ammonite-repl-bin-2.5.2.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-lang/ammonite-repl-bin/Manifest b/dev-lang/ammonite-repl-bin/Manifest
index d7138c6c4e43..0a2e5d59bd23 100644
--- a/dev-lang/ammonite-repl-bin/Manifest
+++ b/dev-lang/ammonite-repl-bin/Manifest
@@ -1,3 +1,4 @@
DIST ammonite-2.4.1 48567893 BLAKE2B d7096170c1072aabdc2b4374fdc89bee390a04fc01748c985eeb8be9cb2bc5d09334644c21b3bb4d2eab436b7df1ff8c915a26cde76d38a5765b29673d09ccf9 SHA512 7e65c7789c42e1ac23455dd27702baf80c3f7c554403f3a34bb939283328b719212af0a824152875e09a6120cc6c67405c1dce0e5da1d07e4e185002ae4672ca
DIST ammonite-2.5.0 48405047 BLAKE2B 5d3506a89f59adde33447f22ed1a480161c6a635cd4710320f7ac66991e6171e5addc9e5ba62013f95b4e4f969899bce5b009853c36e0e966bff41c6afa69041 SHA512 8878a53b42db5edfe5a489c6abba16d985c94adc6b59ce8cac077a4e1eb7b9ad40be4bc1c27a28bbb277a47bab581a60b28ccded90081d216194d45086701550
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.2.ebuild b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.2.ebuild
new file mode 100644
index 000000000000..3cb6ca4d0ff0
--- /dev/null
+++ b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.2.ebuild
@@ -0,0 +1,26 @@
+# 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
+}
next reply other threads:[~2022-02-08 10:20 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-02-08 10:20 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-04 17:33 [gentoo-commits] repo/gentoo:master commit in: dev-lang/ammonite-repl-bin/ Florian Schmaus
2025-02-04 17:33 Florian Schmaus
2025-01-02 20:30 Florian Schmaus
2025-01-02 20:30 Florian Schmaus
2024-02-15 23:51 Sam James
2024-01-09 15:52 Florian Schmaus
2024-01-09 15:52 Florian Schmaus
2023-10-22 10:28 Florian Schmaus
2023-07-29 14:05 Florian Schmaus
2023-06-25 15:58 Florian Schmaus
2023-06-25 15:58 Florian Schmaus
2023-03-21 11:15 Florian Schmaus
2023-02-16 8:12 Florian Schmaus
2023-02-10 13:03 Florian Schmaus
2023-01-11 9:19 Florian Schmaus
2023-01-11 9:19 Florian Schmaus
2022-11-30 9:39 Florian Schmaus
2022-10-20 11:11 Florian Schmaus
2022-07-26 11:20 Florian Schmaus
2022-06-24 20:10 Florian Schmaus
2022-06-24 20:10 Florian Schmaus
2022-05-24 9:15 Florian Schmaus
2022-05-24 7:28 Florian Schmaus
2022-05-24 7:28 Florian Schmaus
2022-05-24 7:28 Florian Schmaus
2022-04-19 7:39 Florian Schmaus
2022-03-16 12:59 Florian Schmaus
2022-03-16 12:59 Florian Schmaus
2022-02-20 9:11 Florian Schmaus
2022-02-08 10:20 Florian Schmaus
2022-01-16 8:12 Florian Schmaus
2021-12-14 19:39 Florian Schmaus
2021-12-14 19:37 Florian Schmaus
2021-12-14 19:37 Florian Schmaus
2021-11-16 16:21 Florian Schmaus
2021-10-25 14:31 Florian Schmaus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1644315617.c21edb1ac39d24797ab1cbb73ffbffd6c64226bf.flow@gentoo \
--to=flow@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox