summaryrefslogtreecommitdiff
path: root/gnu/packages/ccache.scm
Commit message (Collapse)AuthorAgeFilesLines
* gnu: ccache: Update to 3.3.4.Efraim Flashner2017-03-241-3/+3
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.3.4.
* gnu: ccache: Update to 3.3.3.Efraim Flashner2016-10-301-2/+2
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.3.3.
* gnu: ccache: Update to 3.3.2.Efraim Flashner2016-10-081-2/+2
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.3.2.
* gnu: ccache: Upgrade to 3.3.1.Eric Bavier2016-09-221-3/+4
| | | | | * gnu/packages/ccache.scm (ccache): Upgrade to 3.3.1. [description]: Adjust supported languages.
* gnu: ccache: Use modify-phases.Eric Bavier2016-09-221-8/+7
| | | | * gnu/packages/ccache.scm (ccache)[arguments]: Use modify-phases.
* gnu: ccache: Update to 3.2.5.Efraim Flashner2016-07-101-4/+7
| | | | | * gnu/packages/ccache.scm (ccache): Update to 3.2.5. [native-inputs]: Add which.
* gnu: ccache: Update to 3.2.4.Eric Bavier2016-02-011-4/+3
| | | | * gnu/packages/ccache.scm (ccache): Update to 3.2.4.
* gnu: ccache: Update to 3.2.2.Eric Bavier2015-07-141-5/+7
| | | | | | * 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-201-3/+2
| | | | | | | * 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-201-0/+57
* 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.