summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-devel/clang: Copy maintainers from sys-devel/llvmMichał Górny2015-12-301-2/+6
| | | | | clang@ serves mostly as support address, and the actual LLVM binaries are provided by sys-devel/llvm anyway.
* sys-devel/gettext: Removed old.Lars Wendler2015-12-285-447/+0
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/gettext: Bump to version 0.19.7Lars Wendler2015-12-282-0/+134
| | | | | Package-Manager: portage-2.2.26 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/gcc: mark 4.8.[345] & 4.9.3 ia64 stable #545124Mike Frysinger2015-12-284-4/+4
|
* sys-devel/llvm: Backport msan fix for 4.1+ kernels, bug #569894Michał Górny2015-12-273-0/+705
|
* sys-devel/bison: ppc stable wrt bug #568598Agostino Sarubbo2015-12-261-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/bison: x86 stable wrt bug #568598Agostino Sarubbo2015-12-251-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/bison: Stable for HPPA PPC64 (bug #568598).Jeroen Roovers2015-12-251-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
* sys-devel/bison: amd64 stable wrt bug #568598Agostino Sarubbo2015-12-211-1/+1
| | | | | | Package-Manager: portage-2.2.24 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/bison: Stable for PPC64 (bug #568598).Jeroen Roovers2015-12-211-1/+1
| | | | | Package-Manager: portage-2.2.26 RepoMan-Options: --ignore-arches
* sys-devel/flex: disable building tests when USE=-test #568842Mike Frysinger2015-12-201-0/+8
|
* sys-devel/autoconf-archive: drop versions older than <2015.02.04Mike Frysinger2015-12-195-88/+0
|
* sys-devel/autoconf-archive: mark 2015.02.04 arm64/m68k/s390/sh stableMike Frysinger2015-12-191-1/+1
|
* sys-devel/gcc: add support for USE=jit #568834Mike Frysinger2015-12-191-0/+2
|
* sys-devel/gnuconfig: version bump to 20151214Mike Frysinger2015-12-182-0/+67
|
* sys-devel/gnuconfig: stabilize 20150727 for allMike Frysinger2015-12-181-1/+1
|
* sys-devel/gnuconfig: drop versions <20150308Mike Frysinger2015-12-186-335/+0
|
* sys-devel/automake: fix version warning w/newer perlMike Frysinger2015-12-168-0/+631
|
* sys-devel/automake-wrapper: drop versions <10Mike Frysinger2015-12-162-216/+0
|
* sys-devel/automake: force latest wrapper version for consistencyMike Frysinger2015-12-1612-12/+12
|
* sys-devel/gcc: move 5.3.0 into ~archMike Frysinger2015-12-131-1/+1
|
* sys-devel/llvm: Clean Python, enable libomp and BPF backend in 3.7Michał Górny2015-12-131-0/+530
| | | | | | | | | | | | Backport some of the changes from -9999 as 3.7.0-r4. Remove multi-Python support which was working only partially because of lldb, also fixing byte-compilation of Python modules, #567550. Default to libomp instead of semi-broken libgomp support, #562990. Enable BPF backend by default, GitHub PR #450. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=567550 Fixes: https://bugs.gentoo.org/show_bug.cgi?id=562990 Fixes: https://github.com/gentoo/gentoo/pull/450
* sys-devel/flex: fix tests #567332Mike Frysinger2015-12-123-0/+111
|
* sys-devel/llvm: Reorder python_setup after epatch_user in -9999Michał Górny2015-12-121-2/+2
|
* sys-devel/llvm: add BPF backend to compiled targetsMarco Leogrande2015-12-121-1/+1
| | | | | | | | | As part of 3.7.* releases, LLVM has officially added support for the BPF backend. This backend emits instructions in the eBPF language, that is used in the homonymous Linux kernel virtual machine. Users of LLVM can write a program in C and have it compiled directly into eBPF. This commit adds support for compiling this backend unconditionally.
* sys-devel/llvm: Force python* for USE=test buildMichał Górny2015-12-091-1/+1
|
* sys-devel/gcc: version bump to 5.3.0Mike Frysinger2015-12-052-0/+49
|
* sys-devel/gdb: version bump to 7.10.1Mike Frysinger2015-12-052-0/+232
|
* gcc: drop spec-env patch from non-hardened builds #528170Mike Frysinger2015-12-053-8/+0
| | | | | The GCC_SPEC env var is really only used by the hardened minispec logic, so drop it from the ebuilds that no longer support hardened.
* sys-devel/gcc: drop hardened support from 4.6Mike Frysinger2015-12-052-14/+0
|
* sys-devel/llvm: Set libomp as default OpenMP provider in -9999, #562990Michał Górny2015-12-051-3/+5
| | | | | | | | Use libomp as default OpenMP provider rather than libgomp because the support for the latter is unable to find omp.h without explicit -I, and provides syntax checking only. Bug: https://bugs.gentoo.org/show_bug.cgi?id=562990
* sys-devel/llvm: Update live ebuild, fix Python installMichał Górny2015-12-053-53/+125
| | | | | | Update the patches and install procedure for git changes. Switch to python-single-r1 as most of the Python components are now installed by CMake.
* sys-devel/llvm: Fix bogus flags and paths in llvm-config, #565358Michał Górny2015-12-023-0/+642
| | | | | | | | | | | | | | | | | | | | | | | Fix llvm-config to avoid bogus results. In particular: 1. Limit --cflags and --cxxflags to package-specific flags. Do not output the whole flag-string used during the build. This fixes libclc build issues when LLVM build flags were not tolerated by clang. 2. Fix library names and paths to use shared library suffix rather than static library suffix, especially that we do not install static libraries. 3. Wipe out --system-libs since they should not be required for dynamic linking. 4. Ban --obj-root and --src-root when running outside source tree, since we are not installing any sources and therefore their results would always be bogus. Based on patch provided by Steven Newbury. Fixes: https://bugs.gentoo.org/565358
* standardize various metadata.xml styleMike Frysinger2015-11-2417-60/+63
|
* sys-devel/autogen: fix use of hardcoded /tmp paths during build #563352Mike Frysinger2015-11-232-0/+21
|
* sys-devel/flex: Removed old.Lars Wendler2015-11-2312-523/+0
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/flex: Bump to version 2.6.0Lars Wendler2015-11-232-0/+69
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/binutils-config: detect broken cross-compiler rpaths #562460Mike Frysinger2015-11-232-1/+10
| | | | | | We've fixed newer cross-binutils builds to use the correct rpaths to find their internal libs, but existing builds remain broken. Add some logic to detect & warn users, but also create the old symlinks so they keep working.
* sys-devel/llvm: Update the patch and ebuild partially scan-* changesMichał Górny2015-11-223-21/+19
| | | | | | | | Upstream has added installation rules for scan-build and scan-view, and make them FHS-aware. This is mostly neat, except that scan-view expects Python modules in /usr/share. The patch and ebuild is partially updated to accomodate this. It will require at least cleaning up /usr/share still.
* sys-devel/ct-ng: remove older versionsAnthony G. Basile2015-11-213-90/+0
| | | | Package-Manager: portage-2.2.20.1
* sys-devel/ct-ng: version bump to 1.22.0Anthony G. Basile2015-11-212-0/+33
| | | | Package-Manager: portage-2.2.20.1
* sys-devel/distcc: s390 stableSergey Popov2015-11-181-1/+1
| | | | | | Gentoo-Bug: 421481 Package-Manager: portage-2.2.23
* sys-devel/distcc: ia64 stable wrt bug #421481Agostino Sarubbo2015-11-161-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ia64"
* sys-devel/gcc: alpha stable, bug 561844.Matt Turner2015-11-151-1/+1
|
* sys-devel/llvm: fix libxml2 detection for USE=-xml, bug #564804Bernard Cafarelli2015-11-122-3/+16
| | | | | | | | libxml2 search is now correctly disabled for USE=-xml lldb requires libxml2 Port some fixes to live ebuild Package-Manager: portage-2.2.24
* avoid using ${var^} and ${var,} as they do not work in bash-3.2Mike Frysinger2015-11-102-2/+4
| | | | | Once these upgrade to EAPI=6, they can use these case modification features, so leave a reminder note in there.
* sys-devel/prelink: drop old versionsMike Frysinger2015-11-074-250/+0
|
* sys-devel/distcc: arm stable, bug #421481Markus Meier2015-11-051-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --include-arches="arm"
* sys-devel/distcc: sparc stable wrt bug #421481Agostino Sarubbo2015-11-051-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc"
* sys-devel/clang: Remove versions requiring removed llvm versionsMichał Górny2015-11-043-108/+0
|