Foo Chuan Wei
94fbcf7b78
gnu: Add rcs-blame.
...
* gnu/packages/version-control.scm (rcs-blame): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-17 23:05:59 +01:00
Foo Chuan Wei
b737607c54
gnu: rcs: Install rcsfreeze.
...
* gnu/packages/version-control.scm (rcs): Install rcsfreeze.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-17 23:05:58 +01:00
Tobias Geerinckx-Rice
02a67810e5
gnu: git: Update to 2.34.0.
...
* gnu/packages/version-control.scm (git): Update to 2.34.0.
2021-11-17 00:45:48 +01:00
Tanguy Le Carrour
2b9b9740fd
gnu: diff-so-fancy: Update to 1.4.2.
...
* gnu/packages/version-control.scm (diff-so-fancy): Update to 1.4.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-11-15 11:07:31 +01:00
Eric Bavier
f116b4764b
gnu: Add Breezy.
...
* gnu/packages/version-control.scm (breezy): New variable.
2021-11-13 00:29:26 -06:00
Efraim Flashner
56dcaff827
gnu: stagit: Prepare for cross-compiling.
...
* gnu/packages/version-control.scm (stagit)[arguments]: Use
cc-for-target.
2021-11-08 09:28:56 +02:00
jgart
e6a9e7d3c3
gnu: stagit: Update to 0.9.6.
...
* gnu/packages/version-control.scm (stagit): Update to 0.9.6.
[source]: Update fetch method and location of source repository.
[home-page]: Update home page.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-11-08 09:28:03 +02:00
Tobias Geerinckx-Rice
e8ef3b808d
gnu: git-remote-gcrypt: Update to 1.4.
...
* gnu/packages/version-control.scm (git-remote-gcrypt): Update to 1.4.
[source]: Use GIT-FILE-NAME helper.
[arguments]: Don't explicitly return #t from phases.
2021-10-22 03:31:20 +02:00
jgart
b09daf5210
gnu: python-gitpython: Update to 3.1.24.
...
* gnu/packages/version-control.scm (python-gitpython): Update to 3.1.24.
[arguments]: Do not return #t from custom phases.
[propagated-inputs]: Add python-typing-extensions.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-10-16 15:39:52 +05:30
Tobias Geerinckx-Rice
ab3a59453e
gnu: git: Update to 2.33.1.
...
* gnu/packages/version-control.scm (git): Update to 2.33.1.
2021-10-14 20:29:41 +02:00
Xinglu Chen
885c46a7e5
gnu: grokmirror: Update to 2.0.11.
...
* gnu/packages/version-control.scm (grokmirror): Update to 2.0.11.
[arguments]<#:phases>: Don’t return #t.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-30 23:44:49 +02:00
Vinicius Monego
e831da8587
gnu: pre-commit: Update to 2.15.0.
...
* gnu/packages/version-control.scm (pre-commit): Update to 2.15.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-14 13:46:41 +03:00
Ludovic Courtès
ff68088eaa
gnu: guile-syntax-highlight: Move Gitile variant to guile-xyz.scm.
...
Fixes a regression introduced in
5dac09e263
whereby version-control.scm
would inherit from GUILE-SYNTAX-HIGHLIGHT, which is in guile-xyz.scm,
thereby leading to unbound variable errors.
Reported by vivien on #guix.
* gnu/packages/version-control.scm (guile-syntax-highlight-for-gitile):
Move to...
* gnu/packages/guile-xyz.scm (guile-syntax-highlight-for-gitile):
... here. New variable. Add 'properties' field.
2021-09-03 10:41:55 +02:00
Julien Lepiller
5dac09e263
gnu: Add gitile.
...
* gnu/packages/version-control.scm (gitile): New variable.
2021-09-02 22:56:20 +02:00
Brice Waegeneire
ea04295256
gnu: git: Hide CVEs from the linter.
...
* gnu/packages/version-control.scm (git)[properties]: Set 'properties'
field.
2021-08-17 20:33:23 +02:00
Brice Waegeneire
a45d5a9478
gnu: git: Update to 2.33.0.
...
* gnu/packages/version-control.scm (git): Update to 2.33.0.
2021-08-17 20:01:45 +02:00
Ivan Gankevich
e6d0264b82
gnu: sendmail: Install executables to $prefix/sbin and $prefix/bin directories.
...
Currently "sendmail" installs executables to $PREFIX/usr/sbin and
$PREFIX/usr/bin directories. This patch changes them to $PREFIX/sbin and
$PREFIX/bin respectively. Also this patch fixes broken symlinks in
$PREFIX/bin and updates package definitions that use old sendmail paths.
* gnu/packages/mail.scm (sendmail): Set new paths.
[arguments]<#:phases>{replace-/usr}: Remove /usr prefix.
[arguments]<#:phases>{post-install}: Fix broken symlinks
[arguments]<#:phases>{configure}: Set paths without /usr prefix.
* gnu/packages/mail.scm (claws-mail): Use new sendmail paths.
* gnu/packages/version-control.scm (python-git-multimail): Use new
sendmail paths.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-08-10 17:32:19 +02:00
Xinglu Chen
0cb26784fa
gnu: mercurial: Update to 5.8.1.
...
* gnu/packages/version-control (mercurial): Update to 5.8.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-08-04 11:30:31 +03:00
Tobias Geerinckx-Rice
57c5c8a3a7
gnu: vcsh: Update to 1.20190621-4.
...
* gnu/packages/version-control.scm (vcsh): Update to 1.20190621-4.
2021-06-19 00:04:54 +02:00
Xinglu Chen
272e9ffd00
gnu: python-hg-evolve: Update to 10.3.2.
...
* gnu/packages/version-control.scm (python-hg-evolve): Update to 10.3.2.
[source]: Use ‘hg-file-name’ instead of ‘string-append’.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-13 10:33:12 +03:00
Vinicius Monego
335f7668d4
gnu: pre-commit: Respect #:tests?.
...
* gnu/packages/version-control.scm (pre-commit)[arguments]: Respect #:tests?
in the 'check phase.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-13 10:16:26 +03:00
Vinicius Monego
a2bcf64383
gnu: pre-commit: Update to 2.13.0.
...
* gnu/packages/version-control.scm (pre-commit): Update to 2.13.0.
[arguments]<#:phases>: Don't return #t.
[synopsis]: Slightly shorten it.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-13 10:16:24 +03:00
Tobias Geerinckx-Rice
d00713d49e
gnu: git: Update to 2.32.0.
...
* gnu/packages/version-control.scm (git): Update to 2.32.0.
2021-06-06 18:34:12 +02:00
Solene Rapenne
ed057e33a5
gnu: tig: Update to 2.5.4.
...
* gnu/packages/version-control.scm (tig): Update to 2.5.4.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-06-06 18:11:50 +08:00
Xinglu Chen
49e40006f6
gnu: python-hg-evolve: Update to 10.3.1.
...
* gnu/packages/version-control.scm (python-hg-evolve): Update to 10.3.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-06-02 10:36:12 +03:00
Marius Bakke
c2649f2811
gnu: asciidoc: Remove Python 2 variant.
...
* gnu/packages/documentation.scm (asciidoc): Update to 9.1.0.
[inputs]: Replace PYTHON-2 with PYTHON.
(asciidoc-py3): Define as deprecated alias for ASCIIDOC.
* gnu/packages/version-control.scm (git)[native-inputs]: Change from
ASCIIDOC-PY3 to ASCIIDOC.
* gnu/packages/wm.scm (i3-wm)[native-inputs]: Likewise.
2021-05-18 22:23:49 +02:00
Xinglu Chen
ae0882bbd6
gnu: mercurial: Patch to make it read HGEXTENSIONPATH.
...
This will make Mercurial be able to find third-party extensions installed with
Guix, without having to set PYTHONPATH.
* gnu/packages/patches/mercurial-hg-extension-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register the patch.
* gnu/packages/version-control.scm (mercurial)[origin](patches): Apply the
patch.
[native-search-paths]: Add HGEXTENSIONPATH.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-16 23:28:11 +02:00
Xinglu Chen
541f93ada0
gnu: Add hg-commitsigs.
...
* gnu/packages/version-control.scm (hg-commitsigs): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-16 23:28:11 +02:00
Xinglu Chen
bdb6ff3ab1
gnu: mercurial: Update to 5.8.
...
* gnu/packages/version-control.scm (mercurial): Update to 5.8.
[build-system]: Switch from ‘python-build-system’ to ‘gnu-build-system’, this
will install additional things like man pages.
[arguments]<#:make-flags>: Set PREFIX argument.
[native-inputs]: Add ‘python-docutils’ for generating man pages.
[inputs]: Add ‘python’.
[description]: Fix formatting.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-14 14:47:16 +02:00
Vinicius Monego
7fb7384134
gnu: pre-commit: Update to 2.12.1.
...
* gnu/packages/version-control.scm (pre-commit): Update to 2.12.1.
[arguments]: Make source tree writable and initialize a git repository before
check phase. Simplify check phase.
[native-inputs]: Add python-covdefaults, python-coverage, python-distlib/next,
python-pytest-env, which.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-13 00:19:58 +02:00
François J
cd95cb287e
gnu: Add git-filter-repo.
...
* gnu/packages/version-control.scm (git-filter-repo): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-05-03 23:10:01 +02:00
François J
817f40d0ac
gnu: git: add a comment on why we don't build manpages
...
* gnu/packages/version-control.scm (git)[native-inputs]:
add back comment skipped by commit
d1cada0450
Signed-off-by: François J. <francois-oss@avalenn.eu>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-03 23:10:01 +02:00
Michael Rohleder
2c09755a7a
gnu: vcsh: Update to 1.20190621.
...
* gnu/packages/version-control.scm (vcsh): Update to 1.20190621.
[arguments]: Add an 'install-bash-completion phase.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-05-03 22:23:59 +02:00
Tobias Geerinckx-Rice
f0eb053dac
gnu: stgit: Update to 1.1.
...
* gnu/packages/version-control.scm (stgit): Update to 1.1.
2021-05-03 01:30:10 +02:00
Tobias Geerinckx-Rice
f87d377a9e
gnu: cvs-fast-export: Update to 1.56.
...
* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.56.
2021-04-20 03:31:47 +02:00
Tobias Geerinckx-Rice
1135b347db
gnu: ghq: Update to 1.1.7.
...
* gnu/packages/version-control.scm (ghq): Update to 1.1.7.
2021-04-12 00:03:15 +02:00
Xinglu Chen
d978c1cfeb
gnu: grokmirror: Update to 2.0.8.
...
* gnu/packages/version-control.scm (grokmirror): Update to 2.0.8.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-03-30 10:32:07 +03:00
Tobias Geerinckx-Rice
6a2c78288a
gnu: git-lfs: Update to 2.13.3.
...
* gnu/packages/version-control.scm (git-lfs): Update to 2.13.3.
2021-03-29 19:39:18 +02:00
Tobias Geerinckx-Rice
b51f086f92
gnu: git: Update to 2.31.1.
...
* gnu/packages/version-control.scm (git): Update to 2.31.1.
2021-03-27 20:52:18 +01:00
Xinglu Chen
369d0e7f5c
gnu: Add git2cl.
...
* gnu/packages/version-control.scm (git2cl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-19 21:51:06 +01:00
LibreMiami
d45d779e2a
gnu: tig: Update to 2.5.3.
...
* gnu/packages/version-control.scm (tig): Update to 2.5.3.
Co-authored-by: jgart <jgart@dismail.de>
Co-authored-by: donotshake <donotshake:matrix.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-17 12:03:25 +01:00
Efraim Flashner
451f23df5e
gnu: b4: Fix setup.py version incompatibility.
...
* gnu/packages/version-control.scm (b4)[source]: Add snippet to not
require too specific of a version.
Reported-by: Kyle Meyer <kyle@kyleam.com>
2021-03-16 14:28:25 +02:00
Léo Le Bouter
0ee5d4f7a8
gnu: git: Fix git-manpages native input's hash.
...
This is a follow-up to commit ab9629b7c9
.
* gnu/packages/version-control.scm (git)[native-inputs]: Fix git-manpages's
hash.
2021-03-16 10:58:36 +01:00
Léo Le Bouter
ab9629b7c9
gnu: git: Update to 2.31.0.
...
* gnu/packages/version-control.scm (git): Update to 2.31.0.
2021-03-16 10:52:11 +01:00
Léo Le Bouter
cbb5b5c4d5
gnu: git: Update to 2.30.2 [fixes CVE-2021-21300].
...
* gnu/packages/version-control.scm (git): Update to 2.30.2.
2021-03-10 01:09:26 +01:00
Stefan Reichör
22475a65d8
gnu: stgit: Update to 1.0.
...
* gnu/packages/version-control.scm (stgit): Update to 1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-03-02 23:12:36 +01:00
Stefan Reichör
c0c652e015
gnu: gita: Update to 0.12.9.
...
* gnu/packages/version-control.scm (gita): Update to 0.12.9.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
2021-02-22 19:39:50 +01:00
Léo Le Bouter
c53ee79c4c
gnu: git: Add credential-libsecret output.
...
* gnu/packages/version-control.scm (git)[native-inputs]: Add pkg-config.
[inputs]: Add glib and libsecret.
[outputs]: Add "credential-libsecret".
[arguments]: Add 'install-credential-libsecret phase to #:phases to build and
install "git-credential-libsecret" to "credential-libsecret" output.
(git-minimal)[arguments]: Delete the 'install-credential-libsecret phase.
Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
2021-02-21 17:04:29 -08:00
Leo Famulari
b4c6b9eb83
gnu: Git: Update to 2.30.1.
...
* gnu/packages/version-control.scm (git): Update to 2.30.1
[native-inputs]: Update git-manpages to 2.30.1.
2021-02-12 22:46:29 -05:00
Leo Famulari
27a5360a55
gnu: subversion: Update to 1.14.1 [fixes CVE-2020-17525].
...
* gnu/packages/version-control.scm (subversion): Update to 1.14.1.
2021-02-10 21:03:32 -05:00