diff options
| author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2025-10-16 16:33:28 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-10-19 17:37:16 +0100 |
| commit | 66b484daf8e0c20cc8043926d8ec8a4ab3d92ef8 (patch) | |
| tree | 95b0400f2d4c5f9fc90589182e80e706ccef8b98 /dev-lang/elixir/elixir-1.14.5-r2.ebuild | |
| parent | 831f242ff412f6c8bf313404c889faa0ac321496 (diff) | |
| download | gentoo-66b484daf8e0c20cc8043926d8ec8a4ab3d92ef8.tar.gz gentoo-66b484daf8e0c20cc8043926d8ec8a4ab3d92ef8.tar.bz2 gentoo-66b484daf8e0c20cc8043926d8ec8a4ab3d92ef8.zip | |
dev-lang/elixir: drop 1.14.5-r2
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Part-of: https://github.com/gentoo/gentoo/pull/44200
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/elixir/elixir-1.14.5-r2.ebuild')
| -rw-r--r-- | dev-lang/elixir/elixir-1.14.5-r2.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-lang/elixir/elixir-1.14.5-r2.ebuild b/dev-lang/elixir/elixir-1.14.5-r2.ebuild deleted file mode 100644 index 651cc82002bc..000000000000 --- a/dev-lang/elixir/elixir-1.14.5-r2.ebuild +++ /dev/null @@ -1,41 +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#compatibility-between-elixir-and-erlang-otp -DEPEND=" - >=dev-lang/erlang-23:0=[ssl] - <dev-lang/erlang-27 -" -# '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 - "${FILESDIR}"/${PN}-1.14.1-make44-parallel-build.patch - "${FILESDIR}"/${PN}-1.14.5-otp26-tests.patch -) - -src_install() { - emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" install - dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md -} |
