Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog use.desc use.local.desc
Date: Thu, 03 Jan 2008 12:06:51
Message-Id: E1JAOqP-0000mW-3w@stork.gentoo.org
1 aballier 08/01/03 12:06:41
2
3 Modified: ChangeLog use.desc use.local.desc
4 Log:
5 Make ocamlopt useflag global, as per gentoo-dev@ ml.
6
7 Revision Changes Path
8 1.965 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.965&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.965&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.964&r2=1.965
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.964
18 retrieving revision 1.965
19 diff -u -r1.964 -r1.965
20 --- ChangeLog 3 Jan 2008 00:05:48 -0000 1.964
21 +++ ChangeLog 3 Jan 2008 12:06:40 -0000 1.965
22 @@ -1,6 +1,10 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.964 2008/01/03 00:05:48 ulm Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.965 2008/01/03 12:06:40 aballier Exp $
27 +
28 + 03 Jan 2008; Alexis Ballier <aballier@g.o> use.desc,
29 + use.local.desc:
30 + Make ocamlopt useflag global, as per gentoo-dev@ ml.
31
32 03 Jan 2008; Ulrich Mueller <ulm@g.o> package.mask:
33 Remove app-emacs/md5 and app-emacs/sha1 masks since the packages are gone.
34
35
36
37 1.381 profiles/use.desc
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.desc?rev=1.381&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.desc?rev=1.381&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.desc?r1=1.380&r2=1.381
42
43 Index: use.desc
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/profiles/use.desc,v
46 retrieving revision 1.380
47 retrieving revision 1.381
48 diff -u -r1.380 -r1.381
49 --- use.desc 2 Jan 2008 21:14:17 -0000 1.380
50 +++ use.desc 3 Jan 2008 12:06:40 -0000 1.381
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.380 2008/01/02 21:14:17 coldwind Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.381 2008/01/03 12:06:40 aballier Exp $
56
57 # Keep them sorted
58
59 @@ -246,6 +246,7 @@
60 nptl - Enable support for Native POSIX Threads Library, the new threading module (requires linux-2.6 or better usually)
61 nsplugin - Builds plugins for Netscape compatible browsers
62 ocaml - Adds support/bindings for the Ocaml language
63 +ocamlopt - Enables ocamlopt support (ocaml native code compiler) -- Produces faster programs (Warning: you have to disable/enable it at a global scale)
64 oci8 - Adds Oracle 8 Database Support
65 oci8-instant-client - Use dev-db/oracle-instantclient-basic as Oracle provider instead of requiring a full Oracle server install
66 odbc - Adds ODBC Support (Open DataBase Connectivity)
67
68
69
70 1.3267 profiles/use.local.desc
71
72 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?rev=1.3267&view=markup
73 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?rev=1.3267&content-type=text/plain
74 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?r1=1.3266&r2=1.3267
75
76 Index: use.local.desc
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v
79 retrieving revision 1.3266
80 retrieving revision 1.3267
81 diff -u -r1.3266 -r1.3267
82 --- use.local.desc 3 Jan 2008 07:12:23 -0000 1.3266
83 +++ use.local.desc 3 Jan 2008 12:06:40 -0000 1.3267
84 @@ -1,6 +1,6 @@
85 # Copyright 1999-2007 Gentoo Foundation.
86 # Distributed under the terms of the GNU General Public License v2
87 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3266 2008/01/03 07:12:23 mr_bones_ Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3267 2008/01/03 12:06:40 aballier Exp $
89
90 # This file contains descriptions of local USE flags, and the ebuilds which
91 # contain them.
92 @@ -188,7 +188,6 @@
93 app-misc/lcdproc:irman - Enable support for IRMan
94 app-misc/lcdproc:nfs - Adds support for NFS file system
95 app-misc/lcdproc:seamless-hbars - Try to avoid gaps in horizontal bars
96 -app-misc/ledit:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs
97 app-misc/lirc:hardware-carrier - The transmitter device generates its clock signal in hardware
98 app-misc/lirc:transmitter - add transmitter support to some lirc-drivers (e.g. serial)
99 app-misc/mc:7zip - add support for 7zip archives
100 @@ -528,18 +527,10 @@
101 dev-lisp/gcl:gprof - build a GCL with profiling support
102 dev-lisp/sbcl:cobalt - mips only: use mipsel binary instead of mips big endian binary to bootstrap
103 dev-lisp/sbcl:ldb - include support for the SBCL low level debugger
104 -dev-ml/camlp5:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs
105 -dev-ml/camlzip:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs
106 -dev-ml/cryptokit:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs
107 -dev-ml/findlib:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs
108 -dev-ml/lablgl:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs
109 dev-ml/lablgtk:glade - Enable libglade bindings compilation.
110 dev-ml/lablgtk:gnomecanvas - Enable libgnomecanvas bindings compilation.
111 -dev-ml/lablgtk:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs
112 dev-ml/lablgtk:sourceview - Enable GtkSourceView support
113 -dev-ml/ocaml-sqlite3:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs
114 dev-ml/ocamlnet:httpd - Enables nethttpd web server component
115 -dev-ml/pcre-ocaml:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs
116 dev-perl/Eidetic:auth - Enables Apache-AuthTicket based cookie authentication
117 dev-perl/GD:animgif - Enable animated gif support
118 dev-perl/HTML-Mason:modperl - Enable modperl support
119 @@ -598,7 +589,6 @@
120 dev-scheme/guile:elisp - enable Emacs Lisp support
121 dev-scheme/guile:networking - include networking interfaces
122 dev-scheme/guile:regex - include regular expression interfaces
123 -dev-tex/hevea:ocamlopt - Build with ocamlopt (ocaml native code compiler) -- Produces faster programs
124 dev-tex/latex-beamer:lyx - Install with LyX layouts
125 dev-util/anjuta:devhelp - Enable devhelp integration
126 dev-util/anjuta:glade - Build glade plugin for anjuta
127
128
129
130 --
131 gentoo-commits@g.o mailing list