summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-tex/latexdiff: arm stable, bug #572632Markus Meier2016-02-031-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
* dev-qt/qtchooser: arm stable, bug #572814Markus Meier2016-02-031-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
* net-ftp/lftp: arm stable, bug #572562Markus Meier2016-02-031-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
* dev-python/pyopenssl: arm stable, bug #572124Markus Meier2016-02-031-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
* dev-qt/qtchooser: add alpha keywordTobias Klausmann2016-02-031-1/+1
| | | | | | Gentoo-Bug: 572814 Package-Manager: portage-2.2.27
* media-libs/imlib2: arm stable, bug #572884Markus Meier2016-02-031-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
* dev-libs/nettle: version bumpAlon Bar-Lev2016-02-032-0/+64
| | | | | | | Bug: 573646 Thanks: polynomial-c Package-Manager: portage-2.2.26
* net-libs/gnutls: version bumpAlon Bar-Lev2016-02-033-0/+314
| | | | Package-Manager: portage-2.2.26
* dev-db/mysql: arm stable, bug #572870Markus Meier2016-02-031-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
* media-sound/ncmpcpp: Old.Jeroen Roovers2016-02-033-132/+0
| | | | Package-Manager: portage-2.2.27
* dev-libs/nss: arm stable, bug #571086Markus Meier2016-02-031-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
* net-misc/ntp: arm stable, bug #572452Markus Meier2016-02-031-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
* media-video/ffmpeg: arm stable, bug #571868Markus Meier2016-02-031-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
* media-libs/x265: arm stable, bug #570878Markus Meier2016-02-031-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
* media-sound/ncmpcpp: arm stable, bug #570562Markus Meier2016-02-031-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
* dev-perl/Filter: arm stable, bug #572136Markus Meier2016-02-031-1/+1
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --include-arches="arm"
* net-libs/nghttp2: version bump to 1.7.0 #573748Mike Frysinger2016-02-032-0/+63
|
* net-libs/nghttp2: drop old <1.6.0 versionsMike Frysinger2016-02-034-159/+0
|
* net-libs/nghttp2: mark 1.6.0 arm/arm64/m68k/s390/sh stable #569518Mike Frysinger2016-02-031-1/+1
|
* app-shells/bash: rev bump to push out bashrc updatesMike Frysinger2016-02-031-0/+248
|
* app-shells/bash: bashrc: avoid always exporting default LS_COLORSMike Frysinger2016-02-031-1/+25
| | | | | | | | | | We've long been exporting the LS_COLORS variable to the default env, but in practice, there's no reason to be doing this in the majority of cases. The value we most often load is equivalent to the default which means we're polluting the env and adding overhead for no gain. Add a little more code (and one extra `dircolors` exec unfortunately) to check to see if the LS_COLORS value we found is the default. If so, don't bother exporting it anymore.
* app-shells/bash: bashrc: drop custom parsing of dircolors databases #572582Mike Frysinger2016-02-031-19/+11
| | | | | | | | | | | | Starting with coreutils-8.24, the dircolors TERM entries are run through fnmatch rather than being a plain text string. This means our parsing logic no longer works because we assumed fixed strings. It isn't easy to process a list of path globs in bash, so rework the code to always run the dircolors tool. We were doing this anyways in the majority of cases, so it's not like we're adding that much overhead. The only people who are negatively impacted are interactive colorless terminals. Reported-by: Bernd Feige <Bernd.Feige@gmx.net>
* app-shells/bash: bashrc: quote the output of dircolors #572582#8Mike Frysinger2016-02-031-2/+2
| | | | | | | | The output of dircolors generally shouldn't be problematic even when it's unquoted (as it tends to be a long dense string w/out whitespace), but add quotes anyways just to be safe. Reported-by: konsolebox@gmail.com
* app-shells/bash: bashrc: enable colors for all TERMS that end in "color"Mike Frysinger2016-02-031-1/+1
| | | | | A bunch of terms end in values like "-256color" and "-color" to indicate the variant that supports color. Match all of those in the fallback case.
* app-shells/bash: bashrc: enable fallback TERM color checking for everyoneMike Frysinger2016-02-031-7/+9
| | | | | | We provide rudimentary TERM checking for BSD which doesn't have dircolors, but this logic works just as well for all systems such as embedded. Make this code run whenever dircolors does not exist.
* app-shells/bash: bashrc: simplify/unify TERM checking slightlyMike Frysinger2016-02-031-2/+2
| | | | | We've got two cases that check TERM with many common entries, so make the leading parts look the same.
* emul-linux-x86.eclass: Remove lastrited (removal due 2015-11-24)Michał Górny2016-02-031-102/+0
|
* bash-completion.eclass: Remove lastrited (removal due 2015-11-24)Michał Górny2016-02-031-106/+0
|
* dev-libs/libusb: revbump to fix static-libs bug #515204 for stable usersZero_Chaos2016-02-031-2/+2
| | | | | Package-Manager: portage-2.2.27 RepoMan-Options: --force
* targets/systemd/package.use.mask: mask dev-libs/libusb[static-libs]Zero_Chaos2016-02-031-1/+5
|
* dev-libs/libusb: bump for new rev and fix static-libs support bug #515204Zero_Chaos2016-02-032-0/+72
| | | | Package-Manager: portage-2.2.27
* sys-auth/keystone: remove the badnessMatthew Thode2016-02-031-225/+0
| | | | Package-Manager: portage-2.2.26
* dev-python/keystonemiddleware: remove the badnessMatthew Thode2016-02-032-169/+0
| | | | Package-Manager: portage-2.2.26
* net-dns/pdns: Version bumpSven Wegener2016-02-032-0/+178
| | | | Package-Manager: portage-2.2.26
* net-dns/pdns: Remove unused local USE flag remote-httpSven Wegener2016-02-031-1/+0
| | | | Package-Manager: portage-2.2.26
* www-servers/nginx: x86 stable wrt bug #573046Agostino Sarubbo2016-02-031-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-auth/keystone: x86 stable wrt bug #573658Agostino Sarubbo2016-02-031-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/keystonemiddleware: x86 stable wrt bug #573660Agostino Sarubbo2016-02-032-2/+2
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/socat: x86 stable wrt bug #573602Agostino Sarubbo2016-02-031-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/cacti: x86 stable wrt bug #568400Agostino Sarubbo2016-02-031-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* www-servers/nginx: amd64 stable wrt bug #573046Agostino Sarubbo2016-02-031-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-auth/keystone: amd64 stable wrt bug #573658Agostino Sarubbo2016-02-031-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/keystonemiddleware: amd64 stable wrt bug #573660Agostino Sarubbo2016-02-032-2/+2
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-misc/socat: amd64 stable wrt bug #573602Agostino Sarubbo2016-02-031-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-analyzer/cacti: amd64 stable wrt bug #568400Agostino Sarubbo2016-02-031-1/+1
| | | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* net-libs/courier-authlib: add alpha keywordTobias Klausmann2016-02-031-1/+1
| | | | | | Gentoo-Bug: 572744 Package-Manager: portage-2.2.27
* sys-block/fio: fix bug 572446 caused by newer kernel headers, also version bump.Robin H. Johnson2016-02-037-0/+120
| | | | Package-Manager: portage-2.2.27
* media-radio/cwdaemon: add alpha keywordTobias Klausmann2016-02-031-1/+1
| | | | | | Gentoo-Bug: 572692 Package-Manager: portage-2.2.27
* media-radio/unixcw: add alpha keywordTobias Klausmann2016-02-031-1/+1
| | | | | | Gentoo-Bug: 572690 Package-Manager: portage-2.2.27
* dev-db/postgresql: add alpha keywordTobias Klausmann2016-02-031-1/+1
| | | | | | Gentoo-Bug: 572656 Package-Manager: portage-2.2.27