dev-lang/elixir - 1.13.0 (moltonel)

Search

Package Information

Description:
Elixir programming language
Homepage:
https://elixir-lang.org
License:
Apache-2.0 ErlPL-1.1

Ebuild Details

Version EAPI Keywords Slot
1.13.0 8 ~amd64 ~arm ~arm64 ~ia64 ~ppc ~sparc ~x86 0
View Raw Ebuild
# Copyright 1999-2021 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 ~sparc ~x86"
IUSE="test"

RESTRICT="!test? ( test )"

DEPEND="
	>=dev-lang/erlang-22:0=[ssl]
"
# '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.11.4-fix-elixir-test.patch
)

src_install() {
	emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" install
	dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md
}

USE Flags

Dependencies

DEPEND

	>=dev-lang/erlang-22:0=[ssl]
 
	test? ( dev-vcs/git )

RDEPEND

	>=dev-lang/erlang-22:0=[ssl]
 
	test? ( dev-vcs/git )

	!!sci-biology/phylip

Manifest for 1.13.0

Type File Size Source URLs
DIST elixir-1.13.0.tar.gz 2917741 bytes https://github.com/elixir-lang/elixir/archive/v1.13.0.tar.gz