Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog use.desc
Date: Fri, 03 Jan 2014 16:04:45
Message-Id: 20140103160439.ABDF52004C@flycatcher.gentoo.org
1 hasufell 14/01/03 16:04:39
2
3 Modified: ChangeLog use.desc
4 Log:
5 clarify static-libs description
6
7 Revision Changes Path
8 1.8491 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8491&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?rev=1.8491&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/ChangeLog?r1=1.8490&r2=1.8491
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.8490
18 retrieving revision 1.8491
19 diff -u -r1.8490 -r1.8491
20 --- ChangeLog 3 Jan 2014 15:53:34 -0000 1.8490
21 +++ ChangeLog 3 Jan 2014 16:04:39 -0000 1.8491
22 @@ -1,11 +1,14 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8490 2014/01/03 15:53:34 ulm Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8491 2014/01/03 16:04:39 hasufell Exp $
27 #
28 # This ChangeLog should include records for all changes in profiles directory.
29 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
30 # here. If in doubt put a record here!
31
32 + 03 Jan 2014; Julian Ospald <hasufell@g.o> use.desc:
33 + clarify static-libs description
34 +
35 03 Jan 2014; Ulrich Müller <ulm@g.o> license_groups:
36 Remove unused ANTLR license, bug 496690.
37
38
39
40
41 1.512 profiles/use.desc
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/use.desc?rev=1.512&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/use.desc?rev=1.512&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/use.desc?r1=1.511&r2=1.512
46
47 Index: use.desc
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/profiles/use.desc,v
50 retrieving revision 1.511
51 retrieving revision 1.512
52 diff -u -r1.511 -r1.512
53 --- use.desc 18 Dec 2013 18:34:16 -0000 1.511
54 +++ use.desc 3 Jan 2014 16:04:39 -0000 1.512
55 @@ -1,6 +1,6 @@
56 -# Copyright 1999-2013 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.511 2013/12/18 18:34:16 mattst88 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.512 2014/01/03 16:04:39 hasufell Exp $
61
62 # Keep them sorted
63
64 @@ -333,7 +333,7 @@
65 ssl - Add support for Secure Socket Layer connections
66 startup-notification - Enable application startup event feedback mechanism
67 static - !!do not set this during bootstrap!! Causes binaries to be statically linked instead of dynamically
68 -static-libs - Build static libraries
69 +static-libs - Build static versions of dynamic libraries as well
70 subversion - Enable subversion (version control system) support
71 suid - Enable setuid root program, with potential security risks
72 svg - Add support for SVG (Scalable Vector Graphics)