Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog use.desc
Date: Mon, 26 Jan 2009 18:43:49
Message-Id: E1LRWR1-00049R-9x@stork.gentoo.org
1 vapier 09/01/26 18:43:47
2
3 Modified: ChangeLog use.desc
4 Log:
5 Remove USE=pic as a global flag so people (hopefully) stop screwing up its usage.
6
7 Revision Changes Path
8 1.2294 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.2294&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.2294&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.2293&r2=1.2294
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.2293
18 retrieving revision 1.2294
19 diff -u -r1.2293 -r1.2294
20 --- ChangeLog 25 Jan 2009 17:17:19 -0000 1.2293
21 +++ ChangeLog 26 Jan 2009 18:43:47 -0000 1.2294
22 @@ -1,11 +1,16 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2293 2009/01/25 17:17:19 ulm Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.2294 2009/01/26 18:43:47 vapier 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 + 26 Jan 2009; Mike Frysinger <vapier@g.o> arch/hppa/make.defaults,
33 + default-linux/hppa/make.defaults, use.desc:
34 + Remove USE=pic as a global flag so people (hopefully) stop screwing up its
35 + usage.
36 +
37 25 Jan 2009; Ulrich Mueller <ulm@g.o> package.mask:
38 Mask x11-misc/hotkeys for removal.
39
40
41
42
43 1.407 profiles/use.desc
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.desc?rev=1.407&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.desc?rev=1.407&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.desc?r1=1.406&r2=1.407
48
49 Index: use.desc
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/profiles/use.desc,v
52 retrieving revision 1.406
53 retrieving revision 1.407
54 diff -u -r1.406 -r1.407
55 --- use.desc 5 Jan 2009 21:30:19 -0000 1.406
56 +++ use.desc 26 Jan 2009 18:43:47 -0000 1.407
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2007 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.406 2009/01/05 21:30:19 maekke Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.407 2009/01/26 18:43:47 vapier Exp $
62
63 # Keep them sorted
64
65 @@ -271,7 +271,6 @@
66 pdf - Adds general support for PDF (Portable Document Format), this replaces the pdflib and cpdflib flags
67 perl - Adds support/bindings for the Perl language
68 php - Include support for the PHP language
69 -pic - Build Position Independent Code. Do not utilize this flag unless you know what you're doing
70 plasma - Build optional plasma widgets that require kde-base/libplasma
71 plotutils - Add support for plotutils (library for 2-D vector graphics)
72 png - Adds support for libpng (PNG images)