patrick 15/05/22 23:37:45 Modified: ChangeLog Added: moarvm-2015.05.ebuild Log: Bump (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.27 dev-lang/moarvm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/moarvm/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 24 Apr 2015 09:44:12 -0000 1.26 +++ ChangeLog 22 May 2015 23:37:45 -0000 1.27 @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/moarvm # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/ChangeLog,v 1.26 2015/04/24 09:44:12 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/ChangeLog,v 1.27 2015/05/22 23:37:45 patrick Exp $ + +*moarvm-2015.05 (22 May 2015) + + 22 May 2015; Patrick Lauer <[email protected]> +moarvm-2015.05.ebuild: + Bump *moarvm-2015.04 (24 Apr 2015) 1.1 dev-lang/moarvm/moarvm-2015.05.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/moarvm-2015.05.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/moarvm-2015.05.ebuild?rev=1.1&content-type=text/plain Index: moarvm-2015.05.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2015.05.ebuild,v 1.1 2015/05/22 23:37:45 patrick Exp $ EAPI=5 inherit eutils multilib MY_PN="MoarVM" DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6" HOMEPAGE="http://moarvm.org" SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz" LICENSE="Artistic-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" RDEPEND="dev-libs/libuv" DEPEND="${RDEPEND} dev-lang/perl" S="${WORKDIR}/MoarVM-${PV}" src_configure() { perl Configure.pl --prefix="${D}/usr"|| die } src_install() { emake install }
