summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/include-what-you-use: drop oldSergei Trofimovich2018-04-063-89/+0
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-util/include-what-you-use: bump up to 5.0, bug #647648Sergei Trofimovich2018-02-142-0/+59
| | | | | | Reported-by: Daniel M. Weeks Closes: https://bugs.gentoo.org/647648 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-util/include-what-you-use: set LLVM_MAX_SLOT=4 to use correct directorySergei Trofimovich2018-01-161-4/+6
| | | | | | Noticed by Michał Górny Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-util/*: Update Manifest hashesMichał Górny2017-12-101-2/+2
|
* dev-util/include-what-you-use: [QA] Add cmake-utils_src_prepareDavid Seifert2017-10-153-3/+3
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* dev-util/include-what-you-use: worjaround <stddef.h> lookup failure, bug #625972Sergei Trofimovich2017-07-291-0/+56
| | | | | | | | | | | | | | | | | | | | | libclangDriver treats path to include files as stable relative to clang binary: when we run /usr/lib64/llvm/4/bin/clang it resolves <stddef.h> the following way: "/usr/lib64/llvm/4/bin/" + "../../../../lib/clang/4.0.1/include/stddef.h" Unfortunately when someone reuses clang driver to build a new tool heared lookup breaks if final tool resides in "/usr/bin": "/usr/bin/" + "../../../../lib/clang/4.0.1/include/stddef.h" causing file open failures in case of include-what-you-use: /usr/include/wchar.h:39:11: fatal error: 'stdarg.h' file not found # include <stdarg.h> ^~~~~~~~~~ The workaround is to install executable to the same directory as clang itself. Reported-by: Michał Bartoszkiewicz Bug: https://bugs.gentoo.org/625972 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-util/include-what-you-use: bump up to 4.0, clang-4 compatible, bug #625528Sergei Trofimovich2017-07-192-0/+44
| | | | | | | | | Upstream did not yet publish the release on it's site. We might need to update the ebuild if release re-cut happens. Reported-by: Daniel M. Weeks Bug: https://bugs.gentoo.org/625528 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-util/include-what-you-use: switch HOMEPAGE to https://Sergei Trofimovich2017-07-041-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-util/include-what-you-use: Clean old upMichał Górny2017-06-035-132/+0
| | | | Remove versions requiring LLVM older than the current stable (3.9).
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-285-5/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-util/include-what-you-use: bump up to 3.9, bug #598778Sergei Trofimovich2016-11-052-0/+47
| | | | | | | | | I've only slightly tweaked nado@'s ebuild. Bug: https://bugs.gentoo.org/598778 Reported-by: nado@troglodyte.be Package-Manager: portage-2.3.2
* dev-util/include-what-you-use: bump up to 3.8 (upstream 0.6), bug #583172Sergei Trofimovich2016-05-172-0/+33
| | | | | | | Reported-by: mbartoszkiewicz at gmail.com Bug: https://bugs.gentoo.org/583172 Package-Manager: portage-2.3.0_rc1
* dev-util/include-what-you-use: drop oldSergei Trofimovich2016-05-134-370/+0
| | | | Package-Manager: portage-2.2.28
* dev-util/include-what-you-use: drop oldSergei Trofimovich2016-05-131-36/+0
| | | | Package-Manager: portage-2.2.28
* dev-util/include-what-you-use: set upper bound to clang-3.7Sergei Trofimovich2016-05-131-2/+2
| | | | | | Fails to build with clang-3.8 Package-Manager: portage-2.2.28
* dev-util/include-what-you-use: version bump to match sys-devel/clang-3.7David Seifert2016-03-022-0/+33
| | | | | | | * EAPI=6 * Fix typo in WEIRD_UPSTREAM_VERSION Package-Manager: portage-2.2.27
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* dev-util/include-what-you-use: allow clang-3.7Sergei Trofimovich2015-11-291-0/+36
| | | | Package-Manager: portage-2.2.25
* ADd missing remote-id entriesJustin Lecher2015-09-071-0/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-util/include-what-you-use: Fixing HOMEPAGE move due to code.google.com ↵Tobias Klausmann2015-09-014-4/+4
| | | | | | shutdown Package-Manager: portage-2.2.20.1
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-243-3/+3
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-087-0/+448
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed