summaryrefslogtreecommitdiff
path: root/sys-libs
Commit message (Collapse)AuthorAge
* sys-libs/ncurses: fix cross tic path test #558622Mike Frysinger2015-08-28
|
* sys-libs/uid_wrapper: Workaround for bug #558340Lars Wendler2015-08-28
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/nss_wrapper: Workaround for bug #558340Lars Wendler2015-08-28
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/nss_wrapper: Use cmake-multilib eclass.Lars Wendler2015-08-28
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/uid_wrapper: use cmake-multilib eclass.Lars Wendler2015-08-28
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-libs/ncurses: add DEPEND to bridge ebuilds as well as RDEPJason Zaman2015-08-28
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/libudev-compat: New packageJonathan Callen2015-08-27
| | | | | | | | This installs a libudev.so.0 that wraps libudev.so.1 and provides the few functions that were removed with the SONAME bump. This is only needed for some older binary-only software, including Steam. Package-Manager: portage-2.2.20.1
* sys-libs/ncurses: Add bridging ebuild to fix slot move for 5/6 -> 0/6Jason Zaman2015-08-28
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/558856 Package-Manager: portage-2.2.20.1
* sys-libs/ncurses: add multilib useflags to the bridge 5.9 ebuildJason Zaman2015-08-28
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/ncurses: Stabilize the bridging packages for the failed slotmove on ↵Jason Zaman2015-08-27
| | | | | | | | all arches Gentoo-bug: https://bugs.gentoo.org/558856 Package-Manager: portage-2.2.20.1
* sys-libs/ncurses: add dummy package to bridge SLOT move #558856Mike Frysinger2015-08-27
| | | | | | Since the slotmove operator does not properly update implicit subslots in generated dependencies in the vdb, add a dummy ebuild to bridge the old SLOT=5[/5] and the new SLOT=0/5.
* sys-libs/libcap: drop oldMike Frysinger2015-08-26
|
* sys-libs/ncurses: rewrite SLOT=5 ebuild #557472Mike Frysinger2015-08-26
| | | | | Delete code that doesn't make sense in an ABI-only ebuild, and backport changes from the ncurses-6 ebuild.
* sys-libs/libcap-ng: arm stable, bug #556872Markus Meier2015-08-26
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="arm"
* sys-libs/ncurses: Fix blockerJustin Lecher2015-08-26
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-libs/ncurses: Add compatibility package for binary packagesJustin Lecher2015-08-26
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=557472 Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-libs/ncurses: move to SLOT=0 #557472Mike Frysinger2015-08-26
| | | | | Use SLOT=0 for installing of main development files like other packages so we can use other SLOTs for installing SONAME libs for binary packages.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-24
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https for most gnu.org URLsJustin Lecher2015-08-24
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https for kernel.org and redhat.comJustin Lecher2015-08-24
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Convert all URIs for launchpad.net from http to httpsJustin Lecher2015-08-24
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Enable https for all google URIsJustin Lecher2015-08-24
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-24
| | | | | | 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-24
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-libs/libcap-ng: Stable for PPC64 (bug #556872).Jeroen Roovers2015-08-24
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/timezone-data: short circuit config step when /etc/localtime is a ↵Mike Frysinger2015-08-21
| | | | | | | | | symlink #511474 The code path already does nothing whenever /etc/localtime is a symlink, so deleting the different ways we message the user in favor a shortcut at the start should be fine. It also means you don't get misleading messages when running systemd.
* sys-libs/glibc: fix building w/out perl #552020Mike Frysinger2015-08-21
|
* sys-libs/uid_wrapper: Bump to version 1.1.1Lars Wendler2015-08-21
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* Add missing remote-id's to metadataJustin Lecher2015-08-20
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-libs/pam: require pkgconfig only when USE=nisMike Frysinger2015-08-19
| | | | | | 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-19
|
* sys-libs/libseccomp: fix LICENSE to match the sourceMike Frysinger2015-08-19
|
* sys-libs/efivar: Drop proxy maintainerMike Gilbert2015-08-18
| | | | Package-Manager: portage-2.2.20_p134
* sys-libs/cracklib: version bump to 2.9.6Mike Frysinger2015-08-18
|
* sys-libs/cracklib: delete oldMike Frysinger2015-08-18
|
* sys-libs/glibc: fix from upstrea for hppa/pie #505312Mike Frysinger2015-08-18
|
* sys-libs/libcap-ng: Stable for HPPA (bug #556872).Jeroen Roovers2015-08-18
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/libseccomp: version bumpMike Frysinger2015-08-17
|
* sys-libs/libseccomp: delete old versionsMike Frysinger2015-08-17
|
* sys-libs/ncurses: rework handling of build-time tic #557834Mike Frysinger2015-08-17
| | | | | | | There are more cases where a version of tic is needed that matches the current version of source beyond cross-compiling. New installs, multilib, and upgrades also run into this case. Drop the cross-compile test and run the code whenever the host version isn't in sync.
* sys-libs/ncurses: block older x11-terms/st #557454Mike Frysinger2015-08-17
|
* sys-libs/libcap-ng: ia64 stable wrt bug #556872Mikle Kolyada2015-08-16
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/readline: Use slot operators for ncursesJustin Lecher2015-08-16
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-libs/fortify-headers: remove older unstable versions.Anthony G. Basile2015-08-14
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/fortify-headers: version bump.Anthony G. Basile2015-08-14
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/fts-standalone: 0.2 stable on amd64Anthony G. Basile2015-08-13
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/libcap-ng: x86 stable wrt bug #556872Agostino Sarubbo2015-08-12
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-libs/ncurses: fix header mismatch with multilib installs #557360Mike Frysinger2015-08-12
| | | | | | The progs change had a subtle effect that broke multilib builds. A few ticlib headers aren't installed when progs are disabled. Add a patch to always install them regardless of the progs state.
* sys-libs/ncurses: add USE=threads support #510440Mike Frysinger2015-08-12
| | | | | Now that we support the new ABI 6, we can support installing the threaded versions of ncurses alongside the non-threaded.
* sys-libs/ncurses: rework use of BUILD_DIRMike Frysinger2015-08-12
| | | | | | Rather than maintain parallel dirs, create subdirs of the main BUILD_DIR. This makes the overall flow a bit simpler as we can also stick the cross logic in there too.