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 42DEC15808B for ; Fri, 4 Oct 2024 11:37:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 580C1E29BB; Fri, 4 Oct 2024 11:37:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4246EE29BB for ; Fri, 4 Oct 2024 11:37:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 7B8A7343006 for ; Fri, 4 Oct 2024 11:37:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AECE8F32 for ; Fri, 4 Oct 2024 11:37:55 +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: <1728041837.def512b0b7e5dd03b6e47bc374f25dcfefeb337e.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/sendxmpp-amm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild X-VCS-Directories: net-im/sendxmpp-amm/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: def512b0b7e5dd03b6e47bc374f25dcfefeb337e X-VCS-Branch: master Date: Fri, 4 Oct 2024 11:37:55 +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: 57afce32-cd55-4d74-9a3c-fcf117c0caf5 X-Archives-Hash: 44a59550619201d75ae468ed2784e051 commit: def512b0b7e5dd03b6e47bc374f25dcfefeb337e Author: Florian Schmaus gentoo org> AuthorDate: Fri Oct 4 11:36:16 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Oct 4 11:37:17 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=def512b0 net-im/sendxmpp-amm: update live Signed-off-by: Florian Schmaus gentoo.org> net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild index c5dec761f9fd..2dcfb975f5d9 100644 --- a/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild +++ b/net-im/sendxmpp-amm/sendxmpp-amm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,16 +22,10 @@ LICENSE="GPL-3+" SLOT="0" RDEPEND=" - dev-lang/ammonite-repl-bin[scala2-13] + dev-java/scala-cli-bin !net-im/sendxmpp " -src_prepare() { - default - # Ensure that the script is using the right Scala version. - sed -i '1 s;^.*$;#!/usr/bin/env amm-2.13;' sendxmpp.sc || die -} - src_compile() { : }