guix/distro/packages
Ludovic Courtès 9d9e645081 distro: Go for one module per package.
The alternative, which was to use one module per category, would
probably not scale well.  First, because many packages could fall into
several categories (does GnuTLS go into "networking", "security", or
"libraries"?).  Second, because that could easily lead to circular
dependencies among modules ("security" and "networking" depend on each
other, etc.)

* distro/packages/databases.scm: Rename to...
* distro/packages/recutils.scm: ... this.
* distro/packages/typesetting.scm: Rename to...
* distro/packages/lout.scm: ... this.
* Makefile.am (MODULES): Adjust accordingly.
* po/POTFILES.in: Likewise.
2012-11-04 21:46:14 +01:00
..
bootstrap distro: Add i686-linux port. 2012-10-26 19:10:37 +02:00
patches build: Move distro/patches' to distro/packages/patches'. 2012-10-27 15:32:40 +02:00
base.scm packages: description' → synopsis', long-description' → description'. 2012-11-04 13:48:35 +01:00
guile.scm packages: description' → synopsis', long-description' → description'. 2012-11-04 13:48:35 +01:00
ld-wrapper.scm
lout.scm distro: Go for one module per package. 2012-11-04 21:46:14 +01:00
recutils.scm distro: Go for one module per package. 2012-11-04 21:46:14 +01:00