From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1L3JBW-0006vG-NP for garchives@archives.gentoo.org; Thu, 20 Nov 2008 23:43:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC46FE03E6; Thu, 20 Nov 2008 23:43:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9249BE03E6 for ; Thu, 20 Nov 2008 23:43:43 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 72AC064500 for ; Thu, 20 Nov 2008 23:43:41 +0000 (UTC) Received: from fordfrog by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1L3JBV-0006Xk-4e for gentoo-commits@lists.gentoo.org; Thu, 20 Nov 2008 23:43:41 +0000 From: "Miroslav Sulc (fordfrog)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, fordfrog@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in profiles/base: make.defaults X-VCS-Repository: gentoo-x86 X-VCS-Files: make.defaults X-VCS-Directories: profiles/base X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Sulc Content-Type: text/plain; charset=utf8 Message-Id: Sender: Miroslav Sulc Date: Thu, 20 Nov 2008 23:43:41 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 01ce1afb-24d4-4098-b50c-c7bd08f53463 X-Archives-Hash: 788331d8a80187c0f76a8e359ecef93e fordfrog 08/11/20 23:43:41 Modified: make.defaults Log: added NETBEANS_MODULES to USE_EXPAND Revision Changes Path 1.40 profiles/base/make.defaults file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/make= .defaults?rev=3D1.40&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/make= .defaults?rev=3D1.40&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/base/make= .defaults?r1=3D1.39&r2=3D1.40 Index: make.defaults =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- make.defaults 20 Sep 2008 19:11:53 -0000 1.39 +++ make.defaults 20 Nov 2008 23:43:41 -0000 1.40 @@ -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 20= 08/09/20 19:11:53 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.40 20= 08/11/20 23:43:41 fordfrog Exp $ # # System-wide defaults for the Portage system # See portage(5) manpage @@ -10,7 +10,7 @@ =20 # Env vars to expand into USE vars. Modifying this requires prior # discussion on gentoo-dev@gentoo.org. -USE_EXPAND=3D"APACHE2_MODULES APACHE2_MPMS FOO2ZJS_DEVICES MISDN_CARDS F= RITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVIC= ES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS ALSA_PCM_PL= UGINS LCD_DEVICES CAMERAS" +USE_EXPAND=3D"APACHE2_MODULES APACHE2_MPMS FOO2ZJS_DEVICES MISDN_CARDS F= RITZCAPI_CARDS FCDSL_CARDS VIDEO_CARDS DVB_CARDS LIRC_DEVICES INPUT_DEVIC= ES LINGUAS USERLAND KERNEL ELIBC CROSSCOMPILE_OPTS ALSA_CARDS ALSA_PCM_PL= UGINS LCD_DEVICES CAMERAS NETBEANS_MODULES" =20 # USE_EXPAND variables whose contents are not shown in package manager # output. Changes need discussion on gentoo-dev. @@ -55,3 +55,7 @@ # Moved to base/ profile from default-linux/ so that it also applies to # embedded and hardened profiles. USE=3D"${USE} cracklib" + +# Miroslav =C5=A0ulc (19 Nov 2008) +# Netbeans modules/clusters +NETBEANS=3D"apisupport cnd groovy gsf harness ide identity j2ee java mob= ility nb php profiler soa visualweb webcommon websvccommon xml"