summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* sys-devel/llvm: clean unused versionsBernard Cafarelli2015-11-046-2609/+0
| | | | Package-Manager: portage-2.2.23
* sys-devel/distcc: x86 stable wrt bug #421481Agostino Sarubbo2015-11-031-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="x86"
* sys-devel/distcc: add alpha keywordTobias Klausmann2015-11-011-1/+1
| | | | | | Gentoo-Bug: 421481 Package-Manager: portage-2.2.23
* sys-devel/gcc: Stable for HPPA (bug #561844).Jeroen Roovers2015-10-311-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* sys-devel/kgcc64: Stable for HPPA (bug #561844).Jeroen Roovers2015-10-311-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* sys-devel/distcc: ppc stable wrt bug #421481Agostino Sarubbo2015-10-301-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
* sys-devel/clang: Prefix loveJustin Lecher2015-10-285-11/+11
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-devel/distcc: Fix for prefixJustin Lecher2015-10-281-4/+4
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sys-devel/llvm: fix compilation on armv5Bernard Cafarelli2015-10-272-0/+20
| | | | | | | Bug #562706 by maekke compiler-rt forces some -march flags when detecting arm Package-Manager: portage-2.2.23
* sys-devel/distcc: amd64 stable wrt bug #421481Agostino Sarubbo2015-10-271-1/+1
| | | | | Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="amd64"
* sys-devel/gcc: add upstream fix for checking JNI headers in some locales #563710Mike Frysinger2015-10-273-8/+8
|
* sys-devel/distcc: Stable for HPPA PPC64 (bug #421481).Jeroen Roovers2015-10-241-1/+1
| | | | | Package-Manager: portage-2.2.23 RepoMan-Options: --ignore-arches
* sys-devel/distcc: fix documentation pathSergey Popov2015-10-222-2/+2
| | | | | | | | | Documentation about using distcc in Gentoo were moved to wiki, fix apropriate URLs Gentoo-Bug: 534502 Package-Manager: portage-2.2.20
* sys-devel/distcc: revision bumpSergey Popov2015-10-224-5/+75
| | | | | | | | | | Distcc-config appears to be installed twice, which is wrong. Also, create separate subdirectory for config files and initscripts, related to 3.2 branch of package. Drop old revision. Gentoo-Bug: 523658 Package-Manager: portage-2.2.20
* sys-devel/distcc: fix path to make.conf in pkg_postinst tips sectionSergey Popov2015-10-221-1/+1
| | | | | | | | | Tips section about how to use distcc mentioned old location for make.conf file Gentoo-Bug: 555542 Package-Manager: portage-2.2.23