Gentoo Archives: gentoo-commits

From: "Naohiro Aota (naota)" <naota@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/camldbm: camldbm-1.0.ebuild ChangeLog
Date: Mon, 05 Nov 2012 00:15:02
Message-Id: 20121105001443.99D92215F3@flycatcher.gentoo.org
1 naota 12/11/05 00:14:43
2
3 Modified: camldbm-1.0.ebuild ChangeLog
4 Log:
5 Add ~x86-fbsd. #440760
6
7 (Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key F8551514)
8
9 Revision Changes Path
10 1.3 dev-ml/camldbm/camldbm-1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild?r1=1.2&r2=1.3
15
16 Index: camldbm-1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- camldbm-1.0.ebuild 7 Aug 2012 19:35:16 -0000 1.2
23 +++ camldbm-1.0.ebuild 5 Nov 2012 00:14:43 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild,v 1.2 2012/08/07 19:35:16 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/camldbm-1.0.ebuild,v 1.3 2012/11/05 00:14:43 naota Exp $
29
30 EAPI=4
31
32 @@ -12,7 +12,7 @@
33
34 LICENSE="LGPL-2-with-linking-exception"
35 SLOT="0"
36 -KEYWORDS="~amd64"
37 +KEYWORDS="~amd64 ~x86-fbsd"
38 IUSE=""
39
40 DEPEND="|| ( >=sys-libs/gdbm-1.9.1-r2[berkdb] <sys-libs/gdbm-1.9.1-r2 )
41
42
43
44 1.3 dev-ml/camldbm/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camldbm/ChangeLog?rev=1.3&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camldbm/ChangeLog?rev=1.3&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/camldbm/ChangeLog?r1=1.2&r2=1.3
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-ml/camldbm/ChangeLog,v
53 retrieving revision 1.2
54 retrieving revision 1.3
55 diff -u -r1.2 -r1.3
56 --- ChangeLog 7 Aug 2012 19:35:16 -0000 1.2
57 +++ ChangeLog 5 Nov 2012 00:14:43 -0000 1.3
58 @@ -1,6 +1,9 @@
59 # ChangeLog for dev-ml/camldbm
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/ChangeLog,v 1.2 2012/08/07 19:35:16 aballier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camldbm/ChangeLog,v 1.3 2012/11/05 00:14:43 naota Exp $
63 +
64 + 05 Nov 2012; <naota@g.o> camldbm-1.0.ebuild:
65 + Add ~x86-fbsd. #440760
66
67 07 Aug 2012; Alexis Ballier <aballier@g.o> camldbm-1.0.ebuild:
68 require ocamlopt for ocaml
69 @@ -11,4 +14,3 @@
70 +files/hasgotfix.patch, +files/include_fix.patch, +metadata.xml:
71 Initial import, standalone version of the OCaml gdbm bindings split out of
72 dev-lang/ocaml; ebuild by me.
73 -