Commit Graph

13269 Commits

Author SHA1 Message Date
Eelco Dolstra
f543078655 * Install the libvirt-guests boot script for saving/restoring VMs
across host reboots.

svn path=/nixpkgs/trunk/; revision=26120
2011-02-25 15:56:10 +00:00
Eelco Dolstra
55050ba5c6 * iptables updated to 1.4.10.
svn path=/nixpkgs/trunk/; revision=26113
2011-02-25 14:48:53 +00:00
Eelco Dolstra
583053d018 * libvirt: enable some more features.
svn path=/nixpkgs/trunk/; revision=26111
2011-02-25 13:24:41 +00:00
David Guibert
f54652ea56 ledger: update to 2.6.3.
svn path=/nixpkgs/trunk/; revision=26109
2011-02-24 22:19:47 +00:00
David Guibert
a5dae2652e kernel: 2.6.37 -> 2.6.37.1
svn path=/nixpkgs/trunk/; revision=26108
2011-02-24 22:19:42 +00:00
David Guibert
ecf72a5720 git: 1.7.4 -> 1.7.4.1
svn path=/nixpkgs/trunk/; revision=26107
2011-02-24 22:19:37 +00:00
David Guibert
67dae3543f update chrome
svn path=/nixpkgs/trunk/; revision=26106
2011-02-24 22:19:32 +00:00
David Guibert
05d5478c9b acpi: 0.09 -> 1.5 (picked from debian)
svn path=/nixpkgs/trunk/; revision=26105
2011-02-24 22:19:27 +00:00
Eelco Dolstra
377b97a37b * Drop the unnecessary boot=on flag.
svn path=/nixpkgs/trunk/; revision=26104
2011-02-24 21:48:32 +00:00
Peter Simons
3c2ba9df1a Dropped file that was checked in by accident.
Thanks, Ludo, for catching this mistake.

svn path=/nixpkgs/trunk/; revision=26102
2011-02-24 18:08:16 +00:00
Eelco Dolstra
df45fa18bb * qemu-kvm updated to 0.14.0.
svn path=/nixpkgs/trunk/; revision=26101
2011-02-24 16:25:10 +00:00
Eelco Dolstra
60e9fc7991 * Fix a typo in the `platforms' attribute.
svn path=/nixpkgs/trunk/; revision=26100
2011-02-24 16:24:54 +00:00
Eelco Dolstra
a9ca5acac3 * Grrr, we should really mirror jquery-ui.
svn path=/nixpkgs/trunk/; revision=26099
2011-02-24 16:20:47 +00:00
Eelco Dolstra
9bbe78533e * Add readline support to libvirt.
svn path=/nixpkgs/trunk/; revision=26097
2011-02-24 15:42:51 +00:00
Eelco Dolstra
6bab14437c * libvirt: use /var and set the correct paths to ip/iptables.
svn path=/nixpkgs/trunk/; revision=26091
2011-02-24 13:36:18 +00:00
Eelco Dolstra
76b07fbc18 * Linux 2.6.32.29.
svn path=/nixpkgs/trunk/; revision=26090
2011-02-24 13:11:51 +00:00
Cillian de Roiste
049d5697c0 Adding a patch which fixes vpnc
svn path=/nixpkgs/trunk/; revision=26089
2011-02-24 12:04:00 +00:00
Eelco Dolstra
a35dcdb281 * libvirt updated to 0.8.8.
svn path=/nixpkgs/trunk/; revision=26088
2011-02-24 11:59:30 +00:00
Peter Simons
f073bf2a3e esniper 2.24.0 is a simple, lightweight tool for sniping eBay auctions.
svn path=/nixpkgs/trunk/; revision=26086
2011-02-24 11:25:16 +00:00
Ludovic Courtès
ca1aa628b9 GNU FreeIPMI 1.0.2.
svn path=/nixpkgs/trunk/; revision=26084
2011-02-23 21:24:37 +00:00
Ludovic Courtès
2fafe4612c GNU IceCat 3.6.13.
svn path=/nixpkgs/trunk/; revision=26080
2011-02-23 17:36:36 +00:00
Ludovic Courtès
20111bb05a GNU Source-Highlight 3.1.4.
svn path=/nixpkgs/trunk/; revision=26079
2011-02-23 17:36:32 +00:00
Ludovic Courtès
f1f647e6fc GNU Xnee 3.09.
svn path=/nixpkgs/trunk/; revision=26078
2011-02-23 17:36:28 +00:00
Ludovic Courtès
918a142f2a gnupdate: Update the list of ignored attributes.
* maintainers/scripts/gnu/gnupdate (%ignored-package-attributes):
  Update.

svn path=/nixpkgs/trunk/; revision=26077
2011-02-23 17:36:24 +00:00
Ludovic Courtès
b70494961b gnupdate: Display FTP exceptions more nicely.
* maintainers/scripts/gnu/gnupdate (releases): Display MESSAGE and ARGS
  with ~S.

svn path=/nixpkgs/trunk/; revision=26076
2011-02-23 17:36:21 +00:00
Ludovic Courtès
7a99d54ca7 gnupdate: Handle recursive FTP directory structures; handle funky file names.
This patch allows projects with per-version sub-directories to be
handled (e.g., MIT Scheme, MyServer, IceCat, etc.)  It also makes sure
alpha releases are discarded (e.g., "gnupg-2.1.0beta3") as well as
unrelated files (e.g., "TeXmacs-600dpi-fonts.tar.gz").

* maintainers/scripts/gnu/gnupdate (ftp-list): Return a list of entries
  where each entry indicates the file type in addition to the file name.
  (releases): Adjust accordingly.  Recurse into sub-directories and
  return a list of name/directory pairs.  Catch `ftp-error' instead
  of everything.
  [release-rx]: Adjust to work with TeXmacs.
  [alpha-rx]: New variable.
  [sans-extension]: New procedure.
  (latest-release): Adjust accordingly.
  (%package-name-rx): New variable.
  (package/version): Use it.
  (packages-to-update): Adjust accordingly.  Use the directory returned
  by `latest-release'.
  [unpack]: New procedure.
  (fetch-gnu): Add a `directory' parameter; use it.

svn path=/nixpkgs/trunk/; revision=26075
2011-02-23 17:36:15 +00:00
Ludovic Courtès
ad32df1795 gnupdate: Add a quirk for Source-Highlight.
* maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Add
  "source-highlight".

svn path=/nixpkgs/trunk/; revision=26074
2011-02-23 17:36:11 +00:00
Ludovic Courtès
e86ac7fc39 gnupdate: Fix the MIT Scheme quirk.
* maintainers/scripts/gnu/gnupdate (ftp-server/directory)[quirks]: Fix
  the mit-scheme quirk.

svn path=/nixpkgs/trunk/; revision=26073
2011-02-23 17:36:07 +00:00
Marco Maggesi
3c10d32ad0 Oops... Fix alphabetical order in all-packages.nix
svn path=/nixpkgs/trunk/; revision=26064
2011-02-22 21:07:36 +00:00
Marco Maggesi
a297ef5966 Add lsscsi
svn path=/nixpkgs/trunk/; revision=26063
2011-02-22 20:57:17 +00:00
Marco Maggesi
04d74baeb0 * Update dmtcp to version 1.2.0.
* Remove patch 'dont_check_uid' that was introduced to allow building
  hol_light binaries under root, but we will avoid it in the future).


svn path=/nixpkgs/trunk/; revision=26062
2011-02-22 19:00:45 +00:00
Ludovic Courtès
7201a275db GNU AutoGen 5.11.6.
svn path=/nixpkgs/trunk/; revision=26060
2011-02-22 13:40:01 +00:00
Ludovic Courtès
eba1278e84 guile-2-test: Update to 2.0.
svn path=/nixpkgs/trunk/; revision=26059
2011-02-22 13:39:56 +00:00
Yury G. Kudryashov
4a5b7854a8 Move eigen outside of kde-4.x
Michael, sorry for overriding your work but I want to maintain it...

svn path=/nixpkgs/trunk/; revision=26058
2011-02-22 11:54:56 +00:00
Yury G. Kudryashov
0646cfee1e Move strigi outside of kde-4.x
svn path=/nixpkgs/trunk/; revision=26057
2011-02-22 11:54:49 +00:00
Yury G. Kudryashov
78127c3b86 Move qimageblitz outside of kde-4.x
svn path=/nixpkgs/trunk/; revision=26056
2011-02-22 11:54:42 +00:00
Yury G. Kudryashov
68299a0202 Move qca2 outside of kde-4.x
svn path=/nixpkgs/trunk/; revision=26053
2011-02-22 09:53:01 +00:00
Yury G. Kudryashov
75f4d9972d More explicit dependencies
svn path=/nixpkgs/trunk/; revision=26052
2011-02-22 09:52:54 +00:00
Yury G. Kudryashov
513947cf9f polkit-qt-1: add pkgconfig to explicit buildInputs
svn path=/nixpkgs/trunk/; revision=26051
2011-02-22 06:19:21 +00:00
Yury G. Kudryashov
db67fc27a3 Explicitly depend on pkgconfig
svn path=/nixpkgs/trunk/; revision=26050
2011-02-22 06:19:17 +00:00
Yury G. Kudryashov
dcc137553c newline
svn path=/nixpkgs/trunk/; revision=26049
2011-02-22 06:19:11 +00:00
Yury G. Kudryashov
3b3f50e405 Move automoc4 out of kde-4.x/
kde-4.x/ is for software that is released with kde releases,
not for anything hosted on *.kde.org or in kde svn/git.

svn path=/nixpkgs/trunk/; revision=26048
2011-02-22 06:19:05 +00:00
Eelco Dolstra
d89d26cdd2 * Added OpenStack Compute (Nova). It builds but doesn't work yet.
svn path=/nixpkgs/trunk/; revision=26047
2011-02-21 21:53:42 +00:00
Eelco Dolstra
0dd10c6035 * Add python-eventlet.
svn path=/nixpkgs/trunk/; revision=26046
2011-02-21 21:49:20 +00:00
Eelco Dolstra
237a852e85 * Added python-greenlet and python-httplib2.
svn path=/nixpkgs/trunk/; revision=26045
2011-02-21 17:26:19 +00:00
Eelco Dolstra
f053b6eec1 * Added python-netaddr.
svn path=/nixpkgs/trunk/; revision=26044
2011-02-21 17:09:09 +00:00
Eelco Dolstra
c4bc14bdd0 * Added python-gflags.
svn path=/nixpkgs/trunk/; revision=26043
2011-02-21 16:56:49 +00:00
Yury G. Kudryashov
a37558d8df Remove unused manifests
svn path=/nixpkgs/trunk/; revision=26039
2011-02-21 07:32:55 +00:00
Karn Kallio
e443f99bed Advance mysql workbench to version 5.2.31a
Also add python binary to wrapper PATH prefix to guarantee the
application will use a deterministic python version.

svn path=/nixpkgs/trunk/; revision=26038
2011-02-19 23:45:04 +00:00
Karn Kallio
db53a4e36a Advance version of libjpeg to 8c.
svn path=/nixpkgs/trunk/; revision=26037
2011-02-19 22:16:31 +00:00