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 6ADD31581C1 for ; Wed, 3 Jul 2024 12:53:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 988F3E2A17; Wed, 3 Jul 2024 12:53:37 +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 83208E2A17 for ; Wed, 3 Jul 2024 12:53:37 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81A51342FA6 for ; Wed, 3 Jul 2024 12:53:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EDB51D9A for ; Wed, 3 Jul 2024 12:53:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1720011211.c33dd683e6f316b91375b2f8b7780bf15fe7e1ed.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/elixir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/elixir/elixir-1.16.3.ebuild X-VCS-Directories: dev-lang/elixir/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: c33dd683e6f316b91375b2f8b7780bf15fe7e1ed X-VCS-Branch: master Date: Wed, 3 Jul 2024 12:53:35 +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: c9c08383-cdf5-4066-93e8-132fcb1c73d4 X-Archives-Hash: 2415c65c5acf1741fa77685fd7f21699 commit: c33dd683e6f316b91375b2f8b7780bf15fe7e1ed Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Tue May 21 00:50:20 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jul 3 12:53:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33dd683 dev-lang/elixir: add 1.16.3 Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Signed-off-by: Joonas Niilola gentoo.org> dev-lang/elixir/elixir-1.16.3.ebuild | 39 ++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/dev-lang/elixir/elixir-1.16.3.ebuild b/dev-lang/elixir/elixir-1.16.3.ebuild new file mode 100644 index 000000000000..e471f6ed3900 --- /dev/null +++ b/dev-lang/elixir/elixir-1.16.3.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Elixir programming language" +HOMEPAGE="https://elixir-lang.org" +SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0 ErlPL-1.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~riscv ~sparc ~x86" +IUSE="test" + +RESTRICT="!test? ( test )" + +# https://hexdocs.pm/elixir/compatibility-and-deprecations.html#between-elixir-and-erlang-otp +DEPEND=" + >=dev-lang/erlang-24:0=[ssl] +