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/orc: orc-0.4.4.ebuild ChangeLog
Date: Sun, 30 May 2010 10:51:57
Message-Id: 20100530105154.A79F22CF37@corvid.gentoo.org
1 grobian 10/05/30 10:51:54
2
3 Modified: orc-0.4.4.ebuild ChangeLog
4 Log:
5 Marked *-macos, *-solaris
6 (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
7
8 Revision Changes Path
9 1.6 dev-lang/orc/orc-0.4.4.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild?r1=1.5&r2=1.6
14
15 Index: orc-0.4.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- orc-0.4.4.ebuild 15 May 2010 17:26:36 -0000 1.5
22 +++ orc-0.4.4.ebuild 30 May 2010 10:51:54 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild,v 1.5 2010/05/15 17:26:36 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/orc-0.4.4.ebuild,v 1.6 2010/05/30 10:51:54 grobian Exp $
28
29 EAPI=3
30
31 @@ -10,7 +10,7 @@
32
33 LICENSE="BSD BSD-2"
34 SLOT="0"
35 -KEYWORDS="~amd64 ~x86 ~amd64-linux"
36 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
37 IUSE="static-libs"
38
39 src_configure() {
40
41
42
43 1.4 dev-lang/orc/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.4&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?rev=1.4&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/orc/ChangeLog?r1=1.3&r2=1.4
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v
52 retrieving revision 1.3
53 retrieving revision 1.4
54 diff -u -r1.3 -r1.4
55 --- ChangeLog 15 May 2010 17:26:36 -0000 1.3
56 +++ ChangeLog 30 May 2010 10:51:54 -0000 1.4
57 @@ -1,6 +1,9 @@
58 # ChangeLog for dev-lang/orc
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.3 2010/05/15 17:26:36 ssuominen Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/orc/ChangeLog,v 1.4 2010/05/30 10:51:54 grobian Exp $
62 +
63 + 30 May 2010; Fabian Groffen <grobian@g.o> orc-0.4.4.ebuild:
64 + Marked *-macos, *-solaris
65
66 15 May 2010; Samuli Suominen <ssuominen@g.o> orc-0.4.4.ebuild:
67 USE static-libs wrt #317447 by Toffanin Mauro.