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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43639158086 for ; Tue, 16 Nov 2021 16:21:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2E52E0814; Tue, 16 Nov 2021 16:21:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A24E9E0814 for ; Tue, 16 Nov 2021 16:21:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EF926342D17 for ; Tue, 16 Nov 2021 16:21:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 499ED161 for ; Tue, 16 Nov 2021 16:21:33 +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: <1637079687.31ca99ce73da3c705adb8b046c19b6d0120ac58b.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.1.ebuild X-VCS-Directories: dev-lang/ammonite-repl-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 31ca99ce73da3c705adb8b046c19b6d0120ac58b X-VCS-Branch: master Date: Tue, 16 Nov 2021 16:21:33 +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: ab23f4b7-f057-46dd-b53c-6335972e5471 X-Archives-Hash: c68768fb518dda5907bd2fb2f8fdce25 commit: 31ca99ce73da3c705adb8b046c19b6d0120ac58b Author: Florian Schmaus gentoo org> AuthorDate: Tue Nov 16 16:16:26 2021 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Tue Nov 16 16:21:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ca99ce dev-lang/ammonite-repl-bin: add 2.4.1 Signed-off-by: Florian Schmaus gentoo.org> dev-lang/ammonite-repl-bin/Manifest | 1 + .../ammonite-repl-bin-2.4.1.ebuild | 23 ++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-lang/ammonite-repl-bin/Manifest b/dev-lang/ammonite-repl-bin/Manifest index 898ba4c879e9..4ce970efeba2 100644 --- a/dev-lang/ammonite-repl-bin/Manifest +++ b/dev-lang/ammonite-repl-bin/Manifest @@ -1 +1,2 @@ DIST ammonite-2.4.0 48166243 BLAKE2B b01193af61c4e1035b975c465e593da0261086aeab494bc534502814e87534d43beee82e048c6bbfb3ae49e3916dfb1e7fca3ebd10e866c0aad2b10027d32298 SHA512 6318c689335537e9bb2b0f7713aa593ac36253dc06c0fe13f44e96ab68fad2426c6c845dae6eead30b560987f0ea4fd72f177991de5f6f8da5c96bca4f63889e +DIST ammonite-2.4.1 48567893 BLAKE2B d7096170c1072aabdc2b4374fdc89bee390a04fc01748c985eeb8be9cb2bc5d09334644c21b3bb4d2eab436b7df1ff8c915a26cde76d38a5765b29673d09ccf9 SHA512 7e65c7789c42e1ac23455dd27702baf80c3f7c554403f3a34bb939283328b719212af0a824152875e09a6120cc6c67405c1dce0e5da1d07e4e185002ae4672ca diff --git a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.4.1.ebuild b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.4.1.ebuild new file mode 100644 index 000000000000..f0e3f45e98bc --- /dev/null +++ b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.4.1.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 +}