Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/parrot: parrot-3.6.0.ebuild ChangeLog
Date: Mon, 29 Aug 2011 17:32:36
Message-Id: 20110829173225.65DE52004C@flycatcher.gentoo.org
1 grobian 11/08/29 17:32:25
2
3 Modified: parrot-3.6.0.ebuild ChangeLog
4 Log:
5 Transfer Prefix keywords, fix building on Darwin by disabling checks for Fink and MacPorts
6
7 (Portage version: 2.2.01.19074-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.2 dev-lang/parrot/parrot-3.6.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/parrot/parrot-3.6.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/parrot/parrot-3.6.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/parrot/parrot-3.6.0.ebuild?r1=1.1&r2=1.2
15
16 Index: parrot-3.6.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-3.6.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- parrot-3.6.0.ebuild 30 Jul 2011 09:46:45 -0000 1.1
23 +++ parrot-3.6.0.ebuild 29 Aug 2011 17:32:25 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-3.6.0.ebuild,v 1.1 2011/07/30 09:46:45 patrick Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-3.6.0.ebuild,v 1.2 2011/08/29 17:32:25 grobian Exp $
29
30 EAPI=3
31
32 @@ -13,7 +13,7 @@
33
34 LICENSE="Artistic-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
37 +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
38 IUSE="opengl nls doc examples gdbm gmp ssl +unicode pcre"
39
40 RDEPEND="sys-libs/readline
41 @@ -28,6 +28,11 @@
42 DEPEND="dev-lang/perl[doc?]
43 ${RDEPEND}"
44
45 +src_prepare() {
46 + # skip fink and macports detection, Gentoo Prefix is much better
47 + sed -i -e '/_probe_for_libraries(/d' config/init/hints/darwin.pm || die
48 +}
49 +
50 src_configure() {
51 myconf="--disable-rpath"
52 use unicode || myconf+=" --without-icu"
53
54
55
56 1.46 dev-lang/parrot/ChangeLog
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/parrot/ChangeLog?rev=1.46&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/parrot/ChangeLog?rev=1.46&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/parrot/ChangeLog?r1=1.45&r2=1.46
61
62 Index: ChangeLog
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v
65 retrieving revision 1.45
66 retrieving revision 1.46
67 diff -u -r1.45 -r1.46
68 --- ChangeLog 30 Jul 2011 09:48:00 -0000 1.45
69 +++ ChangeLog 29 Aug 2011 17:32:25 -0000 1.46
70 @@ -1,6 +1,10 @@
71 # ChangeLog for dev-lang/parrot
72 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.45 2011/07/30 09:48:00 patrick Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.46 2011/08/29 17:32:25 grobian Exp $
75 +
76 + 29 Aug 2011; Fabian Groffen <grobian@g.o> parrot-3.6.0.ebuild:
77 + Transfer Prefix keywords, fix building on Darwin by disabling checks for Fink
78 + and MacPorts
79
80 30 Jul 2011; Patrick Lauer <patrick@g.o> -parrot-2.6.0.ebuild,
81 -parrot-2.7.0.ebuild, -parrot-2.9.1.ebuild, -parrot-3.0.0.ebuild: