summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/ispc: drop 1.14.1Ionen Wolkens2021-07-245-215/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-lang/ispc: minor style fixes, drop cmake gentoo patchIonen Wolkens2021-06-192-40/+32
| | | | | | | Patch does not make sense anymore given this ebuild is setting another CMAKE_BUILD_TYPE. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-lang/ispc: bump to 1.16.0Alexander Golubev2021-06-193-3/+87
| | | | | | | | | | | * Drop unused toolchain-funcs eclass * Drop python-7 and bump python-10 * Fix KEYWORDS placement in the live ebuild Closes: https://bugs.gentoo.org/796632 Signed-off-by: Alexander Golubev <fatzer2@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/21316 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-lang/ispc: remove upstreamed -Werror patch for live ebuildIonen Wolkens2021-06-112-14/+0
| | | | | Closes: https://bugs.gentoo.org/795294 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-lang/ispc: Update live ebuildSebastian Parborg2021-05-263-8/+63
| | | | | | Signed-off-by: Sebastian Parborg <darkdefende@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/20498 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* */*: Remove obsolete values from PYTHON_COMPATMichał Górny2021-01-312-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-lang/ispc: Iscp only supports up to LLVM 10Adrian Grigo2020-12-092-10/+17
| | | | | | | | | | | | | | | | | | Iscp does not yet have llvm 11 support, so limit clang and llvm in both ebuilds to version 10 maximum. Thanks to Toralf Förster, brothermechanic and Marco Genasci for their contributions to fixing this bug, I am only repackaging it. A working ispc is needed for adding embree support to blender. See https://github.com/ispc/ispc/issues/1896 Signed-off-by: Adrian Grigo <agrigo2001@yahoo.com.au> Closes: https://bugs.gentoo.org/749573 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/18427 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-lang/ispc: only define KEYWORDS onceSam James2020-09-102-2/+0
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ispc: disable x86 build on amd64Sam James2020-09-102-1/+25
| | | | | | | | | | | The build system assumes we want an x86 (i686) build on amd64, even if we don't (not a multilib ebuild anyway, but this is a particular issue on non-multilib profiles). Bug: https://bugs.gentoo.org/730062 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ispc: cleanup oldSam James2020-09-102-68/+0
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ispc: bump to 1.14.1Sam James2020-09-102-0/+68
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ispc: run tests using built ispcSam James2020-09-102-2/+4
| | | | | | | | | | | Provide a hint to the test runner by putting the newly-built ispc at the front of PATH. This avoids running tests with the system's ispc if it exists. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ispc: set CMAKE_SKIP_RPATH in 9999 tooSam James2020-09-101-0/+1
| | | | | | | See e4afb9b0edbef303dd0af6229c3a5791b2d6cd5b. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ispc: set CMAKE_SKIP_RPATHSam James2020-09-101-0/+1
| | | | | | | | | An empty (but defined) DT_RUNPATH is a common security vulnerability. Best to not expose it if it's unnecessary. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ispc: Drop old 1.13.0 ebuildSebastian Parborg2020-09-103-166/+0
| | | | | | Signed-off-by: Sebastian Parborg <darkdefende@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17282 Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ispc: Update live ebuildSebastian Parborg2020-09-101-2/+8
| | | | | Signed-off-by: Sebastian Parborg <darkdefende@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ispc: Version bump to 1.14.0Sebastian Parborg2020-09-103-0/+172
| | | | | Signed-off-by: Sebastian Parborg <darkdefende@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/ispc: [QA] Fix unquoted variableAndreas Sturmlechner2020-07-292-4/+4
| | | | | | Bug: https://bugs.gentoo.org/670628 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-lang/ispc: Remove 1.9.2, [QA] drop utterly duplicate patchesAndreas Sturmlechner2020-07-296-188/+3
| | | | | | | | Closes: https://bugs.gentoo.org/670628 Closes: https://bugs.gentoo.org/667624 Closes: https://bugs.gentoo.org/652442 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* dev-lang/ispc: Add -9999 ebuildGuillaume BRUN2020-06-285-4/+192
| | | | | | Signed-off-by: Guillaume BRUN <the.cheaterman@gmail.com> Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Christoph Junghans <junghans@gentoo.org>
* dev-lang/ispc: Add -1.13.0 ebuildGuillaume BRUN2020-06-285-10/+150
| | | | | | | | Closes: https://bugs.gentoo.org/656632 Closes: https://bugs.gentoo.org/729924 Signed-off-by: Guillaume BRUN <the.cheaterman@gmail.com> Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Christoph Junghans <junghans@gentoo.org>
* dev-lang/ispc: Drop old (requiring LLVM < 4)Michał Górny2018-04-112-53/+0
|
* dev-lang/ispc: version bumpChristoph Junghans2018-04-043-2/+56
| | | | | Closes: https://bugs.gentoo.org/652070 Package-Manager: Portage-2.3.24, Repoman-2.3.6
* dev-lang/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-lang/ispc: remove -Werror (bug #604732, #595254)Christoph Junghans2017-09-291-1/+2
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.1
* dev-lang/ispc: use HTTPS for GitHubDavid Hicks2017-07-302-2/+2
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-lang/ispc: fix deps (bug #613178)Christoph Junghans2017-03-192-6/+6
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-lang/ispc: update metadataChristoph Junghans2016-11-131-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-lang/ispc: remove oldChristoph Junghans2016-07-134-168/+0
| | | | Package-Manager: portage-2.2.28
* dev-lang/ispc: added live ebuildChristoph Junghans2016-07-131-0/+52
| | | | Package-Manager: portage-2.2.28
* dev-lang/ispc: version bumpChristoph Junghans2016-07-122-0/+53
| | | | Package-Manager: portage-2.2.28
* dev-lang/ispc: fix deps (bug #584570)Christoph Junghans2016-05-301-1/+3
| | | | Package-Manager: portage-2.2.28
* dev-lang/ispc: version bumpChristoph Junghans2016-05-302-0/+53
| | | | Package-Manager: portage-2.2.28
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* dev-lang/ispc: add upstream patch to support llvm-3.7Christoph Junghans2015-10-202-0/+58
| | | | | | | | Details on github ispc/ispc#1106 Gentoo-Bug: #562630 Package-Manager: portage-2.2.20.1
* dev-lang/ispc: doesn't build with >=llvm-3.7Christoph Junghans2015-10-201-0/+2
| | | | | | | | Details on github ispc/ispc#1106 Gentoo-Bug: #562630 Package-Manager: portage-2.2.20.1
* dev-lang/ispc: doesn't build with <=llvm-3.3Christoph Junghans2015-10-071-2/+2
| | | | | | | | Details on github ispc/ispc#1096 Gentoo-Bug: #560038 Package-Manager: portage-2.2.20.1
* dev-lang/ispc: remove oldChristoph Junghans2015-10-072-53/+0
| | | | 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-242-2/+2
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* 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-084-0/+117
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