From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 63120158086 for ; Mon, 25 Oct 2021 14:31:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F327E0882; Mon, 25 Oct 2021 14:31:03 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1313DE0882 for ; Mon, 25 Oct 2021 14:31:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBCD53433EE for ; Mon, 25 Oct 2021 14:31:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3ABB7132 for ; Mon, 25 Oct 2021 14:31:00 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1635172249.69b61bb5e497cd938cebfa0205ebc047eea3ba6f.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ammonite-repl-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ammonite-repl-bin/Manifest dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.4.0.ebuild dev-lang/ammonite-repl-bin/metadata.xml X-VCS-Directories: dev-lang/ammonite-repl-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 69b61bb5e497cd938cebfa0205ebc047eea3ba6f X-VCS-Branch: master Date: Mon, 25 Oct 2021 14:31:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7b1d4a94-29c1-4d82-bcc5-ade1e59217eb X-Archives-Hash: df60dabc031371a0d5242d6aa8fea546 commit: 69b61bb5e497cd938cebfa0205ebc047eea3ba6f Author: Florian Schmaus gentoo org> AuthorDate: Mon Oct 25 14:30:23 2021 +0000 Commit: Florian Schmaus gentoo 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 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 @@ + + + + + flow@gentoo.org + Florian Schmaus + +