~ruther/guix-local

ref: 4e5dbf92f7d0980e73c4d4b89644cc59a215b4e8 guix-local/gnu/packages/version-control.scm -rw-r--r-- 58.5 KiB
gnu: Add darcs.

* gnu/packages/version-control.scm (darcs): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
d5a3e8f0 — Efraim Flashner 9 years ago
gnu: myrepos: Use 'modify-phases' syntax.

* gnu/packages/version-control.scm (myrepos)[arguments]: Use
'modify-phases' syntax.
d46e9fcb — Efraim Flashner 9 years ago
gnu: myrepos: Update to 1.20170129.

* gnu/packages/version-control.scm (myrepos): Update to 1.20170129.
[source]: Source tarballs have been removed from Github, use
git-download to download from upstream repository.
[home-page]: Use https.
2a0d5de5 — Ludovic Courtès 9 years ago
Merge branch 'core-updates'
84157bb8 — Marius Bakke 9 years ago
Merge branch 'master' into core-updates

Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
6fd52309 — Tobias Geerinckx-Rice 9 years ago
gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.

All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
c17383f4 — Leo Famulari 9 years ago
Merge branch 'master' into core-updates
a48a1071 — Ludovic Courtès 9 years ago
gnu: libgit2: Patch use-after-free.

* gnu/packages/patches/libgit2-use-after-free.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (libgit2)[inputs]: Add it.
[arguments] <#:phases>: Add 'apply-patch' phase.
17fc8da3 — Marius Bakke 9 years ago
gnu: git: Update to 2.12.2.

* gnu/packages/version-control.scm (git): Update to 2.12.2.
096f0080 — Sergei Trofimovich 9 years ago
gnu: rcs: Fix build against gcc-5.4.0.

* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/patches/rcs-5.9.4-noreturn.patch: New file.
* gnu/packages/version-control.scm (rcs)[source]: Applied patch.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
378de69c — Efraim Flashner 9 years ago
Merge remote-tracking branch 'origin/master' into core-updates
4b0e6367 — Kei Kebreau 9 years ago
gnu: Adjust asciidoc-related build options.

Commits 9099a45792306fade2d9ca55138e49ef4f01f1ea and
3078821d1380c26c738be6b5d430c595327d401f make many package inputs and
build configurations related to asciidoc obsolete.

* gnu/packages/compton.scm (compton)[inputs]: Remove docbook-xml,
libxml2 and libxslt.
* gnu/packages/mail.scm (offlinemap)[native-inputs]: Remove libxslt.
* gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Remove docbook-xml.
(perf)[inputs]: Remove docbook-xml and libxslt.
* gnu/packages/text-editors.scm (kakoune)[native-inputs]: Remove libxslt.
* gnu/packages/version-control.scm (cgit)[native-inputs]: Remove
docbook-xml, docbook-xsl, libxml2 and libxslt.
(cvs-fast-export)[native-inputs]: Remove docbook-xml, docbook-xsl,
libxml2 and libxslt.
* gnu/packages/web.scm (qutebrowser)[native-inputs]: Remove docbook-xml,
docbook-xsl, libxml2, and libxslt.
(tinyproxy)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and
libxslt.
* gnu/packages/wm.scm (awesome)[make-flags]: Remove XML_CATALOG_FILES flag.
(i3-wm)[inputs]: Remove docbook-xml.
[native-inputs]: Add libxml2.
3411937b — Marius Bakke 9 years ago
gnu: git: Update to 2.12.1.

* gnu/packages/version-control.scm (git): Update to 2.12.1.
4b7e5c11 — Marius Bakke 9 years ago
Merge branch 'master' into core-updates
2eab5db3 — Leo Famulari 9 years ago
Revert "gnu: gitolite: Fix shebangs in hooks."

This change embedded store references in the shebangs of scripts that
were meant to be copied out of the store. Those scripts would break when
the interpreters expected by the shebangs were garbage collected.

<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25966#28>

This reverts commit d0c16adb190c7244ee3ef1329cba78a015ae5d10.
e90e0fad — Ludovic Courtès 9 years ago
Merge branch 'master' into core-updates
e3ff8383 — Troy Sankey 9 years ago
gnu: git: force GIT_EXEC_PATH to be single-entry

* gnu/packages/version-control.scm (git)[native-search-paths](separator):
New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: gitolite: Fix shebangs in hooks.

Fixes <https://bugs.gnu.org/25957>.

* gnu/packages/version-control.scm (gitolite)[arguments]: Add 'fix-hooks-shebangs'
phase to fix references to '/usr/bin/perl'.

Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: gitolite: Update to 3.6.6.

* gnu/packages/version-control.scm (gitolite): Update to 3.6.6.

Signed-off-by: Leo Famulari <leo@famulari.name>
3f98071a — Marius Bakke 9 years ago
Merge branch 'python-tests'
Next