Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/orc: ChangeLog orc-0.4.14.ebuild
Date: Mon, 03 Oct 2011 20:49:39
Message-Id: 20111003204929.171332004B@flycatcher.gentoo.org
1 jer 11/10/03 20:49:29
2
3 Modified: ChangeLog orc-0.4.14.ebuild
4 Log:
5 Marked ~hppa (bug #373639).
6
7 (Portage version: 2.2.0_alpha60/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.20 dev-lang/orc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 6 Aug 2011 08:53:24 -0000 1.19
23 +++ ChangeLog 3 Oct 2011 20:49:28 -0000 1.20
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lang/orc
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.19 2011/08/06 08:53:24 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.20 2011/10/03 20:49:28 jer Exp $
29 +
30 + 03 Oct 2011; Jeroen Roovers <jer@g.o> orc-0.4.14.ebuild:
31 + Marked ~hppa (bug #373639).
32
33 06 Aug 2011; Zac Medico <zmedico@g.o> orc-0.4.14.ebuild:
34 Add ~x86-linux keyword.
35
36
37
38 1.3 dev-lang/orc/orc-0.4.14.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.14.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.14.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.14.ebuild?r1=1.2&r2=1.3
43
44 Index: orc-0.4.14.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.14.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- orc-0.4.14.ebuild 6 Aug 2011 08:53:24 -0000 1.2
51 +++ orc-0.4.14.ebuild 3 Oct 2011 20:49:29 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.14.ebuild,v 1.2 2011/08/06 08:53:24 zmedico Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.14.ebuild,v 1.3 2011/10/03 20:49:29 jer Exp $
57
58 EAPI=3
59 inherit autotools flag-o-matic
60 @@ -11,7 +11,7 @@
61
62 LICENSE="BSD BSD-2"
63 SLOT="0"
64 -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
65 +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 IUSE="static-libs examples"
67
68 src_prepare() {