summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] remove emul-linux-* blockersamynka@gentoo.org2018-04-201-5/+1
| | | | Closes: https://github.com/gentoo/gentoo/pull/8074
* sys-libs/pam: remove dead HOMEPAGE.Michael Mair-Keimberger2018-02-262-4/+4
| | | | Closes: https://github.com/gentoo/gentoo/pull/7276
* sys-libs/pam: add IUSE="+cracklib" default.Michael Orlitzky2017-12-282-2/+2
| | | | | Bug: https://bugs.gentoo.org/642570 Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-libs/pam: clean up old.Patrice Clement2017-12-192-401/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-libs/pam: remove app-vim/pam-syntax rependency.Patrice Clement2017-12-192-3/+208
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* sys-libs/pam: clean up old.Patrice Clement2017-12-192-405/+0
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --force
* sys-libs/pam: stable for all arches.Patrice Clement2017-12-191-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --force
* sys-libs/pam: remove app-vim/pam-syntax dependency.Patrice Clement2017-12-191-0/+205
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --force
* sys-libs: Update Manifest hashes.Ulrich Müller2017-12-091-4/+4
|
* sys-libs/pam: mask app-vim/pam-syntax for removal.Patrice Clement2017-11-231-0/+203
| | | | | Bug: https://bugs.gentoo.org/578278 Package-Manager: Portage-2.3.8, Repoman-2.3.3
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-libs/pam: dropped ~ia64-linuxFabian Groffen2017-01-293-3/+3
| | | | Package-Manager: portage-2.3.3
* sys-libs/pam: disable docs rebuildMike Gilbert2017-01-163-3/+6
| | | | | Bug: https://bugs.gentoo.org/598278 Package-Manager: Portage-2.3.3_p32, Repoman-2.3.1_p25
* sys-libs/pam: Added sub-slot dep for sys-libs/db.Lars Wendler2016-12-152-2/+2
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-libs/pam: Fix 404 in eerror msg for PAM 0.99 upgradeElias Probst2016-10-213-8/+8
| | | | Package-Manager: portage-2.3.0
* sys-libs/pam: version bump to 1.3.0 #582034Mike Frysinger2016-05-052-0/+197
|
* sys-libs/pam: drop old <1.2.1 versionsMike Frysinger2016-03-3014-1692/+0
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+0
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* sys-libs/pam: avoid regenerating docs #569338Mike Frysinger2015-12-231-0/+2
| | | | | Since we're using the old doc tarball, the timestamps are older than the new source tarball, so the code tries to rebuild everything.
* audit: Switch to global 'audit' use flag where appropriateMarkos Chandras2015-10-081-2/+0
| | | | Link: https://archives.gentoo.org/gentoo-dev/message/32b1e333faa627491baa3c7492d64956
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-249-9/+9
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-2410-19/+19
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-libs/pam: require pkgconfig only when USE=nisMike Frysinger2015-08-192-2/+2
| | | | | | The only library pam uses pkg-config to look up is libtirpc, and we use that only when USE=nis. Depend on pkg-config only when that is enabled to avoid circular dependencies (especially when bootstrapping).
* sys-libs/pam: mark 1.2.1 stable for arm64/m68k/s390/shMike Frysinger2015-08-191-1/+1
|
* proj/gentoo: Initial commitRobin H. Johnson2015-08-0817-0/+2129
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