diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2008-11-20 23:43:41 +0000 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2008-11-20 23:43:41 +0000 |
commit | 742853546122539be1845a87a247a2ca7dfabe2c (patch) | |
tree | d3f10b6223df732748d1f71e35994f69f6cd4ee6 | |
parent | Version bump (diff) | |
download | gentoo-2-742853546122539be1845a87a247a2ca7dfabe2c.tar.gz gentoo-2-742853546122539be1845a87a247a2ca7dfabe2c.tar.bz2 gentoo-2-742853546122539be1845a87a247a2ca7dfabe2c.zip |
added NETBEANS_MODULES to USE_EXPAND
-rw-r--r-- | profiles/base/make.defaults | 8 | ||||
-rw-r--r-- | profiles/desc/netbeans_modules.desc | 24 |
2 files changed, 30 insertions, 2 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index f952b8730d45..bbefa7e67560 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.39 2008/09/20 19:11:53 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.40 2008/11/20 23:43:41 fordfrog Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -10,7 +10,7 @@ FEATURES="strict sfperms" # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. -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" +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" # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. @@ -55,3 +55,7 @@ USE="${USE} midi" # Moved to base/ profile from default-linux/ so that it also applies to # embedded and hardened profiles. USE="${USE} cracklib" + +# Miroslav Šulc <fordfrog@gentoo.org> (19 Nov 2008) +# Netbeans modules/clusters +NETBEANS="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" diff --git a/profiles/desc/netbeans_modules.desc b/profiles/desc/netbeans_modules.desc new file mode 100644 index 000000000000..cb1a9ed0338a --- /dev/null +++ b/profiles/desc/netbeans_modules.desc @@ -0,0 +1,24 @@ +# Copyright 2008 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/desc/netbeans_modules.desc,v 1.1 2008/11/20 23:43:41 fordfrog Exp $ + +# This file contains descriptions of NETBEANS_MODULES USE_EXPAND flags. + +apisupport - enables apisupport module +cnd - enables C/C++ development support +groovy - enables Groovy and Grails development support +gsf - enables support for web client development +harness - enables harness support +ide - enables Netbeans IDE +identity - enables identity module +j2ee - enables J2EE development support +java - enables Java development support +mobility - enables support for development of mobile applications +nb - enables Netbeans branding +php - enables PHP development support +profiler - enables Java profiler +soa - enables SOA development support +visualweb - enables visual web development support +webcommon - enables javascript libraries and web client tools +websvccommon - enables common support for web services development +xml - enables XML related development support (schema, validation, WSDL, etc.) |