* [gentoo-commits] gentoo-x86 commit in dev-lang/rakudo: rakudo-2014.12.ebuild ChangeLog
@ 2014-12-20 9:05 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2014-12-20 9:05 UTC (permalink / raw
To: gentoo-commits
patrick 14/12/20 09:05:07
Modified: ChangeLog
Added: rakudo-2014.12.ebuild
Log:
Bump
(Portage version: 2.2.15/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.67 dev-lang/rakudo/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rakudo/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rakudo/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rakudo/ChangeLog?r1=1.66&r2=1.67
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog 26 Nov 2014 10:10:45 -0000 1.66
+++ ChangeLog 20 Dec 2014 09:05:06 -0000 1.67
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/rakudo
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v 1.66 2014/11/26 10:10:45 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/ChangeLog,v 1.67 2014/12/20 09:05:06 patrick Exp $
+
+*rakudo-2014.12 (20 Dec 2014)
+
+ 20 Dec 2014; Patrick Lauer <patrick@gentoo.org> +rakudo-2014.12.ebuild:
+ Bump
26 Nov 2014; Patrick Lauer <patrick@gentoo.org> rakudo-2014.11-r1.ebuild:
Fix build with -parrot #530728
1.1 dev-lang/rakudo/rakudo-2014.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rakudo/rakudo-2014.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/rakudo/rakudo-2014.12.ebuild?rev=1.1&content-type=text/plain
Index: rakudo-2014.12.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-lang/rakudo/rakudo-2014.12.ebuild,v 1.1 2014/12/20 09:05:06 patrick Exp $
EAPI=5
PARROT_VERSION="6.7.0"
inherit eutils multilib
DESCRIPTION="A Perl 6 implementation built on the Parrot virtual machine"
HOMEPAGE="http://rakudo.org/"
SRC_URI="http://rakudo.org/downloads/${PN}/${P}.tar.gz"
LICENSE="Artistic-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc +parrot java moar"
RDEPEND="parrot? ( >=dev-lang/parrot-${PARROT_VERSION}:=[unicode] )
>=dev-lang/nqp-${PV}[parrot?,java?,moar?]"
DEPEND="${RDEPEND}
dev-lang/perl"
src_prepare() {
sed -i "s,\$(DOCDIR)/rakudo$,&-${PVR}," tools/build/Makefile-Parrot.in || die
}
src_configure() {
use parrot && myconf+="parrot,"
use java && myconf+="jvm,"
use moar && myconf+="moar,"
perl Configure.pl --backends=${myconf} --prefix=/usr || die
# why doesn't ops2c get detected?! :(
if use parrot; then
sed -i -e 's~OPS2C = $(PARROT_BIN_DIR)/$(EXE)~OPS2C = $(PARROT_BIN_DIR)/ops2c~' Makefile || die
fi
}
src_test() {
emake -j1 test || die
}
src_install() {
emake -j1 DESTDIR="${ED}" install || die
dodoc CREDITS README.md 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:[~2014-12-20 9:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-20 9:05 [gentoo-commits] gentoo-x86 commit in dev-lang/rakudo: rakudo-2014.12.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