summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/haxe/haxe-3.4.4.ebuild')
-rw-r--r--dev-lang/haxe/haxe-3.4.4.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-lang/haxe/haxe-3.4.4.ebuild b/dev-lang/haxe/haxe-3.4.4.ebuild
deleted file mode 100644
index 3995786..0000000
--- a/dev-lang/haxe/haxe-3.4.4.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit git-r3
-
-EGIT_REPO_URI="https://github.com/HaxeFoundation/${PN}"
-EGIT_COMMIT=${PV}
-SRC_URI=""
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Haxe cross-platform toolkit"
-HOMEPAGE="http://haxe.org/"
-
-LICENSE="GPL-2 LGPL-2.1 BSD"
-SLOT="0"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- dev-lang/neko
- >=dev-lang/ocaml-4.02[ocamlopt]
- dev-libs/libpcre
- dev-ml/camlp4[ocamlopt]
- sys-libs/zlib"
-
-MAKEOPTS+=" -j1"
-
-src_install() {
- mkdir -p "${D}/usr/bin" # Missing from install target
- emake INSTALL_DIR="${D}/usr" install
- # Strip destination from haxelib.
- sed -i "s|${D}||" "${D}/usr/bin/haxelib"
-}