diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-15 22:11:05 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-01-15 22:11:36 +0000 |
| commit | c35298b1dea8ef0c848e41c197b78bacb122c129 (patch) | |
| tree | 97e6f7d84cf06f0b15ecc914b4612dda13d617dd /dev-lang/elixir/elixir-1.8.0.ebuild | |
| parent | 46e0a674839ad03bf82cf6f5af270439e15e3004 (diff) | |
| download | gentoo-c35298b1dea8ef0c848e41c197b78bacb122c129.tar.gz gentoo-c35298b1dea8ef0c848e41c197b78bacb122c129.tar.bz2 gentoo-c35298b1dea8ef0c848e41c197b78bacb122c129.zip | |
dev-lang/elixir: bump up to 1.8.0
Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang/elixir/elixir-1.8.0.ebuild')
| -rw-r--r-- | dev-lang/elixir/elixir-1.8.0.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-lang/elixir/elixir-1.8.0.ebuild b/dev-lang/elixir/elixir-1.8.0.ebuild new file mode 100644 index 000000000000..197157b5e5b3 --- /dev/null +++ b/dev-lang/elixir/elixir-1.8.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +DEPEND=">=dev-lang/erlang-18[ssl]" +# 'mix' tool collides with sci-biology/phylip, bug #537514 +RDEPEND="${DEPEND} + !!sci-biology/phylip +" + +src_compile() { + emake Q="" +} + +src_install() { + emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" install + dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md +} |
