summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2014-03-31 05:52:40 +0000
committerPatrick Lauer <patrick@gentoo.org>2014-03-31 05:52:40 +0000
commit2f6f238104d9f0f6def0d9ada77f2588717e82bb (patch)
tree7a437d09d9b806324b918c922e39e998373696c7 /dev-lang
parentInstall missing NEWS file wrt http://cgit.freedesktop.org/dbus/dbus-glib/comm... (diff)
downloadgentoo-2-2f6f238104d9f0f6def0d9ada77f2588717e82bb.tar.gz
gentoo-2-2f6f238104d9f0f6def0d9ada77f2588717e82bb.tar.bz2
gentoo-2-2f6f238104d9f0f6def0d9ada77f2588717e82bb.zip
Bump, restrict parrot dep #505894
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/nqp/ChangeLog8
-rw-r--r--dev-lang/nqp/nqp-2014.01-r1.ebuild5
-rw-r--r--dev-lang/nqp/nqp-2014.01.ebuild5
-rw-r--r--dev-lang/nqp/nqp-2014.02.ebuild5
-rw-r--r--dev-lang/nqp/nqp-2014.03.ebuild55
5 files changed, 71 insertions, 7 deletions
diff --git a/dev-lang/nqp/ChangeLog b/dev-lang/nqp/ChangeLog
index 7c1fda8786ff..9775a06c2c2c 100644
--- a/dev-lang/nqp/ChangeLog
+++ b/dev-lang/nqp/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/nqp
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/ChangeLog,v 1.42 2014/03/06 06:47:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/ChangeLog,v 1.43 2014/03/31 05:52:40 patrick Exp $
+
+*nqp-2014.03 (31 Mar 2014)
+
+ 31 Mar 2014; Patrick Lauer <patrick@gentoo.org> +nqp-2014.03.ebuild,
+ nqp-2014.01-r1.ebuild, nqp-2014.01.ebuild, nqp-2014.02.ebuild:
+ Bump, restrict parrot dep #505894
06 Mar 2014; Patrick Lauer <patrick@gentoo.org> nqp-2014.02.ebuild:
Tighten java deps #503520
diff --git a/dev-lang/nqp/nqp-2014.01-r1.ebuild b/dev-lang/nqp/nqp-2014.01-r1.ebuild
index 190f9c2e8f13..ba3a779021a8 100644
--- a/dev-lang/nqp/nqp-2014.01-r1.ebuild
+++ b/dev-lang/nqp/nqp-2014.01-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.01-r1.ebuild,v 1.1 2014/02/18 08:54:11 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.01-r1.ebuild,v 1.2 2014/03/31 05:52:40 patrick Exp $
EAPI=5
@@ -19,7 +19,8 @@ KEYWORDS="~x86 ~amd64"
IUSE="doc +parrot java moar"
REQUIRED_USE="|| ( parrot java moar )"
-RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}[unicode] )
+RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}:=[unicode]
+ !=dev-lang/parrot-6.2.0 )
java? ( virtual/jre )
moar? ( =dev-lang/moarvm-${PV} )"
DEPEND="${RDEPEND}
diff --git a/dev-lang/nqp/nqp-2014.01.ebuild b/dev-lang/nqp/nqp-2014.01.ebuild
index 3298b103fdb8..56c39507a8a7 100644
--- a/dev-lang/nqp/nqp-2014.01.ebuild
+++ b/dev-lang/nqp/nqp-2014.01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.01.ebuild,v 1.1 2014/02/11 02:39:30 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.01.ebuild,v 1.2 2014/03/31 05:52:40 patrick Exp $
EAPI=5
@@ -24,7 +24,8 @@ KEYWORDS="~amd64 ~x86"
IUSE="doc +parrot java"
REQUIRED_USE="|| ( parrot java )"
-RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}[unicode] )
+RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}:=[unicode]
+ !=dev-lang/parrot-6.2.0 )
java? ( virtual/jre )"
#moar? ( =dev-lang/moarvm-2013.10.1 )"
DEPEND="${RDEPEND}
diff --git a/dev-lang/nqp/nqp-2014.02.ebuild b/dev-lang/nqp/nqp-2014.02.ebuild
index 70de86c756a3..06dfc2e8d0ca 100644
--- a/dev-lang/nqp/nqp-2014.02.ebuild
+++ b/dev-lang/nqp/nqp-2014.02.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.02.ebuild,v 1.2 2014/03/06 06:47:41 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.02.ebuild,v 1.3 2014/03/31 05:52:40 patrick Exp $
EAPI=5
@@ -19,7 +19,8 @@ KEYWORDS="~x86 ~amd64"
IUSE="doc +parrot java moar"
REQUIRED_USE="|| ( parrot java moar )"
-RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}:=[unicode] )
+RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}:=[unicode]
+ !=dev-lang/parrot-6.2.0 )
java? ( >=virtual/jre-1.7 )
moar? ( =dev-lang/moarvm-${PV} )"
DEPEND="${RDEPEND}
diff --git a/dev-lang/nqp/nqp-2014.03.ebuild b/dev-lang/nqp/nqp-2014.03.ebuild
new file mode 100644
index 000000000000..0c86f7fca1ac
--- /dev/null
+++ b/dev-lang/nqp/nqp-2014.03.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.03.ebuild,v 1.1 2014/03/31 05:52:40 patrick Exp $
+
+EAPI=5
+
+inherit eutils multilib
+
+GITCRAP=94feb63
+PARROT_VERSION="5.9.0"
+
+DESCRIPTION="Not Quite Perl, a Perl 6 bootstrapping compiler"
+HOMEPAGE="http://rakudo.org/"
+SRC_URI="http://github.com/perl6/${PN}/tarball/${PV} -> ${P}.tar.gz"
+
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE="doc +parrot java moar"
+REQUIRED_USE="|| ( parrot java moar )"
+
+RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}:=[unicode]
+ !=dev-lang/parrot-6.2.0 )
+ java? ( >=virtual/jre-1.7 )
+ moar? ( =dev-lang/moarvm-${PV} )"
+DEPEND="${RDEPEND}
+ java? ( >=virtual/jdk-1.7 )
+ dev-lang/perl"
+
+S=${WORKDIR}/perl6-nqp-${GITCRAP}
+
+src_configure() {
+ use java && myconf+="jvm,"
+ use parrot && myconf+="parrot,"
+ use moar && myconf+="moar,"
+ perl Configure.pl --backend=${myconf} --prefix=/usr || die
+}
+
+src_compile() {
+ emake -j1 || die
+}
+
+src_test() {
+ emake -j1 test || die
+}
+
+src_install() {
+ emake DESTDIR="${ED}" install || die
+
+ dodoc CREDITS README.pod || die
+
+ if use doc; then
+ dodoc -r docs/* || die
+ fi
+}