summaryrefslogtreecommitdiff
path: root/profiles/redcore
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/redcore')
-rw-r--r--profiles/redcore/linux/amd64/13.0/eapi1
-rw-r--r--profiles/redcore/linux/amd64/13.0/parent2
-rw-r--r--profiles/redcore/linux/amd64/eapi1
-rw-r--r--profiles/redcore/linux/amd64/package.use.mask10
-rw-r--r--profiles/redcore/linux/amd64/parent3
-rw-r--r--profiles/redcore/linux/eapi1
-rw-r--r--profiles/redcore/linux/make.defaults60
-rw-r--r--profiles/redcore/linux/package.use15
-rw-r--r--profiles/redcore/linux/package.use.mask76
-rw-r--r--profiles/redcore/linux/packages13
-rw-r--r--profiles/redcore/linux/packages.build49
-rw-r--r--profiles/redcore/linux/use.mask15
12 files changed, 246 insertions, 0 deletions
diff --git a/profiles/redcore/linux/amd64/13.0/eapi b/profiles/redcore/linux/amd64/13.0/eapi
new file mode 100644
index 00000000..7ed6ff82
--- /dev/null
+++ b/profiles/redcore/linux/amd64/13.0/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/redcore/linux/amd64/13.0/parent b/profiles/redcore/linux/amd64/13.0/parent
new file mode 100644
index 00000000..7c037751
--- /dev/null
+++ b/profiles/redcore/linux/amd64/13.0/parent
@@ -0,0 +1,2 @@
+..
+../../../../releases/13.0
diff --git a/profiles/redcore/linux/amd64/eapi b/profiles/redcore/linux/amd64/eapi
new file mode 100644
index 00000000..7ed6ff82
--- /dev/null
+++ b/profiles/redcore/linux/amd64/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/redcore/linux/amd64/package.use.mask b/profiles/redcore/linux/amd64/package.use.mask
new file mode 100644
index 00000000..903fc5e0
--- /dev/null
+++ b/profiles/redcore/linux/amd64/package.use.mask
@@ -0,0 +1,10 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Mike Frysinger <vapier@gentoo.org> (08 May 2016)
+# This target supports VTV #547040.
+>=sys-devel/gcc-4.9 -vtv
+
+# Mike Frysinger <vapier@gentoo.org> (21 Oct 2014)
+# This target supports ASAN/etc... #504200.
+sys-devel/gcc -sanitize
diff --git a/profiles/redcore/linux/amd64/parent b/profiles/redcore/linux/amd64/parent
new file mode 100644
index 00000000..158dd88c
--- /dev/null
+++ b/profiles/redcore/linux/amd64/parent
@@ -0,0 +1,3 @@
+../../../base
+..
+../../../arch/amd64
diff --git a/profiles/redcore/linux/eapi b/profiles/redcore/linux/eapi
new file mode 100644
index 00000000..7ed6ff82
--- /dev/null
+++ b/profiles/redcore/linux/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/redcore/linux/make.defaults b/profiles/redcore/linux/make.defaults
new file mode 100644
index 00000000..899637eb
--- /dev/null
+++ b/profiles/redcore/linux/make.defaults
@@ -0,0 +1,60 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+#
+# System-wide defaults for the Portage system
+# See portage(5) manpage
+#
+# Please avoid enabling things by default in here if possible. Understand any
+# implications with core packages. For example, if "java" is in USE and db
+# has a conditional dependency on java (which it does,) then a JDK will be
+# pulled in during *emerge system*!
+
+
+# Default starting set of USE flags for all default/linux profiles.
+USE="berkdb crypt ipv6 ncurses nls pam readline ssl tcpd zlib"
+
+# make sure toolchain has sane defaults <tooclhain@gentoo.org>
+USE="${USE} fortran openmp"
+
+# Security ftw.
+USE="${USE} seccomp"
+
+# 2010/10/21 - Ole Markus With <olemarkus@gentoo.org>
+# These USE flags were originally inserted here because of PHP
+# and were later removed by me. Reinserting the USE flags again because they are
+# global USE flags that may be expected to be set by other packages.
+USE="${USE} cli pcre session"
+
+# 2006/03/07 - Donnie Berkholz <dberkholz@gentoo.org>
+# Modular X: Support direct rendering by default
+# 2013/01/21 - Andreas K. Huettel <dilfridge@gentoo.org>
+# Re-added following discussion with chithead
+USE="${USE} dri"
+
+# 2006/10/28 - Luca Barbato <lu_zero@gentoo.org>
+# on glibc system you cannot turn it off
+USE="${USE} iconv"
+
+# 2017/01/17 - Matt Turner <mattst88@gentoo.org>
+# Sane defaults for input drivers
+INPUT_DEVICES="libinput"
+
+# 2006/08/18 - Donnie Berkholz <dberkholz@gentoo.org>
+# Lowest common denominator defaults for video drivers,
+# except hppa, which lacks v4l so removes it in the hppa profile
+VIDEO_CARDS="dummy fbdev v4l"
+
+# 2008/07/09 - Doug Goldstein <cardoe@gentoo.org>
+# Adding LDFLAGS="-Wl,-O1 for all Linux profiles by default
+# after discussion on the gentoo-dev ML. As we bang out a clear
+# direction with how LDFLAGS will be set by default, this entry
+# may move.
+# 2010/07/12 - Samuli Suominen <ssuominen@gentoo.org>
+# Note that adding LDFLAGS="-Wl,-O1 ${LDFLAGS}" breaks dev-util/boost-build
+# because of whitespace.
+LDFLAGS="-Wl,-O1 -Wl,--as-needed"
+
+# 2009/09/21 Robin H. Johnson <robbat2@gentoo.org>
+# https://archives.gentoo.org/gentoo-dev/msg_dc705dc2c1a45e18a85aa62e8fb17009.xml
+# Build kernel modules from linux-mod by default:
+USE="${USE} modules"
diff --git a/profiles/redcore/linux/package.use b/profiles/redcore/linux/package.use
new file mode 100644
index 00000000..36a4bb16
--- /dev/null
+++ b/profiles/redcore/linux/package.use
@@ -0,0 +1,15 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Mike Gilbert <floppym@gentoo.org> (29 Oct 2017)
+# Override default from make.defaults, bug 635822.
+net-libs/mbedtls -zlib
+
+# Mike Frysinger <vapier@gentoo.org> (12 Nov 2015)
+# We want busybox statically linked by default as it is the system rescue shell.
+# But we cannot statically link pam, so turn that off by default. #468580
+sys-apps/busybox -pam static
+
+# Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> (13 Feb 2011)
+# Disable deprecated bsddb module of Python 2 by default.
+=dev-lang/python-2* -berkdb
diff --git a/profiles/redcore/linux/package.use.mask b/profiles/redcore/linux/package.use.mask
new file mode 100644
index 00000000..663009d6
--- /dev/null
+++ b/profiles/redcore/linux/package.use.mask
@@ -0,0 +1,76 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+# Jason Zaman <perfinion@gentoo.org> (06 Sep 2015)
+# This is masked in base/package.use.mask as Linux only.
+sys-auth/consolekit -cgroups
+
+# Michael Palimaka <kensington@gentoo.org> (03 Sep 2015)
+# Native inotify support is preferred on linux.
+kde-frameworks/kdelibs fam
+kde-frameworks/kcoreaddons fam
+
+# Christian Ruppert <idl0r@gentoo.org> (23 Aug 2015)
+# seccomp seems completely broken currently but has been added as global default
+# apparently... #558100
+# https://archives.gentoo.org/gentoo-dev/message/38503d86a1c41bccfa607745467b1be7
+net-dns/bind seccomp
+
+# Matt Turner <mattst88@gentoo.org> (07 Mar 2014)
+# media-libs/libomxil-bellagio keyworded on amd64/x86
+media-libs/mesa openmax
+
+# Thomas Sachau <tommy@gentoo.org> (25 Dez 2013)
+# mask frost USE flag, broken with >=net-libs/polarssl-1.3.0, bug 489256
+net-p2p/fms frost
+
+# Markos Chandras <hwoarang@gentoo.org> (10 Nov 2013)
+# Does not build with polarssl in the tree.
+# see eg 9e36f0475f011912ee0897aa6487d7b9c190600e
+# in polarssl upstream.
+# The polarssl use flag may go away if the rtmpdump
+# upstream will not fix this problem soon
+media-video/rtmpdump polarssl
+
+# Diego Elio Pettenò (27 Aug 2012)
+# The libpci access is only used for linux.
+net-analyzer/net-snmp -pci
+
+# Richard Yao <ryao@gentoo.org> (22 August 2012)
+# USE=kernel-builtin is dangerous. Only those that know what they are doing
+# should use it until documentation improves.
+sys-fs/zfs kernel-builtin
+
+# Diego Elio Pettenò (20 Aug 2012)
+# The prevent-removal USE flag is only implemented for Linux.
+sys-auth/pam_mktemp -prevent-removal
+
+sys-devel/gcc hardened
+sys-libs/glibc hardened
+
+# Samuli Suominen <ssuominen@gentoo.org> (30 Apr 2012)
+# This is replaced by native CONFIG_INOTIFY_USER support wrt #413403
+=dev-libs/glib-2* fam
+
+# Samuli Suominen <ssuominen@gentoo.org (20 Mar 2012)
+# This is masked in base/package.use.mask as Linux only.
+sys-auth/consolekit -acl
+
+# Samuli Suominen <ssuominen@gentoo.org> (10 Jan 2012)
+# Masked in base/package.use.mask as Linux -only feature
+app-arch/libarchive -e2fsprogs
+
+# Diego E. Pettenò <flameeyes@gentoo.org> (20 Aug 2009)
+#
+# Mask oss USE flag for PulseAudio; it's present for compatibility
+# with FreeBSD and other operating systems that have no better
+# interfaces, but people would probably abuse it with Linux as well.
+#
+# Older versions also had an OSS compatibility wrapper on that USE so
+# they are excluded.
+>=media-sound/pulseaudio-0.9.16_rc5 oss
+
+# Diego E. Pettenò <flameeyes@gentoo.org> (27 Mar 2011)
+#
+# Unmask pdnsd's Linux-specific USE flags.
+net-dns/pdnsd -isdn -urandom
diff --git a/profiles/redcore/linux/packages b/profiles/redcore/linux/packages
new file mode 100644
index 00000000..d0b8745d
--- /dev/null
+++ b/profiles/redcore/linux/packages
@@ -0,0 +1,13 @@
+# Copyright 2004-2015 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+
+# This file extends the base packages file for the default profile that all
+# architectures will enjoy. Please note that default is what most architectures
+# will have. Some will have an selinux profile (see ${PORTDIR}/profiles/selinux).
+# The idea is to only create a new family of profiles when absolutely necessary.
+
+*sys-apps/busybox
+*sys-apps/iproute2
+*sys-apps/man-pages
+*sys-apps/net-tools
+*sys-apps/util-linux
diff --git a/profiles/redcore/linux/packages.build b/profiles/redcore/linux/packages.build
new file mode 100644
index 00000000..6d655493
--- /dev/null
+++ b/profiles/redcore/linux/packages.build
@@ -0,0 +1,49 @@
+# Copyright 1999-2014 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+
+# This file describes the packages needed to build a stage1 based on this
+# profile. Packages in this file are built in order.
+
+# While shadow could be in here, it breaks stage 1 and stage 2 building for the
+# releases. PLEASE DO NOT ENABLE THIS UNLESS YOU HAVE THOROUGHLY TESTED IT!
+
+app-arch/bzip2
+app-arch/gzip
+app-arch/xz-utils
+app-arch/tar
+app-shells/bash:0
+net-misc/rsync
+net-misc/wget
+sys-devel/autoconf
+sys-devel/automake
+sys-devel/libtool
+sys-apps/baselayout
+sys-apps/makedev
+sys-apps/coreutils
+sys-apps/diffutils
+sys-apps/file
+sys-apps/findutils
+sys-apps/gawk
+sys-apps/grep
+sys-apps/less
+sys-apps/net-tools
+sys-apps/sed
+sys-devel/binutils
+sys-devel/bison
+sys-devel/flex
+sys-devel/gcc
+sys-devel/gettext
+sys-devel/gnuconfig
+sys-devel/make
+sys-devel/patch
+virtual/editor
+virtual/libc
+virtual/os-headers
+virtual/package-manager
+virtual/pkgconfig
+virtual/shadow
+sys-apps/which
+
+# This was added too soon.
+# The new udev version needs to stabled first
+#sys-apps/kmod
diff --git a/profiles/redcore/linux/use.mask b/profiles/redcore/linux/use.mask
new file mode 100644
index 00000000..a801fced
--- /dev/null
+++ b/profiles/redcore/linux/use.mask
@@ -0,0 +1,15 @@
+# Copyright 1999-2015 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+
+# This file masks out USE flags that are simply NOT allowed in the default
+# profile for any architecture. This works, for example, if a non-default
+# profile (such as the selinux profiles) have a USE flag associated with
+# them.
+
+# Diego Elio Pettenò <flameeyes@gentoo.org> (27 Aug 2012)
+# netlink is a Linux-specific interface
+-netlink
+
+# Samuli Suominen <ssuominen@gentoo.org> (19 Apr 2013)
+# Linux specific module loading/unloading support
+-kmod