public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in profiles/gxs/linux/x86: make.defaults package.mask package.use.mask parent use.mask
@ 2008-05-17 11:42 Alexander Gabert (pappy)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexander Gabert (pappy) @ 2008-05-17 11:42 UTC (permalink / raw
  To: gentoo-commits

pappy       08/05/17 11:42:54

  Added:                make.defaults package.mask package.use.mask parent
                        use.mask
  Log:
  adding gentoo extreme-security profile for server systems

Revision  Changes    Path
1.1                  profiles/gxs/linux/x86/make.defaults

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/make.defaults?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/make.defaults?rev=1.1&content-type=text/plain

Index: make.defaults
===================================================================
# Copyright 1999-2006 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/gxs/linux/x86/make.defaults,v 1.1 2008/05/17 11:42:54 pappy Exp $

ARCH="x86"
ACCEPT_KEYWORDS="x86"

CHOST="i486-pc-linux-gnu"
CFLAGS="-O2 -mcpu=i486 -mtune=i686 -pipe -fforce-addr"
CXXFLAGS="${CFLAGS}"

USE="berkdb crypt pam pic readline ssl tcpd zlib"

# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
# Defaults for video drivers
VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i740 i810 imstt \
	mach64 mga neomagic nsc nv r128 radeon rendition s3 s3virge savage \
	siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware \
	voodoo"

# 2006/12/21 - Andrej Kacian <ticho@gentoo.org>
# Defaults for audio drivers
ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 \
	emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m \
	maestro3 trident usb-audio via82xx via82xx-modem ymfpci"




1.1                  profiles/gxs/linux/x86/package.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/package.mask?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/package.mask?rev=1.1&content-type=text/plain

Index: package.mask
===================================================================
# Copyright 2006-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/gxs/linux/x86/package.mask,v 1.1 2008/05/17 11:42:54 pappy Exp $

# Christian Faulhammer <opfer@gentoo.org> (05 Dec 2006)
# this version is badly broken on x86, see bug #153280
~app-arch/rpm-4.4.7



1.1                  profiles/gxs/linux/x86/package.use.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/package.use.mask?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/package.use.mask?rev=1.1&content-type=text/plain

Index: package.use.mask
===================================================================
# This file requires >=portage-2.1.1

# cyrus-sasl doesn't work w/ USE=berkdb (#192753)
dev-libs/cyrus-sasl berkdb

# missing the necessary linux-headers dep
>=net-fs/netatalk-2.0.3-r3 xfs

# needs sys-process/audit which is masked by this profile
sys-libs/pam audit



1.1                  profiles/gxs/linux/x86/parent

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/parent?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/parent?rev=1.1&content-type=text/plain

Index: parent
===================================================================
../../../base
..
../../../arch/x86



1.1                  profiles/gxs/linux/x86/use.mask

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/use.mask?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/gxs/linux/x86/use.mask?rev=1.1&content-type=text/plain

Index: use.mask
===================================================================
# Copyright 1999-2004 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/gxs/linux/x86/use.mask,v 1.1 2008/05/17 11:42:54 pappy Exp $

# nvidia-drivers are masked, this has to be too
video_cards_nvidia
nvidia




-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in profiles/gxs/linux/x86: make.defaults package.mask package.use.mask parent use.mask
@ 2008-05-17 19:35 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Loeser (halcy0n) @ 2008-05-17 19:35 UTC (permalink / raw
  To: gentoo-commits

halcy0n     08/05/17 19:35:17

  Removed:              make.defaults package.mask package.use.mask parent
                        use.mask
  Log:
  Removing the gxs profile as this should be developed in an overlay before coming to the main tree
-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-05-17 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-17 11:42 [gentoo-commits] gentoo-x86 commit in profiles/gxs/linux/x86: make.defaults package.mask package.use.mask parent use.mask Alexander Gabert (pappy)
  -- strict thread matches above, loose matches on Subject: below --
2008-05-17 19:35 Mark Loeser (halcy0n)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox