diff options
| author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-06 09:33:45 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-06 09:34:41 +0100 |
| commit | 050ef693ae970de41e2e69190002246b196693fe (patch) | |
| tree | 8fdf7ba7c0f16fd5a38129d1281062c0decc1301 /dev-lang/elixir/elixir-1.10.3.ebuild | |
| parent | 1f9c21270881b2ac493cdb70c838fef265ae8aba (diff) | |
| download | gentoo-050ef693ae970de41e2e69190002246b196693fe.tar.gz gentoo-050ef693ae970de41e2e69190002246b196693fe.tar.bz2 gentoo-050ef693ae970de41e2e69190002246b196693fe.zip | |
dev-lang/elixir: drop old
Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang/elixir/elixir-1.10.3.ebuild')
| -rw-r--r-- | dev-lang/elixir/elixir-1.10.3.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/dev-lang/elixir/elixir-1.10.3.ebuild b/dev-lang/elixir/elixir-1.10.3.ebuild deleted file mode 100644 index 5d77e804b6ce..000000000000 --- a/dev-lang/elixir/elixir-1.10.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2020 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 ~arm64 ~ia64 ppc ~sparc x86" -IUSE="test" - -RESTRICT="!test? ( test )" - -DEPEND=" - >=dev-lang/erlang-21: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 -) - -src_install() { - emake DESTDIR="${D}" LIBDIR="$(get_libdir)" PREFIX="${EPREFIX}/usr" install - dodoc README.md CHANGELOG.md CODE_OF_CONDUCT.md -} |
