summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-lang/crystal: Maintainer retiredJonas Stein2018-05-191-8/+1
| | | | | | Proxied maintainer retired due to inactivity. Bug: https://bugs.gentoo.org/633308 Package-Manager: Portage-2.3.38, Repoman-2.3.9
* dev-lang/crystal: Workaround tty corruption in crystal, bug #616256Sergei Trofimovich2017-04-231-0/+3
| | | | | | | | | | | | | Patch restores blocking mode of file desriptors in exchange of potential runtime deadlocks when dealing with stdio. As it's a potentially invasive patch it's not enabled by default and is available only under USE=blocking-stdio-hack Reported-by: Renich Bon Ciric Bug: https://github.com/crystal-lang/crystal/issues/2065 Bug: https://bugs.gentoo.org/616256 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-lang/crystal: respect LDFLAGS, new USE=debug for quick buildsSergei Trofimovich2017-01-281-0/+3
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-lang/crystal: require boehm-gc[threads] as a dependSergei Trofimovich2016-07-301-0/+4
| | | | | | | | | | | | | With USE=-threads crystal crashes for me outright: $ cat a.cr puts hello $ crystal build a.cr Invalid memory access (signal 11) at address 0x0 [12705341] __crystal_sigfault_handler +61 [140316947557920] ??? [0] ??? Package-Manager: portage-2.3.0
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-2/+2
|
* 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.
* Unify quoting in metadata.xml files for machine processingMichał Górny2016-01-241-1/+1
| | | | | | | Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes.
* Update remote-idsJustin Lecher2015-10-161-1/+4
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-lang/crystal: Introduce new packageloong02015-10-091-0/+24
The Crystal Programming Language