<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix.git/distro/packages/autotools.scm, branch master</title>
<subtitle>Personal branch of https://git.savannah.gnu.org/cgit/guix.git/ for implementing 'guix deploy'.
</subtitle>
<id>https://git.jakob.space/guix.git/atom?h=master</id>
<link rel='self' href='https://git.jakob.space/guix.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/'/>
<updated>2013-01-18T00:07:31Z</updated>
<entry>
<title>distro: Change the module name space to (gnu ...).</title>
<updated>2013-01-18T00:07:31Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-01-18T00:06:24Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=1ffa7090b99dfd2f54fa883929c5e78d7852657a'/>
<id>urn:sha1:1ffa7090b99dfd2f54fa883929c5e78d7852657a</id>
<content type='text'>
* distro: Rename to...
* gnu: ... this.  Update module names accordingly.
* Makefile.am: Adjust accordingly.
* po/POTFILES.in: Likewise.
* distro.scm: Search for files under /gnu/packages instead of
  /distro/packages.
* gnu/packages/base.scm (ld-wrapper-boot3): Likewise.
</content>
</entry>
<entry>
<title>Merge branch 'master' into core-updates</title>
<updated>2013-01-06T16:33:02Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-01-06T16:33:02Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=4050e5d6cfe8f7af29f10b2f1b3c7febdc10946a'/>
<id>urn:sha1:4050e5d6cfe8f7af29f10b2f1b3c7febdc10946a</id>
<content type='text'>
Conflicts:
	build-aux/download.scm
	distro/packages/autotools.scm
	distro/packages/base.scm
	distro/packages/bootstrap.scm
	distro/packages/lsh.scm
	distro/packages/make-bootstrap.scm
	distro/packages/ncurses.scm
	distro/packages/perl.scm
	tests/derivations.scm
	tests/union.scm
</content>
</entry>
<entry>
<title>Update license headers.</title>
<updated>2013-01-05T23:47:50Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-01-05T23:47:50Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=233e76769ae3a438bff7117c68f2c88739a28db0'/>
<id>urn:sha1:233e76769ae3a438bff7117c68f2c88739a28db0</id>
<content type='text'>
Change all license headers, except guix/build/* and ld-wrapper.scm, with
this code:

  (use-modules (guix build utils)
	       (srfi srfi-1))

  (fluid-set! %default-port-encoding "UTF-8")

  (substitute* (remove (lambda (f)
			 (or (string-contains f ".tar.")
			     (string-contains f ".git/")
			     (string-contains f ".so")
			     (string-suffix? ".o" f)
			     (string-suffix? ".a" f)
			     (string-suffix? ".go" f)
			     (string-suffix? ".pdf" f)
			     (string-suffix? ".png" f)
			     (string-suffix? ".info" f)
			     (equal? (basename f) "guix-daemon")
			     (equal? (basename f) "nix-setuid-helper")
			     (string-contains f "nix-upstream/")
			     (string-contains f "distro/packages/bootstrap/")))
		       (find-files "." "\\.[a-z]+$"))
    (("^([[:graph:]]+) This file is part of Guix." _ comment-start)
     (string-append comment-start " This file is part of GNU Guix."))
    (("^([[:graph:]]+) Guix --- Nix package management.*" _ comment-start)
     (string-append comment-start
		    " GNU Guix --- Functional package management for GNU\n"))
    (("^([[:graph:]]+) Guix is " _ comment-start)
     (string-append comment-start " GNU Guix is "))
    (("^([[:graph:]]+) along with Guix." _ comment-start)
     (string-append comment-start " along with GNU Guix."))
    (("^([[:graph:]]+) Copyright \\(C\\)" _ comment-start)
     (string-append comment-start " Copyright ©")))

Change headers using C-style comments manually.
</content>
</entry>
<entry>
<title>distro: libtool: Add a "bin" output.</title>
<updated>2013-01-02T22:40:56Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2013-01-02T22:40:56Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=2f8a123ed32eba2d63822327f86eadfba2c12143'/>
<id>urn:sha1:2f8a123ed32eba2d63822327f86eadfba2c12143</id>
<content type='text'>
* distro/packages/autotools.scm (libtool): Add a "bin" output.
* distro/packages/base.scm (guile-final): Remove comment about retained
  dependency.
</content>
</entry>
<entry>
<title>distro: automake: Update to 1.12.6.</title>
<updated>2012-12-30T16:07:14Z</updated>
<author>
<name>Andreas Enge</name>
</author>
<published>2012-12-21T23:25:18Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=2aaa45b03cabe844d358084c7f8caaf2cb993a42'/>
<id>urn:sha1:2aaa45b03cabe844d358084c7f8caaf2cb993a42</id>
<content type='text'>
* distro/packages/autotools.scm (automake): Update to 1.12.6.
</content>
</entry>
<entry>
<title>build-system/gnu: Patch shebangs in all the source; patch SHELL in makefiles.</title>
<updated>2012-12-21T21:31:25Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-12-21T21:31:25Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=c089511288820cfb3efc5295e572be24aa83f068'/>
<id>urn:sha1:c089511288820cfb3efc5295e572be24aa83f068</id>
<content type='text'>
* guix/build/utils.scm (call-with-ascii-input-file): New procedure.
  (patch-shebang): Use it.
  (patch-makefile-SHELL): New procedure.
* guix/build/gnu-build-system.scm (patch-source-shebangs): Patch all the
  files, not just executables; remove `po/Makefile.in.in' patching.
  (patch-generated-files): Rename to...
  (patch-generated-file-shebangs): ... this.  Patch executables and
  makefiles.
  (%standard-phases): Adjust accordingly.

* distro/packages/autotools.scm (libtool): Remove call to `patch-shebang'.
* distro/packages/base.scm (gcc-4.7): Likewise.
  (guile-final): Remove hack to skip `test-command-line-encoding2'.
* distro/packages/bash.scm (bash): Remove `pre-configure-phase'.
* distro/packages/readline.scm (readline): Likewise.
* distro/packages/ncurses.scm (ncurses): Remove `pre-install-phase'.
</content>
</entry>
<entry>
<title>distro: libtool: Run test suite in parallel; patch references to /bin/sh.</title>
<updated>2012-12-20T18:00:14Z</updated>
<author>
<name>Ludovic Courtès</name>
</author>
<published>2012-12-20T18:00:14Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=42ff70e26263bfe4c55398a246a3ab0ad2b6200c'/>
<id>urn:sha1:42ff70e26263bfe4c55398a246a3ab0ad2b6200c</id>
<content type='text'>
* distro/packages/autotools.scm (libtool): Add `pre-check' phase.
</content>
</entry>
<entry>
<title>distro: Use (guix licenses) instead of strings.</title>
<updated>2012-12-14T22:37:24Z</updated>
<author>
<name>Nikita Karetnikov</name>
</author>
<published>2012-12-14T15:14:04Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=4a44e743a0dfaa8fcaaa804b8c93a89ff68f2a97'/>
<id>urn:sha1:4a44e743a0dfaa8fcaaa804b8c93a89ff68f2a97</id>
<content type='text'>
* distro/packages/acl.scm, distro/packages/attr.scm,
  distro/packages/autotools.scm, distro/packages/base.scm,
  distro/packages/bash.scm, distro/packages/bdw-gc.scm,
  distro/packages/bison.scm, distro/packages/bootstrap.scm,
  distro/packages/compression.scm, distro/packages/cpio.scm,
  distro/packages/ddrescue.scm, distro/packages/ed.scm,
  distro/packages/flex.scm, distro/packages/gawk.scm,
  distro/packages/gdbm.scm, distro/packages/gettext.scm,
  distro/packages/gnupg.scm, distro/packages/gnutls.scm,
  distro/packages/gperf.scm, distro/packages/guile.scm,
  distro/packages/help2man.scm, distro/packages/less.scm,
  distro/packages/libffi.scm, distro/packages/libsigsegv.scm,
  distro/packages/libunistring.scm, distro/packages/linux.scm,
  distro/packages/lout.scm, distro/packages/lsh.scm,
  distro/packages/m4.scm, distro/packages/multiprecision.scm,
  distro/packages/nano.scm, distro/packages/ncurses.scm,
  distro/packages/nettle.scm, distro/packages/perl.scm,
  distro/packages/pkg-config.scm, distro/packages/pth.scm,
  distro/packages/readline.scm, distro/packages/recutils.scm,
  distro/packages/shishi.scm, distro/packages/system.scm,
  distro/packages/texinfo.scm, distro/packages/time.scm,
  distro/packages/wget.scm, distro/packages/which.scm,
  distro/packages/zile.scm: Use (guix licenses).
</content>
</entry>
<entry>
<title>distro: Move (distro packages libtool) to (distro packages autotools).</title>
<updated>2012-11-22T21:37:20Z</updated>
<author>
<name>Nikita Karetnikov</name>
</author>
<published>2012-11-22T00:50:28Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=36d4d49e694f87aa950101724800171baa74f8b3'/>
<id>urn:sha1:36d4d49e694f87aa950101724800171baa74f8b3</id>
<content type='text'>
* distro/packages/autotools.scm (libtool): Add it.
* distro/packages/libtool.scm: Remove it.
* distro/packages/guile.scm (distro packages guile): Adjust accordingly.
* Makefile.am (MODULES): Adjust accordingly.
</content>
</entry>
<entry>
<title>distro: Add GNU Autoconf and GNU Automake.</title>
<updated>2012-11-22T21:30:50Z</updated>
<author>
<name>Nikita Karetnikov</name>
</author>
<published>2012-11-22T00:10:21Z</published>
<link rel='alternate' type='text/html' href='https://git.jakob.space/guix.git/commit/?id=80ffc7082c52fb5cbf89ea7cf8d5da3b6ff5fd0b'/>
<id>urn:sha1:80ffc7082c52fb5cbf89ea7cf8d5da3b6ff5fd0b</id>
<content type='text'>
* distro/packages/autotools.scm: New file.
* Makefile.am (MODULES): Add it.
</content>
</entry>
</feed>
