summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-libs/libclc: Current version requires LLVM <= 5Michał Górny2017-09-301-3/+8
|
* dev-libs/libclc: Add september 2017 snapshotJan Vesely2017-09-302-0/+60
| | | | | | | | Adds python3 compatibility Restores llvm-3.9 compatibility Closes: https://github.com/gentoo/gentoo/pull/5824 Signed-off-by: Jan Vesely <jano.vesely@gmail.com>
* dev-libs/libclc: adjust slot dependencyChí-Thanh Christopher Nguyễn2017-09-101-4/+4
| | | | | | | As pointed out by mgorny on gentoo-dev Link: https://archives.gentoo.org/gentoo-dev/message/134f12e219e158023b625dad0152bb01 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-libs/libclc: depend on compatible llvm versionsChí-Thanh Christopher Nguyễn2017-09-081-3/+5
| | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=612258 Package-Manager: Portage-2.3.6, Repoman-2.3.1
* dev-libs/libclc: Use llvm.eclass to obtain correct llvm-config pathMichał Górny2017-08-121-6/+11
| | | | | | | | | Use the newly-introduced llvm.eclass API to obtain the correct path for the newest LLVM slot including clang, to fix the issue when first-level 'clang' on PATH comes from a compiler wrapper such as ccache. Bug: https://bugs.gentoo.org/624034
* dev-libs/libclc: Revert "fix llvm-config path."Michał Górny2017-08-121-1/+5
| | | | | Revert the non-maintainer commit that reintroduced the cross-slot clang mismatch bug.
* dev-libs/libclc: fix llvm-config path.Robin H. Johnson2017-08-121-5/+1
| | | | | | | | | clang path can be ccache-based, but llvm-config is not hooked by ccache, so find it better ourselves. Closes: https://bugs.gentoo.org/show_bug.cgi?id=624034 Package-Manager: portage-2.3.6 Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-libs/libclc: Fix possible llvm/clang slot mismatch, #615754Michał Górny2017-06-261-1/+5
| | | | | | | | Ensure that the LLVM slot with matching clang version is always used. Otherwise, if you have a newer LLVM slot without clang, and an older slot with clang, libclc got paths from the newer llvm-config and was unable to find clang. Now the ebuild finds clang first, and uses the llvm-config installed alongside it.
* dev-libs/libclc: keyword ~arm64Alexis Ballier2017-06-201-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-libs/libclc: Clean old upMichał Górny2017-06-033-110/+0
|
* dev-libs/libclc: x86 stable wrt bug #620234Agostino Sarubbo2017-06-011-1/+1
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libclc: amd64 stable wrt bug #620234Agostino Sarubbo2017-05-311-2/+2
| | | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* Globally add missing remote ID references to metadata.xmlJustin Lecher2017-04-291-8/+11
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-libs/libclc: Drop ppc keywordsMatt Turner2017-03-243-3/+3
|
* dev-libs/libclc: Respect CXX to fix C++ stdlib incompat, #612582Michał Górny2017-03-141-1/+2
| | | | | | | | Force using the correct C++ compiler via passing --with-cxx-compiler= to the configure script. Otherwise, libclc defaults to using clang++ which can cause compatibility issues when clang++ defaults to libc++ and LLVM was built using gcc. This does not affect the compiler used to build the runtime.
* dev-libs/libclc: Fix llvm/clang ranges to slot :0Michał Górny2017-03-071-5/+5
|
* 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-libs/libclc: Fix building against slotted LLVMMichał Górny2017-02-175-5/+5
| | | | Use PATH lookup via 'type -P' instead of hardcoding llvm-config path.
* dev-libs/libclc: Newest snapshot requires LLVM 4.0Michał Górny2017-01-281-2/+2
|
* dev-libs/libclc: Bump to a fresh snapshot, for LLVM-4.0Michał Górny2017-01-282-0/+51
|
* dev-libs/libclc: ppc stable wrt bug #579266Agostino Sarubbo2016-11-171-1/+1
| | | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-libs/libclc: Drop oldMichał Górny2016-11-154-201/+0
|
* dev-libs/libclc: Drop ~ppc from newest due to LLVM-3.9 keywordsMichał Górny2016-10-261-1/+1
|
* dev-libs/libclc: Bump to a new snapshotMichał Górny2016-10-262-0/+51
|
* dev-libs/libclc: Add LLVM project as co-maintainerMichał Górny2016-10-261-0/+3
|
* dev-libs/libclc: amd64 stable, bug 579266Pacho Ramos2016-09-171-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="amd64"
* dev-libs/libclc: x86 stable, bug 579266Pacho Ramos2016-09-171-1/+1
| | | | | Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="x86"
* dev-libs/libclc: new snapshotChí-Thanh Christopher Nguyễn2016-03-102-0/+55
| | | | Package-Manager: portage-2.2.26
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* dev-libs/libclc: depend on compatible llvm versionsChí-Thanh Christopher Nguyễn2015-10-211-1/+3
| | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=559546 Package-Manager: portage-2.2.20.1
* dev-libs/libclc: Add new snapshot for llvm-3.7 compatibilityChí-Thanh Christopher Nguyễn2015-10-212-0/+55
| | | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=559546 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-241-1/+1
| | | | | | 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-086-0/+261
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