summaryrefslogtreecommitdiff
path: root/dev-lang/moarvm/moarvm-2015.11.ebuild
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2015-12-21 10:25:03 +0100
committerPatrick Lauer <patrick@gentoo.org>2015-12-21 10:25:03 +0100
commitab5ea192b82f9d7a9badee143dd080477fc43f3c (patch)
treeb96b3c9dcf0ea61cd60764a63f67e0acb5161897 /dev-lang/moarvm/moarvm-2015.11.ebuild
parent969878ce4026fabbec440db7aaa4cc0dff505389 (diff)
downloadgentoo-ab5ea192b82f9d7a9badee143dd080477fc43f3c.tar.gz
gentoo-ab5ea192b82f9d7a9badee143dd080477fc43f3c.tar.bz2
gentoo-ab5ea192b82f9d7a9badee143dd080477fc43f3c.zip
dev-lang/moarvm: Bump
Diffstat (limited to 'dev-lang/moarvm/moarvm-2015.11.ebuild')
-rw-r--r--dev-lang/moarvm/moarvm-2015.11.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-lang/moarvm/moarvm-2015.11.ebuild b/dev-lang/moarvm/moarvm-2015.11.ebuild
new file mode 100644
index 000000000000..af545660fe2e
--- /dev/null
+++ b/dev-lang/moarvm/moarvm-2015.11.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils multilib
+
+MY_PN="MoarVM"
+
+DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6"
+HOMEPAGE="http://moarvm.org"
+SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz"
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-libs/libuv"
+DEPEND="${RDEPEND}
+ dev-lang/perl"
+
+S="${WORKDIR}/MoarVM-${PV}"
+
+src_configure() {
+ perl Configure.pl --prefix="${D}/usr"|| die
+}
+
+src_install() {
+ emake install
+}