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-lang/ocaml: ChangeLog ocaml-3.12.1.ebuild
Date: Tue, 06 Sep 2011 15:38:27
Message-Id: 20110906153809.47CB12004C@flycatcher.gentoo.org
1 aballier 11/09/06 15:38:09
2
3 Modified: ChangeLog ocaml-3.12.1.ebuild
4 Log:
5 suggest how to rebuild ocaml packages without the set
6
7 (Portage version: 2.2.0_alpha53/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.195 dev-lang/ocaml/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.195&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?rev=1.195&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ChangeLog?r1=1.194&r2=1.195
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v
19 retrieving revision 1.194
20 retrieving revision 1.195
21 diff -u -r1.194 -r1.195
22 --- ChangeLog 11 Jul 2011 04:35:37 -0000 1.194
23 +++ ChangeLog 6 Sep 2011 15:38:09 -0000 1.195
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-lang/ocaml
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.194 2011/07/11 04:35:37 mattst88 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.195 2011/09/06 15:38:09 aballier Exp $
29 +
30 + 06 Sep 2011; Alexis Ballier <aballier@g.o> ocaml-3.12.1.ebuild:
31 + suggest how to rebuild ocaml packages without the set
32
33 11 Jul 2011; Matt Turner <mattst88@g.o> ocaml-3.12.1.ebuild:
34 Added ~mips, bug 319649
35
36
37
38 1.3 dev-lang/ocaml/ocaml-3.12.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-3.12.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-3.12.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/ocaml/ocaml-3.12.1.ebuild?r1=1.2&r2=1.3
43
44 Index: ocaml-3.12.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.12.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- ocaml-3.12.1.ebuild 11 Jul 2011 04:35:37 -0000 1.2
51 +++ ocaml-3.12.1.ebuild 6 Sep 2011 15:38:09 -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/ocaml/ocaml-3.12.1.ebuild,v 1.2 2011/07/11 04:35:37 mattst88 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.12.1.ebuild,v 1.3 2011/09/06 15:38:09 aballier Exp $
57
58 EAPI="1"
59
60 @@ -126,5 +126,6 @@
61 ewarn "need to rebuild all packages depending on it, that are actually"
62 ewarn "installed on your system. To do so, you can run:"
63 ewarn "emerge @ocaml-rebuild"
64 + ewarn "Or, (almost) equivalently: emerge -1 /usr/$(get_libdir)/ocaml"
65 echo
66 }