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: Mon, 25 Oct 2021 14:31:00 +0000 (UTC) [thread overview]
Message-ID: <1635172249.69b61bb5e497cd938cebfa0205ebc047eea3ba6f.flow@gentoo> (raw)
commit: 69b61bb5e497cd938cebfa0205ebc047eea3ba6f
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 25 14:30:23 2021 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Oct 25 14:30:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b61bb5
dev-lang/ammonite-repl-bin: initial import from ::guru
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-lang/ammonite-repl-bin/Manifest | 1 +
.../ammonite-repl-bin-2.4.0.ebuild | 23 ++++++++++++++++++++++
dev-lang/ammonite-repl-bin/metadata.xml | 8 ++++++++
3 files changed, 32 insertions(+)
diff --git a/dev-lang/ammonite-repl-bin/Manifest b/dev-lang/ammonite-repl-bin/Manifest
new file mode 100644
index 00000000000..898ba4c879e
--- /dev/null
+++ b/dev-lang/ammonite-repl-bin/Manifest
@@ -0,0 +1 @@
+DIST ammonite-2.4.0 48166243 BLAKE2B b01193af61c4e1035b975c465e593da0261086aeab494bc534502814e87534d43beee82e048c6bbfb3ae49e3916dfb1e7fca3ebd10e866c0aad2b10027d32298 SHA512 6318c689335537e9bb2b0f7713aa593ac36253dc06c0fe13f44e96ab68fad2426c6c845dae6eead30b560987f0ea4fd72f177991de5f6f8da5c96bca4f63889e
diff --git a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.4.0.ebuild b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.4.0.ebuild
new file mode 100644
index 00000000000..f0e3f45e98b
--- /dev/null
+++ b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.4.0.ebuild
@@ -0,0 +1,23 @@
+# 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/metadata.xml b/dev-lang/ammonite-repl-bin/metadata.xml
new file mode 100644
index 00000000000..7a926064dca
--- /dev/null
+++ b/dev-lang/ammonite-repl-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type='person'>
+ <email>flow@gentoo.org</email>
+ <name>Florian Schmaus</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2021-10-25 14:31 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-25 14:31 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-16 16:21 [gentoo-commits] repo/gentoo:master commit in: dev-lang/ammonite-repl-bin/ Florian Schmaus
2021-12-14 19:37 Florian Schmaus
2021-12-14 19:37 Florian Schmaus
2021-12-14 19:39 Florian Schmaus
2022-01-16 8:12 Florian Schmaus
2022-02-08 10:20 Florian Schmaus
2022-02-08 10:20 Florian Schmaus
2022-02-20 9:11 Florian Schmaus
2022-03-16 12:59 Florian Schmaus
2022-03-16 12:59 Florian Schmaus
2022-04-19 7:39 Florian Schmaus
2022-05-24 7:28 Florian Schmaus
2022-05-24 7:28 Florian Schmaus
2022-05-24 7:28 Florian Schmaus
2022-05-24 9:15 Florian Schmaus
2022-06-24 20:10 Florian Schmaus
2022-06-24 20:10 Florian Schmaus
2022-07-26 11:20 Florian Schmaus
2022-10-20 11:11 Florian Schmaus
2022-11-30 9:39 Florian Schmaus
2023-01-11 9:19 Florian Schmaus
2023-01-11 9:19 Florian Schmaus
2023-02-10 13:03 Florian Schmaus
2023-02-16 8:12 Florian Schmaus
2023-03-21 11:15 Florian Schmaus
2023-06-25 15:58 Florian Schmaus
2023-06-25 15:58 Florian Schmaus
2023-07-29 14:05 Florian Schmaus
2023-10-22 10:28 Florian Schmaus
2024-01-09 15:52 Florian Schmaus
2024-01-09 15:52 Florian Schmaus
2024-02-15 23:51 Sam James
2025-01-02 20:30 Florian Schmaus
2025-01-02 20:30 Florian Schmaus
2025-02-04 17:33 Florian Schmaus
2025-02-04 17:33 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=1635172249.69b61bb5e497cd938cebfa0205ebc047eea3ba6f.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