Commit graph

43 commits

Author SHA1 Message Date
Maxim Cournoyer
10482f731e
Reapply "Update Maxim's email address."
This reverts commit a7db92d9b3, this time with
the more careful command, to avoid a world rebuild:

grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \
  --exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com |
  xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'

Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
2025-09-18 13:44:12 +09:00
Maxim Cournoyer
a7db92d9b3
Revert "Update Maxim's email address."
This reverts commit d0d87a744d. Oops! This
caused a world rebuild.

Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
2025-09-18 12:07:31 +09:00
Maxim Cournoyer
d0d87a744d
Update Maxim's email address.
The change was automated via:

  git grep -l maxim.cournoyer@gmail.com |
    xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'

* .mailmap: New entry.

Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
2025-09-18 08:05:19 +09:00
Nicolas Graves
01ad0cf43e
gnu: ruby: Populating (gnu packages ruby-check/ruby-xyz).
* gnu/packages/ruby.scm: Move all packages except different versions
of ruby and mruby, to either (gnu packages ruby-check) or
(gnu packages ruby-xyz).

* gnu/packages/ruby-check.scm (bundler, ruby-builder, ruby-cucumber-ci-environment,
ruby-cucumber-compatibility-kit,
ruby-cucumber-compatibility-kit-bootstrap, ruby-cucumber-core,
ruby-cucumber-expressions, ruby-cucumber-gherkin,
ruby-cucumber-html-formatter, ruby-cucumber-messages,
ruby-cucumber-tag-expressions, ruby-cucumber-wire, ruby-diff-lcs,
ruby-docile, ruby-fivemat, ruby-given-core, ruby-hoe, ruby-hoe-3,
ruby-json, ruby-mime-types, ruby-mime-types-data, ruby-mini-portile,
ruby-mini-portile-2, ruby-minitest, ruby-minitest-bonus-assertions,
ruby-minitest-focus, ruby-minitest-hooks, ruby-minitest-moar,
ruby-multi-test, ruby-rake, ruby-rake-compiler,
ruby-rake-compiler-dock, ruby-rspec, ruby-rspec-2, ruby-rspec-core,
ruby-rspec-core-2, ruby-rspec-expectations, ruby-rspec-expectations-2,
ruby-rspec-mocks, ruby-rspec-mocks-2, ruby-rspec-support, ruby-sequel,
ruby-simplecov-json-formatter, ruby-simplecov, ruby-simplecov-html,
ruby-sorcerer, ruby-unindent): Moved from (gnu packages ruby).
 (ruby-asciidoctor/minimal): New variable, to allow more minimal
 import of only (gnu packages ruby-check) in a lot of modules.
 (ruby-rubocop/minimal): New variable to build cucumber with a lot
 less dependencies.
 (cucumber-ruby-core)[native-inputs]: Replace ruby-rubocop by
 ruby-rubocop/minimal. Remove ruby-coveralls.

* gnu/packages/ruby-xyz.scm: Move all other packages from
(gnu packages ruby).

* gnu/packages/admin.scm
* gnu/packages/bioinformatics.scm
* gnu/packages/databases.scm
* gnu/packages/emacs-xyz.scm
* gnu/packages/gnome-xyz.scm
* gnu/packages/gnome.scm
* gnu/packages/groff.scm
* gnu/packages/kde-systemtools.scm
* gnu/packages/libffi.scm
* gnu/packages/mail.scm
* gnu/packages/maths.scm
* gnu/packages/mpd.scm
* gnu/packages/ntp.scm
* gnu/packages/package-management.scm
* gnu/packages/plotutils.scm
* gnu/packages/protobuf.scm
* gnu/packages/rails.scm
* gnu/packages/ruby-check.scm
* gnu/packages/ruby-xyz.scm
* gnu/packages/ruby.scm
* gnu/packages/shellutils.scm
* gnu/packages/statistics.scm
* gnu/packages/tex.scm
* gnu/packages/virtualization.scm:
    Adapt module imports accordingly.

* gnu/packages/backup.scm (btrbk):
* gnu/packages/ccache.scm (ccache):
* gnu/packages/cluster.scm (drbd-utils):
* gnu/packages/compton.scm (picom):
* gnu/packages/cryptsetup.scm (cryptsetup):
* gnu/packages/engineering.scm (kicad-doc):
* gnu/packages/games.scm (warzone2100):
* gnu/packages/irc.scm (open-adventure):
* gnu/packages/ntp.scm (weechat):
* gnu/packages/password-utils.scm (keepassxc):
* gnu/packages/radio.scm (wsjtx, jtdx):
* gnu/packages/syndication.scm (newsboat):
* gnu/packages/task-management.scm (timewarrior):
* gnu/packages/version-control.scm (git-lfs):
    [native-inputs]: Replace ruby-asciidoctor by
    ruby-asciidoctor/minimal. Adapt module imports accordingly.

* gnu/packages/text-editors.scm: Remove (gnu packages ruby) import.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-06-20 20:40:02 +02:00
Efraim Flashner
da6486010a
gnu: ccache: Enable building on more architectures.
* gnu/packages/ccache.scm (ccache)[native-inputs]: Only build with
ruby-asciidoctor on platforms which have support for it.

Change-Id: Ibb944fb6f844e3ededadd5277e20dd9ac21eb3eb
2023-11-08 21:26:51 +02:00
fanquake
354d8cc922
gnu: ccache: Update to 4.8.3.
* gnu/packages/ccache.scm (ccache): Update to 4.8.3.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 23:33:59 -04:00
fanquake
a0d305005e
gnu: ccache: Update to 4.8.2.
* gnu/packages/ccache.scm (ccache): Update to 4.8.2.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-01 19:19:34 +08:00
Tobias Geerinckx-Rice
039bef4ac8
gnu: ccache: Update to 4.7.4.
* gnu/packages/ccache.scm (ccache): Update to 4.7.4.
2022-12-11 01:00:00 +01:00
Maxim Cournoyer
071d4bdc80
gnu: ccache: Update to 4.7.2.
* gnu/packages/ccache.scm (ccache): Update to 4.7.2.  Move inputs fields after
arguments field.
[native-inputs]: Add ruby-asciidoctor to generate man page.
2022-11-06 00:08:04 -04:00
Tobias Geerinckx-Rice
dca864e483
gnu: ccache: Update to 4.6.3.
* gnu/packages/ccache.scm (ccache): Update to 4.6.3.
2022-10-16 02:00:29 +02:00
Greg Hogan
ad05cb6a3c
gnu: ccache: Update to 4.6.1.
* gnu/packages/ccache.scm (ccache): Update to 4.6.1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-06-12 02:00:00 +02:00
Greg Hogan
93f0b31a99
gnu: ccache: Update to 4.6.
* gnu/packages/ccache.scm (ccache): Update to 4.6.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-04-17 17:59:23 +03:00
Tobias Geerinckx-Rice
7c8dddb16f
gnu: ccache: Gexp arguments.
* gnu/packages/ccache.scm (ccache)[arguments]: Rewrite as a keyword/gexp list.
2021-12-19 06:59:29 +01:00
Tobias Geerinckx-Rice
f2e0e576d9
gnu: ccache: Update to 4.5.1.
* gnu/packages/ccache.scm (ccache): Update to 4.5.1.
2021-12-19 06:59:29 +01:00
Ludovic Courtès
8394619bac
gnu: Simplify package inputs.
This commit was obtained by running:

  ./pre-inst-env guix style

without any additional argument.
2021-12-13 17:48:25 +01:00
Tobias Geerinckx-Rice
9b9c74eaa7
gnu: ccache: Update to 4.4.2.
* gnu/packages/ccache.scm (ccache): Update to 4.4.2.
[source]: Remove patch.
[arguments]: Substitute nonexistent compgen.
* gnu/packages/patches/ccache-fix-basedir-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2021-10-03 19:23:49 +02:00
Tobias Geerinckx-Rice
85d757b53d
gnu: ccache: Update to 4.4.1.
* gnu/packages/ccache.scm (ccache): Update to 4.4.1.
[source]: Add patch.
[arguments]: Remove explicit #t return values from phases.
* gnu/packages/patches/ccache-fix-basedir-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2021-09-28 02:15:35 +02:00
Sergei Trofimovich
f3b9db9ca1
gnu: ccache: Update to 3.4.
* gnu/packages/ccache.scm: Update to 3.4.
2021-08-26 21:31:12 +02:00
Tobias Geerinckx-Rice
c36ef82054
gnu: ccache: Update to 4.3.
* gnu/packages/ccache.scm (ccache): Update to 4.3.
2021-05-13 00:32:20 +02:00
Greg Hogan
3f944e6204
gnu: ccache: Update to 4.2.
* gnu/packages/ccache.scm (ccache): Update to 4.2.
[build-system]: Switch to cmake-build-system.
[inputs]: Add zstd:lib.
[arguments]: Move substitution before change of directory and add phase
to set HOME variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-24 14:29:39 +02:00
Tobias Geerinckx-Rice
2259eeec80
gnu: ccache: Update to 3.7.12.
* gnu/packages/ccache.scm (ccache): Update to 3.7.12.
2020-10-03 00:22:59 +02:00
Tobias Geerinckx-Rice
e4d341fa74
gnu: ccache: Update to 3.7.11.
* gnu/packages/ccache.scm (ccache): Update to 3.7.11.
2020-07-23 16:25:11 +02:00
Tobias Geerinckx-Rice
17154ad99f
gnu: ccache: Update to 3.7.10.
* gnu/packages/ccache.scm (ccache): Update to 3.7.10.
2020-06-29 15:47:12 +02:00
Tobias Geerinckx-Rice
a29a8a91fd
gnu: ccache: Update to 3.7.9.
* gnu/packages/ccache.scm (ccache): Update to 3.7.9.
2020-05-30 16:54:50 +02:00
Vincent Legoll
74ff08e6b8
gnu: ccache: Fix indentation
* gnu/packages/ccache.scm (ccache): Fix indentation

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-07 22:30:06 +01:00
Vincent Legoll
9eb456b8c7
gnu: ccache: Update to 3.7.7.
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>
2020-03-07 22:30:06 +01:00
Tobias Geerinckx-Rice
3251c628f7
gnu: ccache: Update to 3.6.
* gnu/packages/ccache.scm (ccache): Update to 3.6.
2019-08-22 00:25:40 +02:00
Eric Bavier
71b186ef00
ccache: Update to 3.5.
* gnu/packages/ccache.scm (ccache): Update to 3.5.
2018-11-30 00:21:25 -06:00
Tobias Geerinckx-Rice
79b283e433
gnu: ccache: Update to 3.4.3.
* gnu/packages/ccache.scm (ccache): Update to 3.4.3.
[arguments]: Remove obsolete 'munge-failing-test' phase.
2018-09-06 02:33:47 +02:00
Tobias Geerinckx-Rice
8a70a23ea6
gnu: ccache: Update to 3.4.2.
* gnu/packages/ccache.scm (ccache): Update to 3.4.2.
2018-03-27 03:26:47 +02:00
Tobias Geerinckx-Rice
0bd8d6dc28
gnu: ccache: Update to 3.4.1.
* gnu/packages/ccache.scm (ccache): Update to 3.4.1.
2018-02-19 06:00:31 +01:00
Eric Bavier
4747cca2b4
gnu: ccache: Update to 3.4.
* gnu/packages/ccache.scm (ccache): Update to 3.4.
2018-02-12 22:27:46 -06:00
Tobias Geerinckx-Rice
52e752e3c5
gnu: ccache: Update to 3.3.5.
* 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.
2018-01-15 14:58:32 +01:00
Efraim Flashner
3d39ab456d
gnu: ccache: Update to 3.3.4.
* gnu/packages/ccache.scm (ccache): Update to 3.3.4.
2017-03-24 14:53:21 +03:00
Efraim Flashner
8f210c0e0e
gnu: ccache: Update to 3.3.3.
* gnu/packages/ccache.scm (ccache): Update to 3.3.3.
2016-10-30 00:05:26 +03:00
Efraim Flashner
4726dd2063
gnu: ccache: Update to 3.3.2.
* gnu/packages/ccache.scm (ccache): Update to 3.3.2.
2016-10-08 23:26:29 +03:00
Eric Bavier
56f33f3fd5
gnu: ccache: Upgrade to 3.3.1.
* gnu/packages/ccache.scm (ccache): Upgrade to 3.3.1.
[description]: Adjust supported languages.
2016-09-22 23:56:17 -05:00
Eric Bavier
bd368c7174
gnu: ccache: Use modify-phases.
* gnu/packages/ccache.scm (ccache)[arguments]: Use modify-phases.
2016-09-22 23:43:20 -05:00
Efraim Flashner
9d5448f35f
gnu: ccache: Update to 3.2.5.
* gnu/packages/ccache.scm (ccache): Update to 3.2.5.
[native-inputs]: Add which.
2016-07-10 06:48:27 +03:00
Eric Bavier
6009df6391 gnu: ccache: Update to 3.2.4.
* gnu/packages/ccache.scm (ccache): Update to 3.2.4.
2016-02-01 15:01:20 -06:00
Eric Bavier
107db20da8 gnu: ccache: Update to 3.2.2.
* gnu/packages/ccache.scm (ccache): Update to 3.2.2.
  [arguments]: Rename 'patch-test-shebangs phase to 'setup-tests.  Set the
  SHELL environment variable.
2015-07-14 18:14:43 -05:00
Eric Bavier
1454a2ba88 gnu: ccache: Upgrade to 3.1.10.
* 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.
2014-10-20 16:49:32 -05:00
Eric Bavier
5bbd6bf181 gnu: Add ccache.
* 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.
2014-05-20 16:21:43 -05:00