diff options
| author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-31 22:03:27 +0300 |
|---|---|---|
| committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-05-31 22:05:57 +0300 |
| commit | f2fb200d41fe5544d50b2a26d95ece85593a2966 (patch) | |
| tree | 9268a003e325552d337baa8a7bc3d5ff3e349233 /dev-lang/elixir/elixir-1.14.3-r1.ebuild | |
| parent | 0e301544eb44c0f105734668ea89f292c54f315f (diff) | |
| download | gentoo-f2fb200d41fe5544d50b2a26d95ece85593a2966.tar.gz gentoo-f2fb200d41fe5544d50b2a26d95ece85593a2966.tar.bz2 gentoo-f2fb200d41fe5544d50b2a26d95ece85593a2966.zip | |
dev-lang/elixir: drop 1.13.4-r1, 1.14.3-r1
Bug: https://bugs.gentoo.org/920682
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/elixir/elixir-1.14.3-r1.ebuild')
| -rw-r--r-- | dev-lang/elixir/elixir-1.14.3-r1.ebuild | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-lang/elixir/elixir-1.14.3-r1.ebuild b/dev-lang/elixir/elixir-1.14.3-r1.ebuild deleted file mode 100644 index 13dd40642c9d..000000000000 --- a/dev-lang/elixir/elixir-1.14.3-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 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#compatibility-between-elixir-and-erlang-otp -DEPEND=" - >=dev-lang/erlang-23:0=[ssl] - <dev-lang/erlang-26 -" -# '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 -) - -src_install() { - emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" install - dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md -} |
