Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-sqlite3: ocaml-sqlite3-1.2.0.ebuild ChangeLog
Date: Thu, 25 Sep 2008 12:35:47
Message-Id: E1Kiq4O-0005J1-C3@stork.gentoo.org
1 aballier 08/09/25 12:35:44
2
3 Modified: ocaml-sqlite3-1.2.0.ebuild ChangeLog
4 Log:
5 Dont use -Werror -pedantic when building, dont use install -D, keyword ~x86-fbsd
6 (Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.3 dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild?r1=1.2&r2=1.3
14
15 Index: ocaml-sqlite3-1.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ocaml-sqlite3-1.2.0.ebuild 13 Jul 2008 06:55:09 -0000 1.2
22 +++ ocaml-sqlite3-1.2.0.ebuild 25 Sep 2008 12:35:43 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild,v 1.2 2008/07/13 06:55:09 josejx Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ocaml-sqlite3-1.2.0.ebuild,v 1.3 2008/09/25 12:35:43 aballier Exp $
28
29 inherit findlib eutils
30
31 @@ -19,7 +19,7 @@
32
33 SLOT="0"
34 LICENSE="MIT"
35 -KEYWORDS="~amd64 ~ppc ~x86"
36 +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
37
38 pkg_setup() {
39 if use ocamlopt && ! built_with_use --missing true dev-lang/ocaml ocamlopt; then
40 @@ -35,6 +35,7 @@
41 cd "${S}"
42 epatch "${FILESDIR}/${PN}-0.22.0-destdir.patch"
43 epatch "${FILESDIR}/${PN}-0.23.0-noocamlopt.patch"
44 + epatch "${FILESDIR}/${PN}-1.2.0-werror.patch"
45 }
46
47 src_compile() {
48
49
50
51 1.10 dev-ml/ocaml-sqlite3/ChangeLog
52
53 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?rev=1.10&view=markup
54 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?rev=1.10&content-type=text/plain
55 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog?r1=1.9&r2=1.10
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v
60 retrieving revision 1.9
61 retrieving revision 1.10
62 diff -u -r1.9 -r1.10
63 --- ChangeLog 13 Jul 2008 06:55:09 -0000 1.9
64 +++ ChangeLog 25 Sep 2008 12:35:43 -0000 1.10
65 @@ -1,6 +1,12 @@
66 # ChangeLog for dev-ml/ocaml-sqlite3
67 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.9 2008/07/13 06:55:09 josejx Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/ChangeLog,v 1.10 2008/09/25 12:35:43 aballier Exp $
70 +
71 + 25 Sep 2008; Alexis Ballier <aballier@g.o>
72 + files/ocaml-sqlite3-0.22.0-destdir.patch,
73 + +files/ocaml-sqlite3-1.2.0-werror.patch, ocaml-sqlite3-1.2.0.ebuild:
74 + Dont use -Werror -pedantic when building, dont use install -D, keyword
75 + ~x86-fbsd
76
77 13 Jul 2008; Joseph Jezak <josejx@g.o> ocaml-sqlite3-1.2.0.ebuild:
78 Marked ~ppc for bug #197363.