summaryrefslogtreecommitdiff
path: root/dev-lang/elixir/elixir-1.6.6.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-02-12 22:29:57 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-02-12 22:32:42 +0000
commit6db36545756bf3ba501c573daffbaaaf144ca2c4 (patch)
tree1f62a750782351b25f3a45bc960dd2bbf087683b /dev-lang/elixir/elixir-1.6.6.ebuild
parentc9e67a2818a118b3a76dfbac61c4900f9cc460aa (diff)
downloadgentoo-6db36545756bf3ba501c573daffbaaaf144ca2c4.tar.gz
gentoo-6db36545756bf3ba501c573daffbaaaf144ca2c4.tar.bz2
gentoo-6db36545756bf3ba501c573daffbaaaf144ca2c4.zip
dev-lang/elixir: drop old
Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang/elixir/elixir-1.6.6.ebuild')
-rw-r--r--dev-lang/elixir/elixir-1.6.6.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-lang/elixir/elixir-1.6.6.ebuild b/dev-lang/elixir/elixir-1.6.6.ebuild
deleted file mode 100644
index c9b63b817a39..000000000000
--- a/dev-lang/elixir/elixir-1.6.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib
-
-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=""
-
-DEPEND=">=dev-lang/erlang-18[ssl]"
-# 'mix' tool collides with sci-biology/phylip, bug #537514
-RDEPEND="${DEPEND}
- !!sci-biology/phylip
-"
-
-RESTRICT=test # needs debug symbols
-
-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
-}