Commit graph

12 commits

Author SHA1 Message Date
Tuomas Tynkkynen bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Rok Garbas 747e0149cc marking junit and dolphinEmu as broken 2015-09-08 14:05:40 +02:00
Daniel Peebles d18ec20878 Change junit to actually compile from source rather than download binaries 2014-08-09 20:53:36 -04:00
Eelco Dolstra a17b090f99 junit: Update to 4.11 2014-01-25 03:04:46 +01:00
Rob Vermaas 212a2a5c37 Fix junit 2013-07-22 21:29:07 +02:00
Evgeny Egorochkin a0c3bc137b JUnit: fix url 2013-07-18 20:37:32 +03:00
Ludovic Courtès 4036f1f614 JUnit 4.8.2.
svn path=/nixpkgs/trunk/; revision=22076
2010-06-01 10:13:21 +00:00
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
Eelco Dolstra a0159dee8e * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
URLs to http://nix.cs.uu.nl/dist/tarballs.  With content-addressable
  mirror support (r9190, NIXPKGS-70) this is no longer necessary:
  fetchurl will try to download from that location automatically.  So
  we can keep the original URLs.

svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Eelco Dolstra 3389f4bc36 * Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Eelco Dolstra 82e678362f * "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Martin Bravenboer 951023ee8a Moved a number of Java libraries from the GW project to the Nix
Package Collection.


svn path=/nixpkgs/trunk/; revision=3803
2005-09-11 15:38:59 +00:00