summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-libs/efivar: Bump to 0.22Mike Gilbert2016-02-123-0/+86
| | | | Package-Manager: portage-2.2.27_p57
* sys-libs/libcap: Bump to version 2.25Lars Wendler2016-02-104-0/+262
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/ldb: add v1.1.25 to suport samba-4.4Ian Stakenvicius2016-02-092-0/+95
| | | | Package-Manager: portage-2.2.26
* sys-libs/ncurses: sync Prefix fixesFabian Groffen2016-02-091-1/+2
| | | | Package-Manager: portage-2.2.26
* sys-libs/efivar: missing dependency on linux-headers.Robin H. Johnson2016-02-071-1/+2
| | | | Package-Manager: portage-2.2.27
* sys-libs/timezone: version bump to 2016aMike Frysinger2016-02-023-0/+229
|
* sys-libs/timezone: mark 2015g stable for allMike Frysinger2016-02-021-1/+1
|
* sys-libs/timezone: delete old 2015e versionMike Frysinger2016-02-022-145/+0
|
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-2478-99/+99
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-2459-60/+228
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* Remove explicit notion of maintainer-needed, for GLEP 67Michał Górny2016-01-245-14/+0
| | | | | | GLEP 67 removes the explicit notion of maintainer-needed@g.o being used for packages lacking maintainers, in favor of assuming maintainer-needed whenever the package has no maintainers.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-2432-83/+81
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* sys-libs/kpmcore: New packageAndreas Sturmlechner2016-01-243-0/+40
| | | | Package-Manager: portage-2.2.26
* sys-libs/newlib: update git repo location #572250Mike Frysinger2016-01-184-7/+7
|
* sys-libs/glibc: rework sparc target selection #323445 #361779Mike Frysinger2016-01-161-53/+73
| | | | | | | | | | | | | | | | | The current code assumes all targets are at least sparc v9. This breaks people trying to build for older/embedded targets like sparc v8. Only use specific targets when the user has set -mcpu. This does mean we will be using a lower target for some users (who don't have -mcpu set), but that's more in line with what we want. Similarly, do not assume that because we are using a 64-bit kernel we always want a 64-bit userland or newer cpu. We also drop filtering of -mvis flags (we haven't been filtering the newer options like -mvis2 or -mvis3) as it doesn't seem to be an issue. We also drop the filtering of -Wa,-xarch and -Wa,-A flags. We want to let the user select their own, or just rely on the -mcpu setting. This might mean for some users they get slightly slower builds if they haven't set an explicit -mcpu flag, but that's also what we want.
* sys-libs/efivar: Workaround rename of linux/nvme.hMike Gilbert2016-01-142-1/+33
| | | | | | Bug: https://bugs.gentoo.org/571548 Package-Manager: portage-2.2.26_p103
* sys-libs/libomp: version bumpBernard Cafarelli2016-01-132-0/+55
| | | | Package-Manager: portage-2.2.26
* sys-libs/ldb: resolve automagic header usage on libbsd by RDEPENDing on itIan Stakenvicius2016-01-121-1/+2
| | | | | | | | | | | The lib/replace code configures and depends on bsd/* headers depending solely on its existence; as libbsd is a non-optional dep for samba-4.2 and newer anyways, ensure it is installed now with matching MULTILIB_USDEP on non-fbsd to avoid the potential headers mis-matches between bsd/*.h and other unistd.h or types.h on the system. This should address bug 571622. Package-Manager: portage-2.2.26
* sys-libs/libapparmor: install missing __init__.pyMichael Palimaka2016-01-131-0/+3
|
* sys-libs/libapparmor: Bump to 2.10, expose private func in .so via patchGeorge Kranis2016-01-133-0/+99
| | | | | The patch is needed so that sys-apps/apparmor can dynamically build against it.
* sys-libs/ldb: Stable for HPPA (bug #568432).Jeroen Roovers2016-01-121-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
* sys-libs/tevent: Stable for HPPA (bug #568432).Jeroen Roovers2016-01-121-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
* sys-libs/tdb: Stable for HPPA (bug #568432).Jeroen Roovers2016-01-121-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
* sys-libs/talloc: Stable for HPPA (bug #568432).Jeroen Roovers2016-01-121-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
* sys-libs/ldb: remove --blddir configure option as it causes builds to breakIan Stakenvicius2016-01-111-2/+1
| | | | | | Thanks to iamben for catching this. Package-Manager: portage-2.2.26
* sys-libs/ldb: convert to multilibIan Stakenvicius2016-01-112-0/+166
| | | | | | multilib is needed to support samba-4 Package-Manager: portage-2.2.26
* sys-libs/libosinfo: Drop oldPacho Ramos2016-01-102-53/+0
| | | | Package-Manager: portage-2.2.26
* sys-libs/libosinfo: Version bumpPacho Ramos2016-01-102-0/+46
| | | | Package-Manager: portage-2.2.26
* sys-libs/tdb: sparc stable wrt bug #568432Agostino Sarubbo2016-01-091-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/tevent: sparc stable wrt bug #568432Agostino Sarubbo2016-01-091-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/talloc: sparc stable wrt bug #568432Agostino Sarubbo2016-01-091-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/ldb: sparc stable wrt bug #568432Agostino Sarubbo2016-01-091-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/tdb: alpha stable wrt bug #568432Agostino Sarubbo2016-01-081-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/tevent: alpha stable wrt bug #568432Agostino Sarubbo2016-01-081-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/talloc: alpha stable wrt bug #568432Agostino Sarubbo2016-01-081-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/ldb: alpha stable wrt bug #568432Agostino Sarubbo2016-01-081-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="alpha" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/tdb: ia64 stable wrt bug #568432Agostino Sarubbo2016-01-081-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/tevent: ia64 stable wrt bug #568432Agostino Sarubbo2016-01-081-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/talloc: ia64 stable wrt bug #568432Agostino Sarubbo2016-01-081-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/ldb: ia64 stable wrt bug #568432Agostino Sarubbo2016-01-081-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/ldb: arm stable, bug #568432Markus Meier2016-01-071-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* sys-libs/talloc: arm stable, bug #568432Markus Meier2016-01-071-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* sys-libs/tdb: arm stable, bug #568432Markus Meier2016-01-071-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* sys-libs/tevent: arm stable, bug #568432Markus Meier2016-01-071-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="arm"
* sys-libs/tdb: ppc64 stable wrt bug #568432Agostino Sarubbo2016-01-071-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/tevent: ppc64 stable wrt bug #568432Agostino Sarubbo2016-01-071-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/talloc: ppc64 stable wrt bug #568432Agostino Sarubbo2016-01-071-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/ldb: ppc64 stable wrt bug #568432Agostino Sarubbo2016-01-071-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/tdb: ppc stable wrt bug #568432Agostino Sarubbo2016-01-071-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-libs/tevent: ppc stable wrt bug #568432Agostino Sarubbo2016-01-071-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>