Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/moarvm: moarvm-2013.10.1.ebuild ChangeLog
Date: Fri, 06 Dec 2013 03:12:01
Message-Id: 20131206031153.6BFAE2004E@flycatcher.gentoo.org
1 patrick 13/12/06 03:11:53
2
3 Modified: ChangeLog
4 Added: moarvm-2013.10.1.ebuild
5 Log:
6 Bump to current HEAD as nqp relies on newer features
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.2 dev-lang/moarvm/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-lang/moarvm/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 6 Dec 2013 02:51:32 -0000 1.1
24 +++ ChangeLog 6 Dec 2013 03:11:53 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-lang/moarvm
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/ChangeLog,v 1.1 2013/12/06 02:51:32 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/ChangeLog,v 1.2 2013/12/06 03:11:53 patrick Exp $
30 +
31 +*moarvm-2013.10.1 (06 Dec 2013)
32 +
33 + 06 Dec 2013; Patrick Lauer <patrick@g.o> +moarvm-2013.10.1.ebuild:
34 + Bump to current HEAD as nqp relies on newer features
35
36 *moarvm-2013.10 (06 Dec 2013)
37
38
39
40
41 1.1 dev-lang/moarvm/moarvm-2013.10.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/moarvm-2013.10.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/moarvm/moarvm-2013.10.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: moarvm-2013.10.1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-lang/moarvm/moarvm-2013.10.1.ebuild,v 1.1 2013/12/06 03:11:53 patrick Exp $
51
52 EAPI=5
53
54 inherit eutils multilib
55
56 MY_PN="MoarVM"
57
58 DESCRIPTION="A 6model-based VM for NQP and Rakudo Perl 6"
59 HOMEPAGE="http://https://github.com/MoarVM/MoarVM"
60 SRC_URI="http://gentooexperimental.org/~patrick/${MY_PN}-${PV}.tar.bz2"
61
62 LICENSE="Artistic-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~x86"
65 IUSE="doc"
66
67 RDEPEND=""
68 DEPEND="${RDEPEND}"
69
70 S="${WORKDIR}"
71
72 src_prepare() {
73 epatch ${FILESDIR}/Configure.patch || die
74 }
75
76 src_configure() {
77 perl Configure.pl --prefix="${D}/usr"|| die
78 }
79
80 src_install() {
81 make install
82 }