Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-devel/gcc: fix english | Jason A. Donenfeld | 2016-09-13 | 2 | -2/+1 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | sys-devel/gcc: add gcc 6.2.0 | Magnus Granberg | 2016-09-13 | 3 | -0/+29 |
| | |||||
* | sys-devel/llvm: make 3.4.2 work post-Prefix bootstrap too | Fabian Groffen | 2016-09-10 | 1 | -1/+5 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | sys-devel/llvm: fix patches for 3.4.2 | Fabian Groffen | 2016-09-10 | 5 | -6/+6 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | sys-devel/binutils-apple: bump to EAPI=5 and remove all conditional code ↵ | Fabian Groffen | 2016-09-10 | 12 | -207/+219 |
| | | | | | | from global scope, bug #593392 Package-Manager: portage-2.2.28 | ||||
* | sys-devel/gcc-apple: bump to EAPI=5 and remove all conditional code from ↵ | Fabian Groffen | 2016-09-10 | 4 | -69/+66 |
| | | | | | | global scope, bug #593392 Package-Manager: portage-2.2.28 | ||||
* | sys-devel/binutils-apple: remove cross-compile SLOT magic once copied from ↵ | Fabian Groffen | 2016-09-10 | 12 | -60/+12 |
| | | | | | | binutils/toolchain.eclass, bug #593392 Package-Manager: portage-2.2.28 | ||||
* | sys-devel/gcc-apple: remove cross-compile SLOT magic once copied from ↵ | Fabian Groffen | 2016-09-10 | 4 | -32/+8 |
| | | | | | | gcc/toolchain.eclass, bug #593392 Package-Manager: portage-2.2.28 | ||||
* | sys-devel/clang: marked ~x86-macos | Fabian Groffen | 2016-09-10 | 8 | -8/+8 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | sys-devel/clang: restore clang-3.4.2 for Prefix bootstraps, bug #588132 | Fabian Groffen | 2016-09-10 | 1 | -0/+36 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | sys-devel/llvm: restore llvm-3.4.2 for Prefix bootstraps, bug #588132 | Fabian Groffen | 2016-09-10 | 6 | -0/+501 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | sys-devel/llvm: move libcxx into PDEPEND for Darwin | Fabian Groffen | 2016-09-10 | 5 | -9/+10 |
| | | | | | | | | llvm needs libcxx-headers at most, but not the library, however, llvm does segfault if the matching libcxx isn't available at runtime, so make sure we install a matching version after installing llvm on Darwin. Package-Manager: portage-2.2.28 | ||||
* | sys-devel/llvm: Improve OCaml deps as suggested by aballier | Michał Górny | 2016-09-09 | 3 | -9/+9 |
| | |||||
* | sys-devel/llvm: Fix disabling OCaml docs in -9999 | Michał Górny | 2016-09-08 | 1 | -0/+3 |
| | |||||
* | sys-devel/llvm: Move libcxx to PDEP, to avoid circular deps | Michał Górny | 2016-09-06 | 2 | -4/+4 |
| | |||||
* | sys-devel/llvm: remove trailing whitespace | Fabian Groffen | 2016-09-04 | 2 | -2/+2 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | sys-devel/llvm: add patch for compiler-rt on Darwin/Prefix | Fabian Groffen | 2016-09-04 | 3 | -0/+18 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | sys-devel/autoconf-archive-2016.03.20-r1: add alpha keyword | Tobias Klausmann | 2016-09-04 | 1 | -1/+1 |
| | | | | Gentoo-Bug: 589390 | ||||
* | sys-devel/llvm: Readd WX stack fix to 3.9.0 | Michał Górny | 2016-09-03 | 1 | -0/+9 |
| | |||||
* | sys-devel/clang: Bump to 3.9.0 | Michał Górny | 2016-09-03 | 1 | -0/+0 |
| | |||||
* | sys-devel/llvm: Bump to 3.9.0 release (no changes since rc3) | Michał Górny | 2016-09-03 | 2 | -10/+10 |
| | |||||
* | sys-devel/llvm: Stop installing llvm-lit | Michał Górny | 2016-09-02 | 3 | -83/+5 |
| | | | | | | | | | Stop installing lit as llvm-lit since the correct install layout is still unclear (wrt https://reviews.llvm.org/D23743), installed version search is inconsistent and broken, and all reverse dependencies require LLVM source checkout anyway and therefore use the internal lit package included in it. The install will eventually be addressed later, most likely as a split package. | ||||
* | sys-devel/clang: Remove unnecessary llvm-lit search patch | Michał Górny | 2016-09-02 | 2 | -31/+0 |
| | | | | | | | | | Remove the llvm-lit search patch since it is no longer necessary and its correctness is doubtful. Per https://reviews.llvm.org/D23743 the name llvm-lit is not intended for system-wide install of lit. However, this does not matter since the internal copy of lit is used when LLVM source checkout is available, and unittests require this checkout to be available when running tests. | ||||
* | sys-devel/autogen: version bump to 5.18.12 | Tim Harder | 2016-09-01 | 2 | -0/+45 |
| | |||||
* | sys-devel/llvm: Fix llvm-config --obj-root on the live ebuild | Michał Górny | 2016-08-31 | 1 | -16/+9 |
| | |||||
* | sys-devel/clang: Fix cmake unused arg warnings with USE=-doc | Michał Górny | 2016-08-29 | 1 | -0/+2 |
| | |||||
* | sys-devel/clang: Fetch llvm src with USE=test, to support unittests | Michał Górny | 2016-08-29 | 1 | -1/+12 |
| | |||||
* | sys-devel/llvm: Fix cmake unused arg warnings with USE=-doc | Michał Górny | 2016-08-29 | 1 | -7/+6 |
| | |||||
* | sys-devel/clang: Bump to 3.9.0rc3 | Michał Górny | 2016-08-28 | 1 | -0/+36 |
| | |||||
* | sys-devel/llvm: Bump to 3.9.0rc3 | Michał Górny | 2016-08-28 | 19 | -32/+1299 |
| | |||||
* | sys-devel/bmake: bump to 20160818 | Alexis Ballier | 2016-08-27 | 2 | -0/+56 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | sys-devel/llvm: Restore gtest patch for <9999, #592046 | Michał Górny | 2016-08-25 | 5 | -4/+34 |
| | |||||
* | sys-devel/llvm: Remove unnecessary gtest patch | Michał Górny | 2016-08-24 | 2 | -34/+0 |
| | |||||
* | sys-devel/clang: rlimits check patch has been applied upstream | Michał Górny | 2016-08-23 | 2 | -86/+0 |
| | |||||
* | sys-devel/llvm: OCaml doc patch has been applied upstream | Michał Górny | 2016-08-23 | 6 | -6/+4 |
| | |||||
* | sys-devel/llvm: Remove unused patch | Michał Górny | 2016-08-22 | 1 | -113/+0 |
| | |||||
* | sys-devel/llvm: Group all patches by newest version applicable | Michał Górny | 2016-08-22 | 57 | -209/+292 |
| | |||||
* | sys-devel/clang: Enable stand-alone builds against sys-devel/llvm | Michał Górny | 2016-08-22 | 10 | -36/+667 |
| | |||||
* | sys-devel/llvm: Strip external projects off the live ebuild | Michał Górny | 2016-08-22 | 4 | -295/+93 |
| | |||||
* | sys-devel/llvm: Revbump and unleash 3.8.1-r1 | Michał Górny | 2016-08-21 | 1 | -0/+0 |
| | |||||
* | sys-devel/llvm: Reduce keywords on 3.8.1-r1 to match sys-libs/libcxx | Michał Górny | 2016-08-21 | 1 | -1/+1 |
| | |||||
* | sys-devel/llvm: Improve llvm-config upstream compatibility, #591690 | Michał Górny | 2016-08-21 | 3 | -27/+99 |
| | | | | | | | | | Improve the llvm-config installed by 3.8.1-r1 (masked) and the live ebuild to match upstream behavior better, and be more compatible with packages. Restore --obj-root to return prefix on installed package, and make --src-root return invalid /dev/null path instead of failing. Bug: https://bugs.gentoo.org/591690 | ||||
* | sys-devel/clang: Transfer maintenance to LLVM project | Michał Górny | 2016-08-16 | 1 | -7/+2 |
| | |||||
* | sys-devel/llvm: Transfer maintenance to LLVM project | Michał Górny | 2016-08-16 | 1 | -11/+2 |
| | |||||
* | sys-devel/gcc: version bump to 4.9.4, bug #590966 | Anthony G. Basile | 2016-08-15 | 2 | -0/+52 |
| | | | | Package-Manager: portage-2.2.28 | ||||
* | sys-devel/llvm: update the live ebuild | Lei Zhang | 2016-08-14 | 1 | -3/+15 |
| | | | | | Closes: https://github.com/gentoo/gentoo/pull/2066 Package-Manager: portage-2.2.28 | ||||
* | sys-devel/autogen: version bump to 5.18.10 #584092 | Mike Frysinger | 2016-08-10 | 2 | -0/+45 |
| | |||||
* | sys-devel/remake: handle automagic guile dep | Mike Frysinger | 2016-08-10 | 1 | -3/+4 |
| | |||||
* | sys-devel/boost-m4: Cleanup per bug #355897 | Pacho Ramos | 2016-08-07 | 1 | -4/+0 |
| | | | | Package-Manager: portage-2.3.0 | ||||
* | sys-devel/autoconf-archive: Cleanup per bug #355897 | Pacho Ramos | 2016-08-07 | 1 | -3/+0 |
| | | | | Package-Manager: portage-2.3.0 |