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 EC5FA158094 for ; Fri, 24 Jun 2022 20:10:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC66CE07D1; Fri, 24 Jun 2022 20:10:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 A24B6E07D1 for ; Fri, 24 Jun 2022 20:10:38 +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 91E58341910 for ; Fri, 24 Jun 2022 20:10:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 087FE4ED for ; Fri, 24 Jun 2022 20:10:36 +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: <1656101418.708bfe92d530732a6ea0ffedd536cb06b66305a7.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.5.3.ebuild X-VCS-Directories: dev-lang/ammonite-repl-bin/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 708bfe92d530732a6ea0ffedd536cb06b66305a7 X-VCS-Branch: master Date: Fri, 24 Jun 2022 20:10:36 +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: 647e9e59-e823-404f-8a1b-6e0c89e33e0a X-Archives-Hash: 99532e141641e4ca7f0eed90f7b2041f commit: 708bfe92d530732a6ea0ffedd536cb06b66305a7 Author: Florian Schmaus gentoo org> AuthorDate: Fri Jun 24 20:10:18 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Jun 24 20:10:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708bfe92 dev-lang/ammonite-repl-bin: drop 2.5.3 Signed-off-by: Florian Schmaus gentoo.org> dev-lang/ammonite-repl-bin/Manifest | 1 - .../ammonite-repl-bin-2.5.3.ebuild | 26 ---------------------- 2 files changed, 27 deletions(-) diff --git a/dev-lang/ammonite-repl-bin/Manifest b/dev-lang/ammonite-repl-bin/Manifest index ae972eaff884..76d6281c64e6 100644 --- a/dev-lang/ammonite-repl-bin/Manifest +++ b/dev-lang/ammonite-repl-bin/Manifest @@ -1,2 +1 @@ -DIST ammonite-repl-bin-2.5.3 48419355 BLAKE2B dece0bec04f5d394470dbf393570a86674488a7191fb3285cfb4c97734e64a0bbaef1197535f134bbf8b1f03ab5847e14e9053a68649a166cdec93bee34acf27 SHA512 3ad296f1c2a5b8a6b6a7772f2f2bebab71a4e41b3e3a9b66ef65af5b39f3db6866cc07b620b0f4e64cdc21f059e17494541a03af4314f759187744229f24bee9 DIST ammonite-repl-bin-2.5.4 48438500 BLAKE2B 386ab32fc122267d17d377201a73e001ca40eb9c3254527e0819ae399cdcda90c5ada8d4773e16a1a930ba839e374dfd0d9848ccf1da75e5f6e385bf870f27a1 SHA512 cd1b382e2a5eb2ca93ad0640d9806e5770516f8fbd1c2a468e2bb333ab648916ed7b86efdf5d5e674176eee09532cf0a9b5af57021695c37b4862abb546966db diff --git a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.3.ebuild b/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.3.ebuild deleted file mode 100644 index 6cae7d9be42f..000000000000 --- a/dev-lang/ammonite-repl-bin/ammonite-repl-bin-2.5.3.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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 -}