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>f...@gentoo.org</email>
+               <name>Florian Schmaus</name>
+       </maintainer>
+</pkgmetadata>

Reply via email to