summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* sys-devel/autoconf-archive: amd64 stable wrt bug #589390Agostino Sarubbo2016-09-261-1/+1
| | | | | | Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* sys-devel/clang: Fix the gcc-config patch not to break --gcc-toolchainMichał Górny2016-09-261-22/+28
|
* sys-devel/llvm: Move the old Sphinx install patch to <=3.9.0Michał Górny2016-09-236-5/+5
|
* sys-devel/clang: Update for the Sphinx install dir patch applied upstreamMichał Górny2016-09-231-1/+1
|
* sys-devel/llvm: Update for the Sphinx install dir patch applied upstreamMichał Górny2016-09-231-5/+1
|
* sys-devel/autoconf-archive: Bump to version 2016.09.16Lars Wendler2016-09-222-0/+24
| | | | | Package-Manager: portage-2.3.1 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
* sys-devel/gcc: Bump gcc 6.2 for default ssp supportMagnus Granberg2016-09-212-2/+2
| | | | Package-Manager: portage-2.3.0
* sys-devel/llvm: Remove the remnants of OCaml documentationMichał Górny2016-09-211-2/+0
|
* sys-devel/llvm: Disable ocamldoc due to wrong install pathMichał Górny2016-09-201-1/+4
|
* sys-devel/clang: Un-bump the newest rev to satisfy LLVM depsMichał Górny2016-09-201-0/+0
|
* sys-devel/clang: Fix subslot, reported by tamikoMichał Górny2016-09-201-1/+2
|
* sys-devel/gcc: fix englishJason A. Donenfeld2016-09-132-2/+1
| | | | Package-Manager: portage-2.3.0
* sys-devel/gcc: add gcc 6.2.0Magnus Granberg2016-09-133-0/+29
|
* sys-devel/llvm: make 3.4.2 work post-Prefix bootstrap tooFabian Groffen2016-09-101-1/+5
| | | | Package-Manager: portage-2.2.28
* sys-devel/llvm: fix patches for 3.4.2Fabian Groffen2016-09-105-6/+6
| | | | Package-Manager: portage-2.2.28
* sys-devel/binutils-apple: bump to EAPI=5 and remove all conditional code ↵Fabian Groffen2016-09-1012-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 Groffen2016-09-104-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 Groffen2016-09-1012-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 Groffen2016-09-104-32/+8
| | | | | | gcc/toolchain.eclass, bug #593392 Package-Manager: portage-2.2.28
* sys-devel/clang: marked ~x86-macosFabian Groffen2016-09-108-8/+8
| | | | Package-Manager: portage-2.2.28
* sys-devel/clang: restore clang-3.4.2 for Prefix bootstraps, bug #588132Fabian Groffen2016-09-101-0/+36
| | | | Package-Manager: portage-2.2.28
* sys-devel/llvm: restore llvm-3.4.2 for Prefix bootstraps, bug #588132Fabian Groffen2016-09-106-0/+501
| | | | Package-Manager: portage-2.2.28
* sys-devel/llvm: move libcxx into PDEPEND for DarwinFabian Groffen2016-09-105-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 aballierMichał Górny2016-09-093-9/+9
|
* sys-devel/llvm: Fix disabling OCaml docs in -9999Michał Górny2016-09-081-0/+3
|
* sys-devel/llvm: Move libcxx to PDEP, to avoid circular depsMichał Górny2016-09-062-4/+4
|
* sys-devel/llvm: remove trailing whitespaceFabian Groffen2016-09-042-2/+2
| | | | Package-Manager: portage-2.2.28
* sys-devel/llvm: add patch for compiler-rt on Darwin/PrefixFabian Groffen2016-09-043-0/+18
| | | | Package-Manager: portage-2.2.28
* sys-devel/autoconf-archive-2016.03.20-r1: add alpha keywordTobias Klausmann2016-09-041-1/+1
| | | | Gentoo-Bug: 589390
* sys-devel/llvm: Readd WX stack fix to 3.9.0Michał Górny2016-09-031-0/+9
|
* sys-devel/clang: Bump to 3.9.0Michał Górny2016-09-031-0/+0
|
* sys-devel/llvm: Bump to 3.9.0 release (no changes since rc3)Michał Górny2016-09-032-10/+10
|
* sys-devel/llvm: Stop installing llvm-litMichał Górny2016-09-023-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 patchMichał Górny2016-09-022-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.12Tim Harder2016-09-012-0/+45
|
* sys-devel/llvm: Fix llvm-config --obj-root on the live ebuildMichał Górny2016-08-311-16/+9
|
* sys-devel/clang: Fix cmake unused arg warnings with USE=-docMichał Górny2016-08-291-0/+2
|
* sys-devel/clang: Fetch llvm src with USE=test, to support unittestsMichał Górny2016-08-291-1/+12
|
* sys-devel/llvm: Fix cmake unused arg warnings with USE=-docMichał Górny2016-08-291-7/+6
|
* sys-devel/clang: Bump to 3.9.0rc3Michał Górny2016-08-281-0/+36
|
* sys-devel/llvm: Bump to 3.9.0rc3Michał Górny2016-08-2819-32/+1299
|
* sys-devel/bmake: bump to 20160818Alexis Ballier2016-08-272-0/+56
| | | | Package-Manager: portage-2.3.0
* sys-devel/llvm: Restore gtest patch for <9999, #592046Michał Górny2016-08-255-4/+34
|
* sys-devel/llvm: Remove unnecessary gtest patchMichał Górny2016-08-242-34/+0
|
* sys-devel/clang: rlimits check patch has been applied upstreamMichał Górny2016-08-232-86/+0
|
* sys-devel/llvm: OCaml doc patch has been applied upstreamMichał Górny2016-08-236-6/+4
|
* sys-devel/llvm: Remove unused patchMichał Górny2016-08-221-113/+0
|
* sys-devel/llvm: Group all patches by newest version applicableMichał Górny2016-08-2257-209/+292
|
* sys-devel/clang: Enable stand-alone builds against sys-devel/llvmMichał Górny2016-08-2210-36/+667
|
* sys-devel/llvm: Strip external projects off the live ebuildMichał Górny2016-08-224-295/+93
|