public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/rakudo: rakudo-2012.04.ebuild rakudo-2012.04.1.ebuild ChangeLog
@ 2012-04-26 16:03 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2012-04-26 16:03 UTC (permalink / raw
  To: gentoo-commits

patrick     12/04/26 16:03:27

  Modified:             rakudo-2012.04.ebuild rakudo-2012.04.1.ebuild
                        ChangeLog
  Log:
  fix parrot deps a bit
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-lang/rakudo/rakudo-2012.04.ebuild

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

Index: rakudo-2012.04.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2012.04.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rakudo-2012.04.ebuild	20 Apr 2012 08:55:53 -0000	1.1
+++ rakudo-2012.04.ebuild	26 Apr 2012 16:03:27 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2012.04.ebuild,v 1.1 2012/04/20 08:55:53 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2012.04.ebuild,v 1.2 2012/04/26 16:03:27 patrick Exp $
 
 EAPI=3
 
-PARROT_VERSION="4.1.0"
+PARROT_VERSION="4.3.0"
 NQP_VERSION="${PV}"
 
 inherit eutils multilib



1.2                  dev-lang/rakudo/rakudo-2012.04.1.ebuild

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

Index: rakudo-2012.04.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2012.04.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rakudo-2012.04.1.ebuild	26 Apr 2012 09:55:59 -0000	1.1
+++ rakudo-2012.04.1.ebuild	26 Apr 2012 16:03:27 -0000	1.2
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2012.04.1.ebuild,v 1.1 2012/04/26 09:55:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2012.04.1.ebuild,v 1.2 2012/04/26 16:03:27 patrick Exp $
 
 EAPI=3
 
-PARROT_VERSION="4.1.0"
+PARROT_VERSION="4.3.0"
 NQP_VERSION="${PV}"
 
 inherit eutils multilib



1.26                 dev-lang/rakudo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	26 Apr 2012 09:55:59 -0000	1.25
+++ ChangeLog	26 Apr 2012 16:03:27 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for dev-lang/rakudo
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v 1.25 2012/04/26 09:55:59 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v 1.26 2012/04/26 16:03:27 patrick Exp $
+
+  26 Apr 2012; Patrick Lauer <patrick@gentoo.org> rakudo-2012.04.1.ebuild,
+  rakudo-2012.04.ebuild:
+  fix parrot deps a bit
 
 *rakudo-2012.04.1 (26 Apr 2012)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-04-26 16:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-26 16:03 [gentoo-commits] gentoo-x86 commit in dev-lang/rakudo: rakudo-2012.04.ebuild rakudo-2012.04.1.ebuild ChangeLog Patrick Lauer (patrick)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox