Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sys-devel/crossdev: bump up to 20180410 | Sergei Trofimovich | 2018-04-10 | 2 | -0/+40 |
| | | | | | | | Closes: https://bugs.gentoo.org/652724 Bug: https://bugs.gentoo.org/147155 Bug: https://bugs.gentoo.org/650100 Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/gcc: restore KEYWORDS for 7.3.0-r1 | Sergei Trofimovich | 2018-04-08 | 1 | -2/+1 |
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/clang: Update for clang-X naming in -9999 | Michał Górny | 2018-04-07 | 1 | -6/+6 |
| | | | | | Upstream has removed the minor version from clang symlink in git. Update our code accordingly. | ||||
* | sys-devel/clang: Include LLVMTestingSupport lib in -9999 checkout | Michał Górny | 2018-04-07 | 1 | -1/+2 |
| | | | | | | Include the lib/Testing/Support directory in LLVM checkout since the clangd tests (part of clang-tools-extra) require that library now. The code still needs a fix upstream to actually build the library. | ||||
* | sys-devel/binutils: fix s/annd/all/ typo | Sergei Trofimovich | 2018-04-07 | 2 | -2/+2 |
| | | | | | Reported-by: [Arfrever] Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/binutils: fix typos and add accidentally words | Sergei Trofimovich | 2018-04-07 | 2 | -8/+10 |
| | | | | | Reported-by: [Arfrever] Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/binutils: fix ldscrips ${CTARGET} search path, bug #147155 | Sergei Trofimovich | 2018-04-07 | 2 | -3/+448 |
| | | | | | | | | | | | | | | | | | | | | | This change fixes long-standing search path issue in Gentoo's binutils: Before the change search path was the following: /usr/${CTARGET}/lib/ldscripts Note: it points to $SYSROOT, not to native cross-tools. After the change search path is the following: /usr/${CHOST}/${CTARGET}/lib/ldscripts Added two notes to the ebuild on how things are supposed to work: - Note [slotting support] - Note [tooldir hack for ldscripts] Applied change to 2.30-r1 and live ebuilds. Reported-by: Heiko Rosemann Closes: https://bugs.gentoo.org/147155 Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/boost-m4: x86 stable (bug #651714) | Thomas Deutschmann | 2018-04-06 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/byfl: inherit llvm.eclass | Christoph Junghans | 2018-04-05 | 3 | -3/+3 |
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 | ||||
* | sys-devel/byfl: version bump | Christoph Junghans | 2018-04-05 | 4 | -5/+104 |
| | | | | | Closes: https://bugs.gentoo.org/652072 Package-Manager: Portage-2.3.19, Repoman-2.3.6 | ||||
* | sys-devel/crossdev: switch live ebuild from git:// to https:// | Sergei Trofimovich | 2018-04-05 | 1 | -2/+2 |
| | | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9 | ||||
* | sys-devel/clang: PDEP on sys-devel/clang-common | Michał Górny | 2018-04-04 | 3 | -0/+3 |
| | |||||
* | sys-devel/clang-common: New package for common clang files | Michał Górny | 2018-04-04 | 5 | -0/+106 |
| | | | | | | | New package for clang files shared between multiple slots. Currently includes bash completion. Closes: https://bugs.gentoo.org/652414 | ||||
* | sys-devel/clang: Inform about utility scripts in postinst | Michał Górny | 2018-04-04 | 4 | -0/+26 |
| | | | | Closes: https://bugs.gentoo.org/652234 | ||||
* | sys-devel/llvm: Inform about opt-viewer scripts in postinst | Michał Górny | 2018-04-04 | 4 | -0/+36 |
| | | | | Closes: https://bugs.gentoo.org/645040 | ||||
* | sys-devel/clang-runtime: 5.0.1 tested on ~amd64-fbsd | Michał Górny | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | sys-devel/clang: 5.0.1 tested on ~amd64-fbsd | Michał Górny | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | sys-devel/llvm: 5.0.1 tested on ~amd64-fbsd | Michał Górny | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | sys-devel/llvm-common: 5.0.1 tested on ~amd64-fbsd | Michał Górny | 2018-04-04 | 1 | -1/+1 |
| | |||||
* | sys-devel/clang-runtime: Add USE=crt for (non-GCC) crt*.o files | Michał Górny | 2018-04-03 | 6 | -3/+85 |
| | |||||
* | sys-devel/distcc: keyword ~arm64 | Alexey Korepanov | 2018-04-02 | 2 | -2/+2 |
| | |||||
* | sys-devel/clang: Move extra patch unused in 5.0.1 to 4.0.1 subdir | Michał Górny | 2018-04-02 | 2 | -1/+1 |
| | |||||
* | sys-devel/clang: Backport FreeBSD test fixes to 5.0.1 | Michał Górny | 2018-04-02 | 3 | -7/+125 |
| | |||||
* | sys-devel/llvm: Backport -Wl,-rpath FreeBSD fix to 5.0.1 | Michał Górny | 2018-04-02 | 1 | -0/+3 |
| | |||||
* | sys-devel/boost-m4: amd64 stable | Aaron Bauman | 2018-04-01 | 1 | -1/+1 |
| | | | | | Bug: https://bugs.gentoo.org/651714 Package-Manager: Portage-2.3.27, Repoman-2.3.9 | ||||
* | sys-devel/boost-m4-0.4_p20160328-r0: alpha stable | Tobias Klausmann | 2018-04-01 | 1 | -1/+1 |
| | | | | Gentoo-Bug: http://bugs.gentoo.org/651714 | ||||
* | sys-devel/llvm: Remove non-arm & non-Darwin keywords from 3.7.1 | Michał Górny | 2018-03-29 | 1 | -15/+3 |
| | | | | Closes: https://github.com/gentoo/gentoo/pull/7690 | ||||
* | sys-devel/clang: Remove non-Darwin keywords from 3.7.1 | Michał Górny | 2018-03-29 | 1 | -4/+4 |
| | |||||
* | sys-devel/byfl: Drop 1.4-r1 (requires LLVM 3.7) | Michał Górny | 2018-03-29 | 2 | -49/+0 |
| | |||||
* | sys-devel/byfl: Restrict 1.5+ to sys-devel/llvm:0 as well | Michał Górny | 2018-03-29 | 2 | -6/+6 |
| | | | | Bug: https://bugs.gentoo.org/613560 | ||||
* | sys-devel/automake: mark ↵ | Mike Frysinger | 2018-03-28 | 7 | -7/+7 |
| | | | | 1.9.6-r5/1.10.3-r3/1.11.6-r3/1.12.6-r2/1.13.4-r2/1.14.1-r2/1.15.1-r2 arm64/m68k/s390/sh stable | ||||
* | sys-devel/boost-m4: stable 0.4_p20160328 for sparc | Rolf Eike Beer | 2018-03-28 | 1 | -1/+1 |
| | | | | | | Bug: https://bugs.gentoo.org/651714 Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc" | ||||
* | sys-devel/distcc-3.3: added ~mips, bug 643082 | Matt Turner | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | sys-devel/distcc-3.2_rc1-r5: added ~mips, bug 643082 | Matt Turner | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | sys-devel/boost-m4: stable 0.4_p20160328 for ia64, bug #651714 | Sergei Trofimovich | 2018-03-27 | 1 | -2/+2 |
| | | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64" | ||||
* | sys-devel/libtool: fix applying eprefix patch, bug #651670 | Fabian Groffen | 2018-03-27 | 1 | -2/+2 |
| | | | | | Closes: https://bugs.gentoo.org/651670 Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/libtool: Revbump to add pthread patch. | Lars Wendler | 2018-03-26 | 5 | -3/+196 |
| | | | | | Bug: https://bugs.gentoo.org/650876 Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/libtool: Bump live ebuild to EAPI-6. | Lars Wendler | 2018-03-26 | 1 | -11/+18 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/libtool: Removed old. | Lars Wendler | 2018-03-26 | 1 | -93/+0 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/automake: remove unused patches | Michael Mair-Keimberger | 2018-03-25 | 4 | -130/+0 |
| | |||||
* | sys-devel/llvm: Apply -fno-bmi only on x86 arches | Michał Górny | 2018-03-23 | 3 | -3/+12 |
| | | | | Closes: https://bugs.gentoo.org/650506 | ||||
* | sys-devel/patch: sh stable wrt bug #647270 | Mikle Kolyada | 2018-03-22 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/crossdev: Support sys-apps/portage-mgorny | Michał Górny | 2018-03-21 | 2 | -2/+10 |
| | |||||
* | sys-devel/clang: Fix test failure w/ USE=compiler-rt in 6.0.0 | Michał Górny | 2018-03-20 | 2 | -0/+33 |
| | | | | Closes: https://bugs.gentoo.org/650316 | ||||
* | sys-devel/clang: Backport fix for crash with long cmdline to 6.0.0 | Michał Górny | 2018-03-20 | 2 | -0/+59 |
| | | | | Closes: https://bugs.gentoo.org/650082 | ||||
* | sys-devel/distcc: Fix elog message. | Jeroen Roovers | 2018-03-20 | 1 | -1/+1 |
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/distcc: install distccd whitelist by shadowman. | Benda Xu | 2018-03-20 | 1 | -11/+13 |
| | | | | | | | | - remove redundant "|| die". - fix the libdir names. Closes: https://bugs.gentoo.org/650986 Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/distcc: support prefix. | Benda Xu | 2018-03-20 | 1 | -4/+3 |
| | | | | | | autotools not needed anymore. Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/distcc: version bump to 3.3. | Benda Xu | 2018-03-20 | 2 | -0/+194 |
| | | | | | | | Closes: https://bugs.gentoo.org/525838 Closes: https://bugs.gentoo.org/573064 Closes: https://bugs.gentoo.org/650704 Package-Manager: Portage-2.3.24, Repoman-2.3.6 | ||||
* | sys-devel/gdb: stable 7.12.1 for hppa, bug #621162 | Sergei Trofimovich | 2018-03-20 | 1 | -2/+2 |
| | | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa" |