~ruther/guix-local

ref: f83e943fe7b7a4db93a6c603b9fdde57a35e918d guix-local/gnu/packages/version-control.scm -rw-r--r-- 8.1 KiB
aae4ead8 — Andreas Enge 12 years ago
Merge branch 'python'
d1f30e99 — Andreas Enge 12 years ago
gnu: git: Switch back to Python 2.

* gnu/packages/version-control.scm (git): Switch back to Python 2.
aa9e22ef — Andreas Enge 12 years ago
gnu: subversion: Switch back to Python 2.

* gnu/packages/version-control.scm (subversion): Switch back to Python 2.
1611eccd — Andreas Enge 12 years ago
gnu: bazaar: Switch back to Python 2.

* gnu/packages/version-control.scm (bazaar): Switch back to Python 2.
ee3e314b — Andreas Enge 12 years ago
gnu: python: Replace input python by python-wrapper.

* gnu/packages/{gdb.scm (gdb), cryptsetup.scm (cryptsetup),
  ghostscript.scm (ghostscript), glib.scm (glib), gnupg.scm (pius),
  gtk.scm (cairo, harfbuzz), libevent.scm (libevent), netpbm.scm (netpbm),
  oggvorbis.scm (libkate), qemu.scm (qemu), samba.scm (samba),
  texlive.scm (rubber, texlive), version-control.scm (subversion),
  xml.scm (libxml2, libxslt), xorg.scm (libxcb, mesa, xcb-proto, xorg-server),
  yasm.scm (yasm), zip.scm (zziplib)}:
  Replace input python by python-wrapper.
d9ff410f — Andreas Enge 12 years ago
gnu: Add git.

* gnu/packages/version-control.scm (git): New variable.
2b24faa2 — Andreas Enge 12 years ago
gnu: Rename "libapr" to "apr" and "libaprutil" to "apr-util".

* gnu/packages/apr.scm: Rename file from libapr.scm.
* gnu/packages/patches/apr-skip-getservbyname-test.patch: Rename file
    from libapr-skip-getservbyname-test.patch.
* gnu-system.am (GNU_SYSTEM_MODULES): Rename module libapr to apr.
* gnu-system.am (dist_patch_DATA): Rename patch file.
* gnu/packages/apr.scm (apr): Rename from libapr.
* gnu/packages/apr.scm (apr-util): Rename from libaprutil, change
    input name.
* gnu/packages/version-control.scm (subversion): Change input name.
e23dc82c — Ludovic Courtès 12 years ago
gnu: subversion: Fetch over plain HTTP.

* gnu/packages/version-control.scm (subversion): Use the http:// URL
  to work around <http://bugs.gnu.org/14884>.  Reported by Mark Weaver
  and Andreas Enge.
a4572a17 — Ludovic Courtès 12 years ago
gnu: Add GNU vc-dwim.

* gnu/packages/version-control.scm (vc-dwim): New variable.
d501fad1 — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates

Conflicts:
	gnu/packages/make-bootstrap.scm
cf3fe3b0 — Cyril Roelandt 12 years ago
gnu: Move subversion with the other version control systems.

* gnu/packages/subversion.scm: Remove file.
* gnu/packages/version-control.scm (subversion): New variable.
* Makefile.am (MODULES): remove subversion.scm.
1972fed4 — Ludovic Courtès 13 years ago
gnu: Add CVS.

* gnu/packages/version-control.scm (cvs): New variable.
1b1c335f — Ludovic Courtès 13 years ago
gnu: Add GNU RCS.

* gnu/packages/bazaar.scm: Rename to...
* gnu/packages/version-control.scm: ... this.
  (rcs): New variable.
* Makefile.am (MODULES): Adjust accordingly.
2c71cf66 — Ludovic Courtès 13 years ago
gnu: Sync synopses with the Womb.

* gnu/packages/bazaar.scm (bazaar): Use synopsis from the Womb.
* gnu/packages/gv.scm (gv): Likewise.
dcee3fc5 — Nikita Karetnikov 13 years ago
gnu: Add GNU Bazaar.

* gnu/packages/bazaar.scm: New file.
* Makefile.am (MODULES): Add it.