summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2014-02-28 00:25:09 +0100
committerBertrand Jacquin <beber@meleeweb.net>2014-02-28 00:25:09 +0100
commite5f5437571e7bf8bec04792ea7c2e321c80680e9 (patch)
tree37615bea723de9b4a1b5dd189d2c21718951b444 /profiles
parentwww-servers/varnish: Add a variable VARNISHNCSA_LOGFORMAT for conf.d to be ab... (diff)
downloadportage-e5f5437571e7bf8bec04792ea7c2e321c80680e9.tar.xz
profiles: Add server/scabb
Diffstat (limited to 'profiles')
-rw-r--r--profiles/profiles.desc1
-rw-r--r--profiles/server/scabb/eapi1
-rw-r--r--profiles/server/scabb/make.defaults17
-rw-r--r--profiles/server/scabb/parent2
4 files changed, 21 insertions, 0 deletions
diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index c9fa8890..f3f479d3 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -12,6 +12,7 @@ x86 boest/alix3 stable
amd64 desktop/amd64 stable
# Server profiles
+amd64 server/scabb stable
amd64 server/supermicro-X9DBL-3F stable
amd64 server/dedibox/classic-gen2 stable
amd64 server/dedibox/md15k-2013 stable
diff --git a/profiles/server/scabb/eapi b/profiles/server/scabb/eapi
new file mode 100644
index 00000000..7ed6ff82
--- /dev/null
+++ b/profiles/server/scabb/eapi
@@ -0,0 +1 @@
+5
diff --git a/profiles/server/scabb/make.defaults b/profiles/server/scabb/make.defaults
new file mode 100644
index 00000000..d0d74b4c
--- /dev/null
+++ b/profiles/server/scabb/make.defaults
@@ -0,0 +1,17 @@
+ACCEPT_KEYWORDS="~amd64"
+
+MAKEOPTS="-j6"
+
+FEATURES="${FEATURES} buildsyspkg"
+
+SYNC="rsync://rsync.fr.gentoo.org/gentoo-portage"
+GENTOO_MIRRORS="http://mirror.meleeweb.net/pub/linux/gentoo http://ftp.free.fr/mirrors/ftp.gentoo.org"
+
+VIDEO_CARDS="dummy"
+ALSA_CARDS="intel8x0 usb-audio"
+
+# CPU
+USE="${USE} ssse3"
+
+# Sound
+USE="${USE} alsa"
diff --git a/profiles/server/scabb/parent b/profiles/server/scabb/parent
new file mode 100644
index 00000000..24440fb3
--- /dev/null
+++ b/profiles/server/scabb/parent
@@ -0,0 +1,2 @@
+gentoo:hardened/linux/amd64
+..