patrick     14/03/31 05:52:40

  Modified:             nqp-2014.01-r1.ebuild nqp-2014.01.ebuild
                        nqp-2014.02.ebuild ChangeLog
  Added:                nqp-2014.03.ebuild
  Log:
  Bump, restrict parrot dep #505894
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  dev-lang/nqp/nqp-2014.01-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.01-r1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.01-r1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.01-r1.ebuild?r1=1.1&r2=1.2

Index: nqp-2014.01-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.01-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nqp-2014.01-r1.ebuild       18 Feb 2014 08:54:11 -0000      1.1
+++ nqp-2014.01-r1.ebuild       31 Mar 2014 05:52:40 -0000      1.2
@@ -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 @@
 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}



1.2                  dev-lang/nqp/nqp-2014.01.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.01.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.01.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.01.ebuild?r1=1.1&r2=1.2

Index: nqp-2014.01.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.01.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nqp-2014.01.ebuild  11 Feb 2014 02:39:30 -0000      1.1
+++ nqp-2014.01.ebuild  31 Mar 2014 05:52:40 -0000      1.2
@@ -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 @@
 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}



1.3                  dev-lang/nqp/nqp-2014.02.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.02.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.02.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.02.ebuild?r1=1.2&r2=1.3

Index: nqp-2014.02.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nqp/nqp-2014.02.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nqp-2014.02.ebuild  6 Mar 2014 06:47:41 -0000       1.2
+++ nqp-2014.02.ebuild  31 Mar 2014 05:52:40 -0000      1.3
@@ -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 @@
 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}



1.43                 dev-lang/nqp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/ChangeLog?rev=1.43&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/ChangeLog?rev=1.43&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/nqp/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   6 Mar 2014 06:47:41 -0000       1.42
+++ ChangeLog   31 Mar 2014 05:52:40 -0000      1.43
@@ -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 <[email protected]> +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 <[email protected]> nqp-2014.02.ebuild:
   Tighten java deps #503520



1.1                  dev-lang/nqp/nqp-2014.03.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.03.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/nqp/nqp-2014.03.ebuild?rev=1.1&content-type=text/plain

Index: nqp-2014.03.ebuild
===================================================================
# 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
}




Reply via email to