3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/tools/archivers
Eelco Dolstra 607b0d3e80 * Rewrite all the SourceForge URLs to mirror://sourceforge/.
find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done

svn path=/nixpkgs/trunk/; revision=9198
2007-08-27 13:01:33 +00:00
..
cabextract 1.1 -> 1.2 2006-12-07 19:31:23 +00:00
cpio * Fix corrupt archives in cpio 2.7 when dealing with symlinks. 2006-11-27 00:34:05 +00:00
gnutar * Patch to make tar shut up about timestamps of 0 (1-1-1970 00:00:00 2007-05-24 13:35:44 +00:00
unrar Added version suffixes. 2007-06-26 12:13:17 +00:00
unshield * Rewrite all the SourceForge URLs to mirror://sourceforge/. 2007-08-27 13:01:33 +00:00
unzip * "." -> "source". 2005-12-05 14:11:09 +00:00
zip * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl 2007-08-24 12:32:36 +00:00