summaryrefslogtreecommitdiff
path: root/dev-lang/elixir/elixir-1.15.6.ebuild
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2024-05-04 01:16:55 +0200
committerMatthew Smith <matthew@gentoo.org>2024-05-04 07:45:19 +0000
commit9de7498c9484953f5da8300593dbcf4852a3a020 (patch)
tree12ac1f88e04bdacdff1573d0190bab6c58ae3775 /dev-lang/elixir/elixir-1.15.6.ebuild
parent755b0597d9a940a64340507a2c643faa6ae75014 (diff)
downloadgentoo-9de7498c9484953f5da8300593dbcf4852a3a020.tar.gz
gentoo-9de7498c9484953f5da8300593dbcf4852a3a020.tar.bz2
gentoo-9de7498c9484953f5da8300593dbcf4852a3a020.zip
dev-lang/elixir: drop 1.15.6
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/36538 Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-lang/elixir/elixir-1.15.6.ebuild')
-rw-r--r--dev-lang/elixir/elixir-1.15.6.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-lang/elixir/elixir-1.15.6.ebuild b/dev-lang/elixir/elixir-1.15.6.ebuild
deleted file mode 100644
index cfbe9e746fd9..000000000000
--- a/dev-lang/elixir/elixir-1.15.6.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 ~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-24:0=[ssl]
- <dev-lang/erlang-26.1
-"
-# '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
-}