summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Convert all URIs for launchpad.net from http to httpsJustin Lecher2015-08-246-6/+6
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Enable https for all google URIsJustin Lecher2015-08-241-2/+2
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-2417-19/+19
| | | | | | 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-24113-124/+124
| | | | | | 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-241-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/timezone-data: short circuit config step when /etc/localtime is a ↵Mike Frysinger2015-08-211-14/+11
| | | | | | | | | 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-212-2/+2
|
* sys-libs/uid_wrapper: Bump to version 1.1.1Lars Wendler2015-08-212-0/+32
| | | | | 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-201-0/+1
| | | | 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
|
* sys-libs/libseccomp: fix LICENSE to match the sourceMike Frysinger2015-08-193-3/+3
|
* sys-libs/efivar: Drop proxy maintainerMike Gilbert2015-08-181-5/+0
| | | | Package-Manager: portage-2.2.20_p134
* sys-libs/cracklib: version bump to 2.9.6Mike Frysinger2015-08-182-0/+106
|
* sys-libs/cracklib: delete oldMike Frysinger2015-08-182-106/+0
|
* sys-libs/glibc: fix from upstrea for hppa/pie #505312Mike Frysinger2015-08-182-2/+2
|
* sys-libs/libcap-ng: Stable for HPPA (bug #556872).Jeroen Roovers2015-08-181-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/libseccomp: version bumpMike Frysinger2015-08-172-0/+41
|
* sys-libs/libseccomp: delete old versionsMike Frysinger2015-08-176-160/+0
|
* sys-libs/ncurses: rework handling of build-time tic #557834Mike Frysinger2015-08-171-14/+19
| | | | | | | 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-171-0/+1
|
* sys-libs/libcap-ng: ia64 stable wrt bug #556872Mikle Kolyada2015-08-161-1/+1
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/readline: Use slot operators for ncursesJustin Lecher2015-08-162-5/+5
| | | | | 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-143-52/+0
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/fortify-headers: version bump.Anthony G. Basile2015-08-142-0/+29
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/fts-standalone: 0.2 stable on amd64Anthony G. Basile2015-08-131-2/+2
| | | | Package-Manager: portage-2.2.20.1
* sys-libs/libcap-ng: x86 stable wrt bug #556872Agostino Sarubbo2015-08-121-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-libs/ncurses: fix header mismatch with multilib installs #557360Mike Frysinger2015-08-122-0/+16
| | | | | | 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-121-22/+51
| | | | | 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-121-9/+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.
* sys-libs/ncurses: run configure steps in parallelMike Frysinger2015-08-121-3/+5
| | | | | | This gives us a nice speed boost as the configure script is quite large. Follow up changes will make this more apparent (when we run configure up to 4 times instead of just 2).
* sys-libs/ncurses: rework disabling of progsMike Frysinger2015-08-121-5/+4
| | | | | | Since the configure script has an option to disable progs, leverage that instead of whiting out a random make variable. It's the same result, but feels cleaner and requires less code.
* sys-libs/ncurses: avoid building tests when unusedMike Frysinger2015-08-121-1/+2
| | | | | If the user isn't going to run the testsuite, there's no point in building all the test binaries, so put that logic behind the standard USE=test.
* sys-libs/ncurses: build the C++ libs as sharedMike Frysinger2015-08-121-1/+2
| | | | | | Since upstream has a configure flag for this now, we should be able to build+install the C++ layers as shared libs instead of only making the static libs available.
* sys-libs/ncurses: simplify the multilib dep logicMike Frysinger2015-08-121-9/+2
| | | | | | | Block the emul package all the time now that it's no longer in the tree. Unify the gpm deps since there's already a circular dep here and the multilib code makes no real difference in that respect.
* sys-libs/ncurses: version bump to 6.0Mike Frysinger2015-08-125-0/+466
| | | | | | | | | The bare min changes are here to get it working as more updates will follow. Focus is on making the base ABI match upstream defaults for this release -- namely that we update to ABI 6 which includes colors and other new extended features. #373767 Based on work by Lars Wendler.
* sys-libs/ncurses: use libgpm.so.1 all the time #544828Mike Frysinger2015-08-122-4/+6
| | | | | | | | Since the gpm code relies on running ldd on the linked file in order to calculate the SONAME, and we're passing this in as a configure flag some of the time, just change the code to always pass it in. This stabilizes behavior across cross-compiling/multilib/ldd output/etc... Relying on ldd output in general is bad juju.
* sys-libs/glibc: add more upstream fixesMike Frysinger2015-08-122-2/+2
|
* sys-libs/timezone-data: trim oldMike Frysinger2015-08-1215-1679/+0
|
* sys-libs/timezone-data: version bump to 2015fMike Frysinger2015-08-122-0/+145
|
* sys-libs/timezone-data: stabilize 2015e for allMike Frysinger2015-08-121-1/+1
|
* sys-libs/efivar: x86 stable wrt bug #556876Mikle Kolyada2015-08-111-1/+1
| | | | Package-Manager: portage-2.2.20
* sys-libs/libcap-ng: amd64 stable wrt bug #556872Mikle Kolyada2015-08-101-1/+1
| | | | Package-Manager: portage-2.2.20
* sys-libs/efivar: amd64 stable wrt bug #556876Mikle Kolyada2015-08-101-1/+1
| | | | Package-Manager: portage-2.2.20
* [QA] Remove executable bit from files, bug 550434.Ulrich Müller2015-08-091-0/+0
|
* glibc: fix from upstream for hppa miscompilation w/syscallsMike Frysinger2015-08-092-2/+2
| | | | Package-Manager: portage-2.2.20
* sys-libs/musl: fix epatch_user. Bug #557042.Anthony G. Basile2015-08-092-2/+3
| | | | Package-Manager: portage-2.2.20
* sys-libs/musl: remove older stable.Anthony G. Basile2015-08-092-105/+0
| | | | Package-Manager: portage-2.2.20
* proj/gentoo: Initial commitRobin H. Johnson2015-08-08646-0/+39635
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