Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/orc: ChangeLog orc-0.4.11.ebuild
Date: Mon, 31 Jan 2011 17:05:40
Message-Id: 20110131170531.C01EF20054@flycatcher.gentoo.org
1 hwoarang 11/01/31 17:05:31
2
3 Modified: ChangeLog orc-0.4.11.ebuild
4 Log:
5 Stable on amd64 wrt bug #353321
6
7 (Portage version: 2.1.9.35/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.13 dev-lang/orc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?r1=1.12&r2=1.13
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- ChangeLog 30 Oct 2010 15:54:09 -0000 1.12
23 +++ ChangeLog 31 Jan 2011 17:05:31 -0000 1.13
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lang/orc
26 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.12 2010/10/30 15:54:09 grobian Exp $
28 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.13 2011/01/31 17:05:31 hwoarang Exp $
30 +
31 + 31 Jan 2011; Markos Chandras <hwoarang@g.o> orc-0.4.11.ebuild:
32 + Stable on amd64 wrt bug #353321
33
34 30 Oct 2010; Fabian Groffen <grobian@g.o> orc-0.4.11.ebuild:
35 Also drop any optimisation flags on Intel/Darwin, because of a similar
36
37
38
39 1.4 dev-lang/orc/orc-0.4.11.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.11.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.11.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.11.ebuild?r1=1.3&r2=1.4
44
45 Index: orc-0.4.11.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.11.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- orc-0.4.11.ebuild 30 Oct 2010 15:54:09 -0000 1.3
52 +++ orc-0.4.11.ebuild 31 Jan 2011 17:05:31 -0000 1.4
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2010 Gentoo Foundation
55 +# Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.11.ebuild,v 1.3 2010/10/30 15:54:09 grobian Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.11.ebuild,v 1.4 2011/01/31 17:05:31 hwoarang Exp $
59
60 EAPI=3
61 inherit autotools flag-o-matic
62 @@ -11,7 +11,7 @@
63
64 LICENSE="BSD BSD-2"
65 SLOT="0"
66 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
67 +KEYWORDS="amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
68 IUSE="static-libs examples"
69
70 src_prepare() {