Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/eix: metadata.xml ChangeLog
Date: Tue, 09 Feb 2010 02:10:50
Message-Id: E1NefYr-0007lP-Hg@stork.gentoo.org
1 darkside 10/02/09 02:10:45
2
3 Modified: metadata.xml ChangeLog
4 Log:
5 Add more verbose USE flag descriptions, bug 304017
6 (Portage version: 2.1.7.17/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.12 app-portage/eix/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/metadata.xml?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/metadata.xml?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/metadata.xml?r1=1.11&r2=1.12
14
15 Index: metadata.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/metadata.xml,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- metadata.xml 29 Oct 2009 18:15:01 -0000 1.11
22 +++ metadata.xml 9 Feb 2010 02:10:44 -0000 1.12
23 @@ -13,14 +13,14 @@
24 <description>Proxy committer, CC bugs</description>
25 </maintainer>
26 <use>
27 - <flag name="bzip2">Support for parsing of environment.bz2 to guess repository name of packages installed with ancient portage versions (requires <pkg>app-arch/bbzip2</pkg>). This flag is safe to disable for portage users that have re-merged all packages since 2007. This flag will be phased out.</flag>
28 + <flag name="bzip2">Support for parsing of environment.bz2 to guess repository name of packages installed with ancient portage versions (requires <pkg>app-arch/bzip2</pkg>). This flag is safe to disable for portage users that have re-merged all packages since 2007. This flag will be phased out.</flag>
29 <flag name="debug">Build with CXXFLAGS/LDFLAGS for debugging support. Only makes sense in combination with FEATURES=nostrip.</flag>
30 <flag name="deprecated">Installs wrapper scripts for all the previous executable names that will soon be going away. Enabled by default in 0.17.0, optional in 0.18.0, removed in next major release.</flag>
31 <flag name="doc">Create description of the eix cache file additionally in html format</flag>
32 <flag name="hardened">Add CXXFLAGS/LDFLAGS enhancing security at the cost of a slight speed loss. If a hardened gcc is used, these flags should not make a difference.</flag>
33 <flag name="nls">Support foreign language messages (experimental; currently only de)</flag>
34 - <flag name="optimization">Add several CXXFLAGS/LDFLAGS for optimization.</flag>
35 - <flag name="strong-optimization">Add more CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions.</flag>
36 + <flag name="optimization">Adds several supplemental CXXFLAGS/LDFLAGS for optimization that upstream endorses. Absense of this USE flag does not strip user's *FLAGS</flag>
37 + <flag name="strong-optimization">Adds several more agressive CXXFLAGS/LDFLAGS for optimization like graphite (if available). May cause trouble with some buggy compiler versions. Absense of this USE flag does not strip user's *FLAGS</flag>
38 <flag name="sqlite">Compile in support for portage's sqlite backend; to actually use it you need additional configuration of portage and eix</flag>
39 <flag name="tools">Create separate binary for script helper tools (currently only: versionsort); useful if they are called extremely often</flag>
40 </use>
41
42
43
44 1.319 app-portage/eix/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.319&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?rev=1.319&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/eix/ChangeLog?r1=1.318&r2=1.319
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v
53 retrieving revision 1.318
54 retrieving revision 1.319
55 diff -u -r1.318 -r1.319
56 --- ChangeLog 4 Feb 2010 14:58:37 -0000 1.318
57 +++ ChangeLog 9 Feb 2010 02:10:44 -0000 1.319
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-portage/eix
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.318 2010/02/04 14:58:37 darkside Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-portage/eix/ChangeLog,v 1.319 2010/02/09 02:10:44 darkside Exp $
63 +
64 + 09 Feb 2010; Jeremy Olexa <darkside@g.o> metadata.xml:
65 + Add more verbose USE flag descriptions, bug 304017
66
67 *eix-0.20.0 (04 Feb 2010)