<feed xmlns='http://www.w3.org/2005/Atom'>
<title>guix/Makefile.am, branch v0.0</title>
<subtitle>Transactional package manager, declarative GNU/Linux distribution, reproducible deployment tool, and more! https://guix.gnu.org</subtitle>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/'/>
<entry>
<title>build: Adjust tests to Automake 1.12.</title>
<updated>2012-07-07T20:51:40+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-07-07T20:50:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e1e7b29aae2f2acda47c3d0c083096b0ee37574f'/>
<id>e1e7b29aae2f2acda47c3d0c083096b0ee37574f</id>
<content type='text'>
* Makefile.am (TESTS_ENVIRONMENT): Remove `guile' invocation.  Add
  semicolons, and export the variables as shown in the Automake 1.12
  manual.
  (LOG_COMPILER): New variable, with `guile' invocation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.am (TESTS_ENVIRONMENT): Remove `guile' invocation.  Add
  semicolons, and export the variables as shown in the Automake 1.12
  manual.
  (LOG_COMPILER): New variable, with `guile' invocation.
</pre>
</div>
</content>
</entry>
<entry>
<title>distro: Add GNU Guile 1.8.</title>
<updated>2012-07-05T23:00:40+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-07-05T22:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=d767288490c0d2edc1b64fb99994571ddcc08f0f'/>
<id>d767288490c0d2edc1b64fb99994571ddcc08f0f</id>
<content type='text'>
* distro/base.scm (guile-1.8): New variable.

* distro/guile-1.8-cpp-4.5.patch: New file.
* Makefile.am (nobase_dist_guilemodule_DATA): Add it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* distro/base.scm (guile-1.8): New variable.

* distro/guile-1.8-cpp-4.5.patch: New file.
* Makefile.am (nobase_dist_guilemodule_DATA): Add it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add builder-side utilities for phases, stream editing, &amp; co.</title>
<updated>2012-07-04T22:13:30+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-07-01T15:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=b0e0d0e99fab04fc374061adc7386b0f3f4b18c5'/>
<id>b0e0d0e99fab04fc374061adc7386b0f3f4b18c5</id>
<content type='text'>
* guix/build/utils.scm (with-directory-excursion): New macro.
  (alist-cons-before, alist-cons-after, alist-replace): New procedures.
  (substitute): New procedure.

* tests/build-utils.scm: New file.

* Makefile.am (TESTS): Add `tests/build-utils.scm'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix/build/utils.scm (with-directory-excursion): New macro.
  (alist-cons-before, alist-cons-after, alist-replace): New procedures.
  (substitute): New procedure.

* tests/build-utils.scm: New file.

* Makefile.am (TESTS): Add `tests/build-utils.scm'.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Don't auto-compile tests.</title>
<updated>2012-07-01T23:35:39+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-07-01T23:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=5f904ffbb1b04adeb57b90d529ed0fac0209e0ff'/>
<id>5f904ffbb1b04adeb57b90d529ed0fac0209e0ff</id>
<content type='text'>
* Makefile.am (TESTS_ENVIRONMENT): Add `--no-auto-compile'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.am (TESTS_ENVIRONMENT): Add `--no-auto-compile'.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Build (guix utils) first.</title>
<updated>2012-07-01T13:10:50+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-07-01T13:10:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=73fbb904312a7cb17a430f994b9f03485aef397c'/>
<id>73fbb904312a7cb17a430f994b9f03485aef397c</id>
<content type='text'>
* Makefile.am (MODULES): Move `guix/utils.scm' first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.am (MODULES): Move `guix/utils.scm' first.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `guix-build'.</title>
<updated>2012-06-30T22:56:24+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-06-30T22:56:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=14a1c3197ca26afc4d037ab22a9e10a0bd8379d6'/>
<id>14a1c3197ca26afc4d037ab22a9e10a0bd8379d6</id>
<content type='text'>
* guix-build.in: New file.

* configure.ac: Emit `guix-build'.  Add `commands-exec'.
* Makefile.am (bin_SCRIPTS): New variable.
* po/POTFILES.in: Add `guix-build.in'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* guix-build.in: New file.

* configure.ac: Emit `guix-build'.  Add `commands-exec'.
* Makefile.am (bin_SCRIPTS): New variable.
* po/POTFILES.in: Add `guix-build.in'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add (distro) with a package searching facility.</title>
<updated>2012-06-30T14:37:19+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-06-30T14:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=6b1891b0a174f0fcbf26d4f404d3c2b4c63eb3e2'/>
<id>6b1891b0a174f0fcbf26d4f404d3c2b4c63eb3e2</id>
<content type='text'>
* Makefile.am (MODULES): Add `distro.scm'.

* distro.scm: New file.
* po/POTFILES.in: Add it.

* tests/packages.scm ("find-packages-by-name", "find-packages-by-name
  with version"): New tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.am (MODULES): Add `distro.scm'.

* distro.scm: New file.
* po/POTFILES.in: Add it.

* tests/packages.scm ("find-packages-by-name", "find-packages-by-name
  with version"): New tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Gettextize, with GNU Gettext 0.18.1.</title>
<updated>2012-06-29T20:38:22+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-06-29T20:22:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=f68b089361ba768f1a9398225040af3e9faafbf3'/>
<id>f68b089361ba768f1a9398225040af3e9faafbf3</id>
<content type='text'>
* Makefile.am (EXTRA_DIST): Add `build-aux/config.rpath'.
  (SUBDIRS, ACLOCAL_AMFLAGS): New variables.

* configure.ac: Use `AM_GNU_GETTEXT'.  Emit `po/Makefile.in'.

* po/Makevars, po/POTFILES.in: New files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.am (EXTRA_DIST): Add `build-aux/config.rpath'.
  (SUBDIRS, ACLOCAL_AMFLAGS): New variables.

* configure.ac: Use `AM_GNU_GETTEXT'.  Emit `po/Makefile.in'.

* po/Makevars, po/POTFILES.in: New files.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a declarative packaging layer.</title>
<updated>2012-06-27T23:24:34+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-06-27T23:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=e3ce5d709f3ba6a3f3a94a24c20a9cd87e6bd07d'/>
<id>e3ce5d709f3ba6a3f3a94a24c20a9cd87e6bd07d</id>
<content type='text'>
* Makefile.am (MODULES): Add `guix/packages.scm' and `distro/base.scm'.
  (TESTS): Add `tests/packages.scm'.
  (EXTRA_DIST): New variable.

* guix/packages.scm, distro/base.scm, tests/packages.scm: New files.

* guix/http.scm (http-fetch): Make `name' an optional argument, to match
  the expectations of `package-source-derivation'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.am (MODULES): Add `guix/packages.scm' and `distro/base.scm'.
  (TESTS): Add `tests/packages.scm'.
  (EXTRA_DIST): New variable.

* guix/packages.scm, distro/base.scm, tests/packages.scm: New files.

* guix/http.scm (http-fetch): Make `name' an optional argument, to match
  the expectations of `package-source-derivation'.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Define $NIXPKGS when compiling.</title>
<updated>2012-06-27T22:53:13+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2012-06-27T22:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vineetk.net/guix/commit/?id=04a0b857d8eec059081bf0ffa5dc2e6c22841d28'/>
<id>04a0b857d8eec059081bf0ffa5dc2e6c22841d28</id>
<content type='text'>
* Makefile.am (.scm.go): Define $NIXPKGS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Makefile.am (.scm.go): Define $NIXPKGS.
</pre>
</div>
</content>
</entry>
</feed>
