summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2013-04-16 14:13:05 +0000
committerPeter Volkov <pva@gentoo.org>2013-04-16 14:13:05 +0000
commita06e80f552a82b977b275049c21b5b071b68082e (patch)
treed823045160fefdf1d3eb3f0f2ceccb34d38b9d6b
parentAdd unzip to DEPEND. (diff)
downloadpva-a06e80f552a82b977b275049c21b5b071b68082e.tar.gz
pva-a06e80f552a82b977b275049c21b5b071b68082e.tar.bz2
pva-a06e80f552a82b977b275049c21b5b071b68082e.zip
Added profile for containers.
svn path=/; revision=514
-rw-r--r--profiles/containers/README1
-rw-r--r--profiles/containers/TODO1
-rw-r--r--profiles/containers/eapi1
-rw-r--r--profiles/containers/make.defaults6
-rw-r--r--profiles/containers/package.keywords21
-rw-r--r--profiles/containers/package.mask1
-rw-r--r--profiles/containers/package.use17
-rw-r--r--profiles/containers/parent1
-rw-r--r--profiles/profiles.desc3
9 files changed, 52 insertions, 0 deletions
diff --git a/profiles/containers/README b/profiles/containers/README
new file mode 100644
index 0000000..d1bdcb8
--- /dev/null
+++ b/profiles/containers/README
@@ -0,0 +1 @@
+This is "base" profile for packages in containers.
diff --git a/profiles/containers/TODO b/profiles/containers/TODO
new file mode 100644
index 0000000..f258c1d
--- /dev/null
+++ b/profiles/containers/TODO
@@ -0,0 +1 @@
+split: mysql
diff --git a/profiles/containers/eapi b/profiles/containers/eapi
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/profiles/containers/eapi
@@ -0,0 +1 @@
+2
diff --git a/profiles/containers/make.defaults b/profiles/containers/make.defaults
new file mode 100644
index 0000000..b0381d0
--- /dev/null
+++ b/profiles/containers/make.defaults
@@ -0,0 +1,6 @@
+USE="-ipv6 -perl -python -gpm -gdbm unicode threads truetype png"
+
+LDFLAGS="-Wl,--as-needed,-O1"
+
+NPTL_KERN_VER="2.6.26"
+
diff --git a/profiles/containers/package.keywords b/profiles/containers/package.keywords
new file mode 100644
index 0000000..18a7bd3
--- /dev/null
+++ b/profiles/containers/package.keywords
@@ -0,0 +1,21 @@
+=app-backup/bacula-5.2* amd64
+
+www-apps/postfixadmin amd64
+
+~net-analyzer/net-snmp-5.7.2 amd64
+net-analyzer/cacti amd64
+net-analyzer/cacti-spine amd64
+dev-php/adodb amd64
+
+=dev-db/mysql-5.5* amd64
+=virtual/mysql-5.5* amd64
+
+~app-admin/webapp-config-1.50.19 amd64
+www-apps/drupal amd64
+
+=www-apps/redmine-2* amd64
+dev-ruby/rails:3.2 amd64
+
+=dev-php/pecl-uploadprogress-1.0.3.1 amd64
+# required by sys-apps/shadow-4.1.5.1-r1[pam]
+=sys-auth/pambase-20120417-r1 amd64
diff --git a/profiles/containers/package.mask b/profiles/containers/package.mask
new file mode 100644
index 0000000..9658348
--- /dev/null
+++ b/profiles/containers/package.mask
@@ -0,0 +1 @@
+#>=dev-lang/python-3
diff --git a/profiles/containers/package.use b/profiles/containers/package.use
new file mode 100644
index 0000000..dffe12f
--- /dev/null
+++ b/profiles/containers/package.use
@@ -0,0 +1,17 @@
+dev-libs/libxml2 python
+
+app-backup/bacula mysql bacula-console -sqlite3
+dev-lang/php mysqli apache2 cli crypt ctype curl fastbuild force-cgi-redirect ftp gd hash iconv imap ipv6 mysql nls pcre pdo pic posix reflection session simplexml soap sockets spell spl sqlite ssl tokenizer truetype unicode xml xmlreader xmlwriter xsl zlib json
+
+mail-client/roundcube spell
+net-mail/courier-imap fam berkdb
+net-libs/courier-authlib berkdb crypt -gdbm mysql
+www-apps/postfixadmin mysql
+
+net-analyzer/nfdump nfprofile
+
+www-apps/redmine mysql imagemagick
+
+# Don't need Enables dynamic loaded zones, 3rd party extension (dlz)
+# threads requre caps that was broken in containers some time ago
+net-dns/bind -berkdb -threads
diff --git a/profiles/containers/parent b/profiles/containers/parent
new file mode 100644
index 0000000..a242bad
--- /dev/null
+++ b/profiles/containers/parent
@@ -0,0 +1 @@
+/usr/portage/profiles/hardened/linux/amd64/
diff --git a/profiles/profiles.desc b/profiles/profiles.desc
new file mode 100644
index 0000000..6165fd3
--- /dev/null
+++ b/profiles/profiles.desc
@@ -0,0 +1,3 @@
+amd64 containers stable
+
+# vim: set ts=8: