summaryrefslogtreecommitdiff
path: root/gnu/packages/ccache.scm
Commit message (Collapse)AuthorAge
* gnu: ccache: Fix indentationVincent Legoll2020-03-07
| | | | | | * gnu/packages/ccache.scm (ccache): Fix indentation Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ccache: Update to 3.7.7.Vincent Legoll2020-03-07
| | | | | | | | gnu/packages/ccache.scm (ccache): Update to 3.7.7, update homepage to ccache.dev, get source code from github, remove fortran 77 from description. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ccache: Update to 3.6.Tobias Geerinckx-Rice2019-08-22
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.6.
* ccache: Update to 3.5.Eric Bavier2018-11-30
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.5.
* gnu: ccache: Update to 3.4.3.Tobias Geerinckx-Rice2018-09-06
| | | | | * gnu/packages/ccache.scm (ccache): Update to 3.4.3. [arguments]: Remove obsolete 'munge-failing-test' phase.
* gnu: ccache: Update to 3.4.2.Tobias Geerinckx-Rice2018-03-27
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.4.2.
* gnu: ccache: Update to 3.4.1.Tobias Geerinckx-Rice2018-02-19
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.4.1.
* gnu: ccache: Update to 3.4.Eric Bavier2018-02-12
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.4.
* gnu: ccache: Update to 3.3.5.Tobias Geerinckx-Rice2018-01-15
| | | | | | * gnu/packages/ccache.scm (ccache): Update to 3.3.5. [arguments]: Don't substitute ‘which’ in ‘setup-tests’ phase. Add new ‘munge-failing-test’ phase to make test suite pass.
* gnu: ccache: Update to 3.3.4.Efraim Flashner2017-03-24
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.3.4.
* gnu: ccache: Update to 3.3.3.Efraim Flashner2016-10-30
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.3.3.
* gnu: ccache: Update to 3.3.2.Efraim Flashner2016-10-08
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.3.2.
* gnu: ccache: Upgrade to 3.3.1.Eric Bavier2016-09-22
| | | | | * gnu/packages/ccache.scm (ccache): Upgrade to 3.3.1. [description]: Adjust supported languages.
* gnu: ccache: Use modify-phases.Eric Bavier2016-09-22
| | | | * gnu/packages/ccache.scm (ccache)[arguments]: Use modify-phases.
* gnu: ccache: Update to 3.2.5.Efraim Flashner2016-07-10
| | | | | * gnu/packages/ccache.scm (ccache): Update to 3.2.5. [native-inputs]: Add which.
* gnu: ccache: Update to 3.2.4.Eric Bavier2016-02-01
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.2.4.
* gnu: ccache: Update to 3.2.2.Eric Bavier2015-07-14
| | | | | | * gnu/packages/ccache.scm (ccache): Update to 3.2.2. [arguments]: Rename 'patch-test-shebangs phase to 'setup-tests. Set the SHELL environment variable.
* gnu: ccache: Upgrade to 3.1.10.Eric Bavier2014-10-20
| | | | | | | * gnu/packages/ccache.scm (ccache): Upgrade to 3.1.10. [source]: Remove patches. * gnu/packages/patches/ccache-stdc-predef-test.patch: Delete patch. * gnu-system.am (dist_patch_DATA): Remove it.
* gnu: Add ccache.Eric Bavier2014-05-20
* gnu/packages/ccache.scm: New file. * gnu/packages/patches/ccache-stdc-predef-test.patch: New patch. * gnu-system.am (GNU_SYSTEM_MODULES): Add ccache.scm. (dist_patch_DATA): Add patch.