Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-devel/make: ia64 stable wrt bug #606834 | Agostino Sarubbo | 2017-01-23 | 1 | -1/+1 |
| | | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | sys-devel/make: x86 stable wrt bug #606834 | Agostino Sarubbo | 2017-01-23 | 1 | -1/+1 |
| | | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | sys-devel/make: amd64 stable wrt bug #606834 | Agostino Sarubbo | 2017-01-23 | 1 | -2/+2 |
| | | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | sys-devel/llvm: Backport upstream Sphinx race fix to 3.9, #606858 | Michał Górny | 2017-01-23 | 8 | -6/+41 |
| | | | | | | It seems that we have only applied the patch fixing race condition between LLVM Sphinx targets and not between clang's. To fix that, just switch to the upstream patch that fixes both at the root. | ||||
* | sys-devel/make: Removed old. | Lars Wendler | 2017-01-22 | 4 | -241/+0 |
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 | ||||
* | sys-devel/llvm: Revert upstream AMDGPU breakage, #603858 | Michał Górny | 2017-01-21 | 2 | -0/+671 |
| | |||||
* | fix quoting to a lot of patch calls | Mike Frysinger | 2017-01-20 | 1 | -1/+1 |
| | |||||
* | sys-devel/llvm: Fix dependency syntax in -9999, #606532 | Michał Górny | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | sys-devel/bison: mark 3.0.4-r1 arm64/m68k/s390/sh stable | Mike Frysinger | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | sys-devel/m4: mark 1.4.17 arm64/m68k/s390/sh stable | Mike Frysinger | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | sys-devel/clang-runtime: Add 4.0.0rc1 | Michał Górny | 2017-01-19 | 1 | -0/+26 |
| | |||||
* | sys-devel/lld: Bump to 4.0.0rc1 | Michał Górny | 2017-01-19 | 2 | -1/+74 |
| | |||||
* | sys-devel/clang: Add 4.0.0rc1 | Michał Górny | 2017-01-19 | 2 | -1/+289 |
| | |||||
* | sys-devel/llvm: Git snapshot of 4.0.0rc1 | Michał Górny | 2017-01-19 | 2 | -1/+263 |
| | |||||
* | sys-devel/clang: Build tests in src_compile() | Michał Górny | 2017-01-19 | 1 | -2/+1 |
| | | | | | | | | | Build tests in src_compile() (when enabled) rather than delaying that until src_test(). This ensures a better split between compilation phase and testing in multilib builds, i.e. you can turn off other distcc servers when first ABI starts testing. Also, it guarantees that building the tests will be tested for all ABIs, even if the actual tests fail for one of them. | ||||
* | sys-devel/clang-runtime: marked ~{amd64,x86}-linux | Fabian Groffen | 2017-01-18 | 1 | -2/+2 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | sys-devel/flex: mark 2.6.1 arm64/m68k/s390/sh stable | Mike Frysinger | 2017-01-17 | 1 | -1/+1 |
| | |||||
* | sys-devel/bison: Removed old. | Lars Wendler | 2017-01-17 | 3 | -121/+0 |
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 | ||||
* | sys-devel/m4: Removed old. | Lars Wendler | 2017-01-17 | 4 | -91/+0 |
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 | ||||
* | sys-devel/m4: ia64 stable wrt bug #583958 | Agostino Sarubbo | 2017-01-17 | 1 | -1/+1 |
| | | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | sys-devel/byfl: update homepage | Christoph Junghans | 2017-01-15 | 4 | -13/+13 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | sys-devel/lld: Remove unnecessary LLVM_LIBDIR_SUFFIX | Michał Górny | 2017-01-15 | 1 | -1/+0 |
| | |||||
* | sys-devel/clang: Remove unnecessary LLVM_LIBDIR_SUFFIX | Michał Górny | 2017-01-15 | 1 | -2/+0 |
| | | | | | | Remove LLVM_LIBDIR_SUFFIX as CMake path is now obtained from llvm-config, and LLVM_LIBDIR_SUFFIX is subsequently obtained from LLVMConfig.cmake. | ||||
* | sys-devel/clang: Obtain version from llvm-config | Michał Górny | 2017-01-14 | 1 | -3/+5 |
| | | | | | | | Obtain the clang version that is used for paths and executable names from llvm-config, instead of hardcoding it in ebuild. This matches the method used in upstream code (obtaining it from CMake files), and works both for release and live ebuilds. | ||||
* | sys-devel/clang: Update SLOT for new scheme, use versionator | Michał Górny | 2017-01-14 | 1 | -2/+2 |
| | |||||
* | sys-devel/llvm: Update SLOT for new scheme, use versionator | Michał Górny | 2017-01-14 | 1 | -4/+4 |
| | |||||
* | sys-devel/lld: Switch to CMAKE_BUILD_TYPE=RelWithDebInfo | Michał Górny | 2017-01-12 | 1 | -0/+5 |
| | |||||
* | sys-devel/clang: Switch to CMAKE_BUILD_TYPE=RelWithDebInfo | Michał Górny | 2017-01-12 | 1 | -0/+5 |
| | |||||
* | sys-devel/llvm: Stop using custom build type in -9999 | Michał Górny | 2017-01-12 | 6 | -9/+9 |
| | | | | | | | Switch -9999 to use standard CMAKE_BUILD_TYPE=RelWithDebInfo following the eclass and sys-devel/cmake changes to make it non-intrusive and Gentoo-friendly. This lets us skip hacking custom build type support in, and get a more well-defined behavior upstream. | ||||
* | sys-devel/llvm: Update llvm-config patch for -9999 | Michał Górny | 2017-01-11 | 1 | -11/+0 |
| | | | | | | Remove the system-libs bits from the llvm-config patch since they are no longer necessary now that 'llvm-config --system-libs' does not output any libraries when using shared linking. | ||||
* | sys-devel/flex: Security cleanup (bug #589820). | Lars Wendler | 2017-01-11 | 4 | -173/+0 |
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 | ||||
* | sys-devel/m4: sparc stable wrt bug #583958 | Agostino Sarubbo | 2017-01-11 | 1 | -2/+2 |
| | | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | sys-devel/libtool: Stable for HPPA (bug #601098). | Jeroen Roovers | 2017-01-10 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches | ||||
* | sys-devel/flex: Stable for HPPA (bug #589820). | Jeroen Roovers | 2017-01-09 | 1 | -2/+2 |
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches | ||||
* | sys-devel/libtool: arm stable, bug #601098 | Markus Meier | 2017-01-08 | 1 | -1/+1 |
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" | ||||
* | sys-devel/libtool: ppc64 stable wrt bug #601098 | Agostino Sarubbo | 2017-01-03 | 1 | -1/+1 |
| | | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | sys-devel/lld: Drop CMAKE_MIN_VERSION | Johannes Huber | 2017-01-01 | 1 | -2/+1 |
| | | | | | | Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1 | ||||
* | sys-devel/clang: Drop CMAKE_MIN_VERSION | Johannes Huber | 2017-01-01 | 1 | -2/+1 |
| | | | | | | Covered by cmake-utils eclass now. Package-Manager: Portage-2.3.3, Repoman-2.3.1 | ||||
* | sys-devel/binutils-apple: workaround llvm-3.9.{0,1} bug | Fabian Groffen | 2017-01-01 | 1 | -1/+7 |
| | | | | Package-Manager: portage-2.2.28-prefix | ||||
* | sys-devel/libtool: ppc stable wrt bug #601098 | Agostino Sarubbo | 2017-01-01 | 1 | -2/+2 |
| | | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | sys-devel/gnuconfig: version bump to 20170101 | Mike Frysinger | 2017-01-01 | 3 | -1/+67 |
| | |||||
* | sys-devel/gnuconfig: mark 20161104 stable for all | Mike Frysinger | 2017-01-01 | 1 | -1/+1 |
| | |||||
* | sys-devel/gnuconfig: drop old <20160402 versions | Mike Frysinger | 2017-01-01 | 2 | -67/+0 |
| | |||||
* | sys-devel/m4: no need to inherit eutils | Anthony G. Basile | 2016-12-31 | 1 | -3/+1 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | sys-devel/m4: Bump to version 1.4.18 | Lars Wendler | 2017-01-01 | 2 | -0/+47 |
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 | ||||
* | sys-devel/flex: Bump to version 2.6.3 | Lars Wendler | 2016-12-30 | 2 | -1/+1 |
| | | | | | | Removed completely broken 2.6.2 version. Package-Manager: Portage-2.3.3, Repoman-2.3.1 | ||||
* | sys-devel/libtool: ia64 stable wrt bug #601098 | Agostino Sarubbo | 2016-12-30 | 1 | -1/+1 |
| | | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | sys-devel/libtool: sparc stable wrt bug #601098 | Agostino Sarubbo | 2016-12-30 | 1 | -1/+1 |
| | | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org> | ||||
* | sys-devel/bmake: bump to 20161212 | Alexis Ballier | 2016-12-29 | 2 | -0/+52 |
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 | ||||
* | sys-devel/gcc: Bump 5.4 to r2 bug #603798 | Magnus Granberg | 2016-12-28 | 2 | -0/+46 |
| | | | | | | Bump the patchset to 1.2 for 1.1 was broken bug #603798 Package-Manager: portage-2.3.2 |