Summary
Provides a Name Service Switch (NSS) module that allows your LDAP server to provide user account, group, host name, alias, netgroup, and basically any other information that you would normally get from /etc flat files or NIS. It also provides a Pluggable Authentication Module (PAM) to do authentication to an LDAP server. This is implemented using thin NSS and PAM modules which delegate to a dedicated service (nslcd) that queries the LDAP server with persistent connections, authentication, attribute translation, etc.
Versions
v0.9.12-r4 :: 0 :: gentoo
- Modified
- License
- LGPL-2.1
- Keywords
- ~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86
- USE flags
- debug kerberos pam pynslcd sasl selinux test utils
v0.9.12-r3 :: 0 :: gentoo
- Modified
- License
- LGPL-2.1
- Keywords
- amd64 x86 ~alpha ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc
- USE flags
- debug kerberos pam pynslcd sasl selinux test utils
v0.9.12-r2 :: 0 :: gentoo
- Modified
- License
- LGPL-2.1
- Keywords
- amd64 arm ppc64 x86 ~hppa ~ppc ~sparc
- USE flags
- debug kerberos pam pynslcd sasl test utils
USE flags
General
- debug
- Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
- kerberos
- Add kerberos support
- pam
- Add support for PAM (Pluggable Authentication Modules) - DANGEROUS to arbitrarily flip
- pynslcd
- Install the python implementation along with the standard implementation
- sasl
- Add support for the Simple Authentication and Security Layer
- selinux
- !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
- utils
- Install the command-line utilities
abi_mips
- n32
- 64-bit (32-bit pointer) libraries
- n64
- 64-bit libraries
- o32
- 32-bit libraries
abi_s390
- 32
- 32-bit (s390) libraries
- 64
- 64-bit (s390x) libraries
abi_x86
- 32
- 32-bit (x86) libraries
- 64
- 64-bit (amd64) libraries
- x32
- x32 ABI libraries
python_targets
- python3_10
- Build with Python 3.10
- python3_11
- Build with Python 3.11
- python3_12
- Build with Python 3.12
Dependencies
acct-group / nslcd : System group: nslcd
acct-user / nslcd : User for nss-pam-ldapd
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-libs / cyrus-sasl : The Cyrus SASL (Simple Authentication and Security Layer)
dev-python / python-daemon : Library to implement a well-behaved Unix daemon process
dev-python / python-ldap : Various LDAP-related Python modules
net-nds / openldap : LDAP suite of application and development tools
sys-auth / nss_ldap : NSS LDAP Module
sys-libs / musl-nscd : musl-nscd is an implementation of the NSCD protocol for the musl libc
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
Runtime Dependencies
acct-group / nslcd : System group: nslcd
acct-user / nslcd : User for nss-pam-ldapd
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-libs / cyrus-sasl : The Cyrus SASL (Simple Authentication and Security Layer)
dev-python / python-daemon : Library to implement a well-behaved Unix daemon process
dev-python / python-ldap : Various LDAP-related Python modules
net-nds / openldap : LDAP suite of application and development tools
sec-policy / selinux-nslcd : SELinux policy for nslcd
sys-auth / nss_ldap : NSS LDAP Module
sys-libs / musl-nscd : musl-nscd is an implementation of the NSCD protocol for the musl libc
sys-libs / pam : Linux-PAM (Pluggable Authentication Modules)
virtual / krb5 : Virtual for Kerberos V implementation
virtual / tmpfiles : Virtual to select between different tmpfiles.d handlers
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
*/*: unkeyword ~ia64
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Christopher Byrne · gentoo
sys-auth/nss-pam-ldapd: Fix Kerberos functionality by requiring SASL
Closes: https://bugs.gentoo.org/935258 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Christopher Byrne · gentoo
sys-auth/nss-pam-ldapd: Fix build on clang
Upstream pull request: https://github.com/arthurdejong/nss-pam-ldapd/pull/68 Closes: https://bugs.gentoo.org/832002 Signed-off-by: Christopher Byrne <salah.coronya@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/37304 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: enable py3.12
Closes: https://bugs.gentoo.org/929824 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
sys-auth/nss-pam-ldapd: Keyword 0.9.12-r3 ppc, #902219
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-auth/nss-pam-ldapd: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-auth/nss-pam-ldapd: fix Python REQUIRED_USE
The package appears to need Python at build-time too so fix REQUIRED_USE accordingly per https://projects.gentoo.org/python/guide/multi.html#additional-build-time-python-use. Note that I've not investigated if it really does use Python at build-time, just making things consistent here. Bug: https://bugs.gentoo.org/891745 Signed-off-by: Sam James <sam@gentoo.org> - Matoro Mahri · gentoo
sys-auth/nss-pam-ldapd: Keyword 0.9.12-r3 arm, #902219
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-auth/nss-pam-ldapd: Stabilize 0.9.12-r3 amd64, #920084
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
sys-auth/nss-pam-ldapd: Keyword 0.9.12-r3 ppc64, #902219
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-auth/nss-pam-ldapd: Stabilize 0.9.12-r3 x86, #920084
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
sys-auth/nss-pam-ldapd: Stabilize 0.9.12-r2 arm, #889294
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
sys-auth/nss-pam-ldapd: Stabilize 0.9.12-r2 ppc64, #889294
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
sys-auth/nss-pam-ldapd: Keyword 0.9.12-r3 mips, #889292
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Matoro Mahri · gentoo
sys-auth/nss-pam-ldapd: Keyword 0.9.12-r3 alpha, #889292
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-auth/nss-pam-ldapd: add missing selinux policy dep
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Cristian Othón Martínez Vera · gentoo
sys-auth/nss-pam-ldapd: fix musl build
* add sys-libs/musl-nscd as dependency for musl, to fix ```unknown type name nss_status_t``` error * patch for missing NETDB_INTERNAL Closes: https://bugs.gentoo.org/713612 Closes: https://bugs.gentoo.org/716272 Signed-off-by: Cristian Othón Martínez Vera <cfuga@cfuga.mx> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
sys-auth/nss-pam-ldapd: Keyword 0.9.12-r2 sparc, #889292
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Signed-off-by: Viorel Munteanu <ceamac@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matoro Mahri · gentoo
sys-auth/nss-pam-ldapd: Keyword 0.9.12-r2 hppa, #889292
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-auth/nss-pam-ldapd: Keyword 0.9.12-r2 arm, #889292
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Matoro Mahri · gentoo
sys-auth/nss-pam-ldapd: Keyword 0.9.12-r2 ia64, #889292
Signed-off-by: Matoro Mahri <matoro@users.noreply.github.com> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-auth/nss-pam-ldapd: Keyword 0.9.12-r2 ppc64, #889292
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Arthur Zamarin · gentoo
sys-auth/nss-pam-ldapd: Keyword 0.9.12-r2 ppc, #889292
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sys-auth/nss-pam-ldapd: update EAPI 7 -> 8
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-auth/nss-pam-ldapd: add subslot dep on OpenLDAP
New OpenLDAP breaks ABI (changes SONAME) Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: 0.9.11 cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - David Seifert · gentoo
sys-auth/nss-pam-ldapd: remove x86-fbsd
Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: 0.9.12 stable amd64/x86
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: 0.9.12 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Arthur Zamarin · gentoo
sys-auth/nss-pam-ldapd: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-auth/nss-pam-ldapd: [QA] call tmpfiles_process in pkg_postinst
This is needed to actually apply the tmpfiles configuration we've installed in the ebuild. See tmpfiles.eclass documentation. Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-auth/nss-pam-ldapd: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-auth/nss-pam-ldapd-0.9.11-r3: Add py39
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-auth/nss-pam-ldapd: eutils--
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
sys-auth/nss-pam-ldapd: eutils--
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Theo Anderson · gentoo
sys-auth/nss-pam-ldapd: migrate to tmpfiles.eclass
Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Theo Anderson <telans@posteo.de> Signed-off-by: David Seifert <soap@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove obsolete values from PYTHON_COMPAT
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-auth/nss-pam-ldapd: merge stable keywords (py3.8)
Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-auth/nss-pam-ldapd-0.9.11-r3: EAPI=7, py38 (bug #718520)
Closes: https://bugs.gentoo.org/718520 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Patrick McLean <patrick.mclean@sony.com> Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: add py37 support
Bug: https://bugs.gentoo.org/718520 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-auth/nss-pam-ldapd: Drop py2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: moved some files around (no intalled changes)
Closes: https://bugs.gentoo.org/712806 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: cleanup
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: 0.9.11-r2 stable amd64/x86
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: fix /var/run path for systemd service
Fixes: https://bugs.gentoo.org/705380 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: add py3 support
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: 0.9.11 stable amd64 / x86 with cleakup
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Mikle Kolyada · gentoo
sys-auth/nss-pam-ldapd: migrate to sys-libs/pam
Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Patrick McLean · gentoo
sys-auth/nss-pam-ldapd: Fix pynslcd module path patch in 0.9.11
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: 0.9.11 bump
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: 0.9.10 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.49, Repoman-2.3.11 - Repository mirror & CI · gentoo
Merge updates from master - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: 0.9.10 bump
Package-Manager: Portage-2.3.48, Repoman-2.3.10 - Michael Mair-Keimberger · gentoo
sys-auth/nss-pam-ldapd: use HTTPS
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: 0.9.9 stable amd64 and x86 with cleanup
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: 0.9.9 bup
Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Patrick McLean · gentoo
sys-auth/nss-pam-ldapd: Revision bump, actually drop python-ldap dep
The -r1 ebuild was refactored to make python-ldap no longer needed in DEPEND, but I forgot to actually drop the dep. Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Patrick McLean · gentoo
sys-auth/nss-pam-ldapd: Remove empty s6 init script
Gentoo-Bug: 622416 Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Patrick McLean · gentoo
sys-auth/nss-pam-ldapd: Revision bump, make python deps optional - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: 0.9.8 stable amd64 and x86
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: add missing dep for bug 624608
Package-Manager: Portage-2.3.6, Repoman-2.3.3 - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: 0.9.8 bup
Package-Manager: Portage-2.3.6, Repoman-2.3.2 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Agostino Sarubbo · gentoo
sys-auth/nss-pam-ldapd: x86 stable wrt bug #595374
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> - Aaron Bauman · gentoo
sys-auth/nss-pam-ldapd: stable for amd64 - Matthew Thode · gentoo
we actually need pam now - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: cleanup
Package-Manager: portage-2.2.28 - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: add keywords to 0.9 series
Package-Manager: portage-2.2.28 - Matthew Thode · gentoo
sys-auth/nss-pam-ldapd: bup
Package-Manager: portage-2.2.28 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed