Gentoo Archives: gentoo-commits

From: "Miroslav Sulc (fordfrog)" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles/base: make.defaults
Date: Thu, 20 Nov 2008 23:43:42
Message-Id: E1L3JBV-0006Xk-4e@stork.gentoo.org
1 fordfrog 08/11/20 23:43:41
2
3 Modified: make.defaults
4 Log:
5 added NETBEANS_MODULES to USE_EXPAND
6
7 Revision Changes Path
8 1.40 profiles/base/make.defaults
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/make.defaults?rev=1.40&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/make.defaults?rev=1.40&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/make.defaults?r1=1.39&r2=1.40
13
14 Index: make.defaults
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v
17 retrieving revision 1.39
18 retrieving revision 1.40
19 diff -u -r1.39 -r1.40
20 --- make.defaults 20 Sep 2008 19:11:53 -0000 1.39
21 +++ make.defaults 20 Nov 2008 23:43:41 -0000 1.40
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2006 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.39 2008/09/20 19:11:53 zmedico Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.40 2008/11/20 23:43:41 fordfrog Exp $
27 #
28 # System-wide defaults for the Portage system
29 # See portage(5) manpage
30 @@ -10,7 +10,7 @@
31
32 # Env vars to expand into USE vars. Modifying this requires prior
33 # discussion on gentoo-dev@g.o.
34 -USE_EXPAND="APACHE2_MODULES APACHE2_MPMS FOO2ZJS_DEVICES MISDN_CARDS FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS ALSA_PCM_PLUGINS LCD_DEVICES CAMERAS"
35 +USE_EXPAND="APACHE2_MODULES APACHE2_MPMS FOO2ZJS_DEVICES MISDN_CARDS FRITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVICES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS ALSA_PCM_PLUGINS LCD_DEVICES CAMERAS NETBEANS_MODULES"
36
37 # USE_EXPAND variables whose contents are not shown in package manager
38 # output. Changes need discussion on gentoo-dev.
39 @@ -55,3 +55,7 @@
40 # Moved to base/ profile from default-linux/ so that it also applies to
41 # embedded and hardened profiles.
42 USE="${USE} cracklib"
43 +
44 +# Miroslav Ć ulc <fordfrog@g.o> (19 Nov 2008)
45 +# Netbeans modules/clusters
46 +NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml"