public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/rakudo: ChangeLog rakudo-2010.05.ebuild
@ 2010-05-24  9:21 Patrick Lauer (patrick)
  0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2010-05-24  9:21 UTC (permalink / raw
  To: gentoo-commits

patrick     10/05/24 09:21:16

  Modified:             ChangeLog
  Added:                rakudo-2010.05.ebuild
  Log:
  Bump for #321269
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-lang/rakudo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	25 Apr 2010 07:44:05 -0000	1.4
+++ ChangeLog	24 May 2010 09:21:16 -0000	1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-lang/rakudo
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v 1.4 2010/04/25 07:44:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v 1.5 2010/05/24 09:21:16 patrick Exp $
+
+*rakudo-2010.05 (24 May 2010)
+
+  24 May 2010; Patrick Lauer <patrick@gentoo.org> +rakudo-2010.05.ebuild:
+  Bump for #321269
 
 *rakudo-2010.04 (25 Apr 2010)
 



1.1                  dev-lang/rakudo/rakudo-2010.05.ebuild

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

Index: rakudo-2010.05.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2010.05.ebuild,v 1.1 2010/05/24 09:21:16 patrick Exp $

EAPI=3

PARROT_VERSION="2.4.0"
inherit eutils multilib

DESCRIPTION="A Perl 6 implementation built on the Parrot virtual machine"
HOMEPAGE="http://rakudo.org/"
SRC_URI="http://cloud.github.com/downloads/${PN}/${PN}/${P}.tar.gz"

LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

#DEPEND=">=dev-lang/perl-5.10"
DEPEND="dev-lang/perl"
RDEPEND="~dev-lang/parrot-${PARROT_VERSION}[unicode]"

src_configure() {
	perl Configure.pl || die
}

src_test() {
	emake -j1 test || die
}

src_install() {
	emake DESTDIR="${ED}" install || die

	dodoc CREDITS README docs/ChangeLog docs/ROADMAP || die

	if use doc; then
		dohtml -A svg docs/architecture.html docs/architecture.svg || die
		dodoc docs/*.pod || die
		docinto announce
		dodoc docs/announce/* || die
	fi
}






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

only message in thread, other threads:[~2010-05-24  9:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-24  9:21 [gentoo-commits] gentoo-x86 commit in dev-lang/rakudo: ChangeLog rakudo-2010.05.ebuild 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