summaryrefslogtreecommitdiff
path: root/dev-lang/elixir/elixir-1.18.1.ebuild
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2025-05-22 02:18:13 +0200
committerSam James <sam@gentoo.org>2025-05-22 22:47:21 +0100
commite756e538510b45e12e1fc21890ff951c80d823b4 (patch)
treec69e2679640bbb961f46593b9aa4ddc313996897 /dev-lang/elixir/elixir-1.18.1.ebuild
parentf2b386accfd7596dac1cc1555abc912b19ff9e91 (diff)
downloadgentoo-e756e538510b45e12e1fc21890ff951c80d823b4.tar.gz
gentoo-e756e538510b45e12e1fc21890ff951c80d823b4.tar.bz2
gentoo-e756e538510b45e12e1fc21890ff951c80d823b4.zip
dev-lang/elixir: drop 1.18.1
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Part-of: https://github.com/gentoo/gentoo/pull/42197 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/elixir/elixir-1.18.1.ebuild')
-rw-r--r--dev-lang/elixir/elixir-1.18.1.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-lang/elixir/elixir-1.18.1.ebuild b/dev-lang/elixir/elixir-1.18.1.ebuild
deleted file mode 100644
index 46bdb92ad285..000000000000
--- a/dev-lang/elixir/elixir-1.18.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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 ~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-25:0=[ssl]
- <dev-lang/erlang-28
-"
-# 'mix' tool collides with sci-biology/phylip, bug #537514
-RDEPEND="${DEPEND}
- !!sci-biology/phylip
-"
-DEPEND+="
- test? ( dev-vcs/git )
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.9.1-disable-network-tests.patch
- "${FILESDIR}"/${PN}-1.10.3-no-Q.patch
- "${FILESDIR}"/${PN}-1.10.3-epmd-daemon.patch
-)
-
-src_install() {
- emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" install
- dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
-}