~ruther/guix-local

ref: 938ecdfcaba2068bca1de2db27094bfefaf207d4 guix-local/gnu/packages/version-control.scm -rw-r--r-- 35.9 KiB
86a81222 — 宋文武 10 years ago
Merge branch 'master' into gtk-rebuild

Conflicts:
	gnu/packages/gtk.scm
cbf71ea2 — Mark H Weaver 11 years ago
gnu: subversion: Add fix for sqlite-3.8.9.

* gnu/packages/patches/subversion-sqlite-3.8.9-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (subversion): Add patch.
6e6e9f25 — Mark H Weaver 11 years ago
gnu: Remove neon-0.29.6.

* gnu/packages/version-control.scm (neon-0.29.6): Remove variable.
46138f3e — Mark H Weaver 11 years ago
gnu: subversion: Add serf to inputs.

This is a followup to d5e9f3809dc7d521874cfad0a242ab664f6c19bc, which upgraded
subversion to 1.8.x.  Previously we used 'neon' to support http access
methods, but subversion 1.8 drops support for 'neon' in favor of 'serf'.

* gnu/packages/version-control.scm (subversion)[inputs]: Add 'serf' and remove
  'neon'.
  [arguments]: Fix typo in phase name.
d5e9f380 — Mark H Weaver 11 years ago
gnu: subversion: Update to 1.8.13.

* gnu/packages/version-control.scm (subversion): Update to 1.8.13.
4ac0d644 — Andreas Enge 11 years ago
Merge branch 'master' into core-updates.
378b01dc — David Thompson 11 years ago
gnu: Add gitolite.

* gnu/packages/version-control.scm (gitolite): New variable.
* gnu/packages/patches/gitolite-openssh-6.8-compat.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
334345d9 — Mark H Weaver 11 years ago
Merge branch 'core-updates'
6b206853 — 宋文武 11 years ago
gnu: subversion: Add $libdir to the RUNPATH of Perl bindings.

Fixes <http://bugs.gnu.org/20052>.

* gnu/packages/version-control.scm (subversion)[arguments]:
  Pass '-Wl,-rpath=...' as OTHERLDFLAGS in install-perl-bindings phase.
25d5b708 — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
2d32d153 — Ludovic Courtès 11 years ago
gnu: Use emacs-no-x when we just want to byte-compile code.

* gnu/packages/code.scm (cflow)[native-inputs]: Change EMACS to
  EMACS-NO-X.
* gnu/packages/databases.scm (recutils): Likewise.
* gnu/packages/emacs.scm (geiser, paredit, magit, emacs-w3m, emacs-wget,
  emms, bbdb): Likewise.
* gnu/packages/idutils.scm (idutils): Likewise.
* gnu/packages/mail.scm (mu): Likewise.
* gnu/packages/package-management.scm (guix-0.8.1): Likewise.
* gnu/packages/scheme.scm (bigloo): Likewise.
* gnu/packages/version-control.scm (vc-dwim): Likewise.
381c540b — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
2459141e — Tomáš Čech 11 years ago
gnu: Add tig.

* gnu/packages/version-control.scm (tig): New variable.
be3ed52d — Ludovic Courtès 11 years ago
gnu: git: Install Bash completion as 'etc/bash_completion.d/git'.

* gnu/packages/version-control.scm (git)[arguments]
  <install-shell-completion>: Change "git.sh" to "git" as the completion
  module file name.
12890625 — Ludovic Courtès 11 years ago
Merge branch 'core-updates'.
23c0e743 — Ludovic Courtès 11 years ago
gnu: git: Install the Bash completion script.

* gnu/packages/version-control.scm (git)[arguments]: Add
  'install-shell-completion' phase.
da699774 — Ludovic Courtès 11 years ago
gnu: Add search path specifications for 'SSL_CERT_FILE' and 'GIT_SSL_CAINFO'.

* gnu/packages/openssl.scm (openssl)[native-search-paths]: Add
  specification for 'SSL_CERT_FILE'.
* gnu/packages/version-control.scm (git)[native-search-paths]: Add
  specification for 'GIT_SSL_CAINFO'.
73ebc66f — Ludovic Courtès 11 years ago
gnu: rcs: Update to 5.9.4.

* gnu/packages/version-control.scm (rcs): Update to 5.9.4.
57b7e1a6 — Ludovic Courtès 11 years ago
Merge branch 'core-updates'

Conflicts:
	gnu/packages/bootstrap.scm
52958f0d — Ludovic Courtès 11 years ago
gnu: mercurial: Update to 3.2.4.

* gnu/packages/version-control.scm (mercurial): Update to 3.2.4.
Next