patrick 14/03/17 04:06:02 Modified: ChangeLog Added: moarvm-2014.02-r1.ebuild Log: Improve src_install #504712 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.10 dev-lang/moarvm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/moarvm/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 26 Feb 2014 08:26:46 -0000 1.9 +++ ChangeLog 17 Mar 2014 04:06:02 -0000 1.10 @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/moarvm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/ChangeLog,v 1.9 2014/02/26 08:26:46 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/ChangeLog,v 1.10 2014/03/17 04:06:02 patrick Exp $ + +*moarvm-2014.02-r1 (17 Mar 2014) + + 17 Mar 2014; Patrick Lauer <[email protected]> +moarvm-2014.02-r1.ebuild: + Improve src_install #504712 *moarvm-2014.02 (26 Feb 2014) 1.1 dev-lang/moarvm/moarvm-2014.02-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/moarvm-2014.02-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/moarvm-2014.02-r1.ebuild?rev=1.1&content-type=text/plain Index: moarvm-2014.02-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2014.02-r1.ebuild,v 1.1 2014/03/17 04:06:02 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}" S="${WORKDIR}/MoarVM-${PV}" src_configure() { perl Configure.pl --prefix="${D}/usr"|| die } src_install() { emake install }
