distro: Use `mirror://' URLs.

* distro/packages/base.scm, distro/packages/bash.scm,
  distro/packages/compression.scm, distro/packages/gawk.scm,
  distro/packages/gperf.scm, distro/packages/guile.scm,
  distro/packages/libsigsegv.scm, distro/packages/libtool.scm,
  distro/packages/libunistring.scm, distro/packages/m4.scm,
  distro/packages/multiprecision.scm, distro/packages/ncurses.scm,
  distro/packages/pth.scm, distro/packages/readline.scm,
  distro/packages/recutils.scm: Use `mirror://gnu' URLs.
* distro/packages/gnupg.scm: Use `mirror://gnupg' URLs.
master
Ludovic Courtès 2012-11-12 23:34:03 +01:00
parent 94d222ad97
commit 0db342a590
16 changed files with 34 additions and 35 deletions

View File

@ -47,7 +47,7 @@
(version "2.8")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/hello/hello-" version
(uri (string-append "mirror://gnu/hello/hello-" version
".tar.gz"))
(sha256
(base32 "0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6"))))
@ -68,7 +68,7 @@
(version "2.14")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/grep/grep-"
(uri (string-append "mirror://gnu/grep/grep-"
version ".tar.xz"))
(sha256
(base32
@ -88,7 +88,7 @@ lines.")
(version "4.2.1")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/sed/sed-" version
(uri (string-append "mirror://gnu/sed/sed-" version
".tar.bz2"))
(sha256
(base32
@ -110,7 +110,7 @@ substituting multiple occurrences of a string within a file.")
(version "1.26")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/tar/tar-"
(uri (string-append "mirror://gnu/tar/tar-"
version ".tar.bz2"))
(sha256
(base32
@ -140,7 +140,7 @@ files (as archives).")
(version "2.6.1")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/patch/patch-"
(uri (string-append "mirror://gnu/patch/patch-"
version ".tar.xz"))
(sha256
(base32
@ -166,7 +166,7 @@ producing patched versions.")
(version "3.2")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/diffutils/diffutils-"
(uri (string-append "mirror://gnu/diffutils/diffutils-"
version ".tar.xz"))
(sha256
(base32
@ -211,7 +211,7 @@ You can use the sdiff command to merge two files interactively.")
(version "4.4.2")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/findutils/findutils-"
(uri (string-append "mirror://gnu/findutils/findutils-"
version ".tar.gz"))
(sha256
(base32
@ -253,7 +253,7 @@ The tools supplied with this package are:
(version "8.19")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/coreutils/coreutils-"
(uri (string-append "mirror://gnu/coreutils/coreutils-"
version ".tar.xz"))
(sha256
(base32
@ -279,7 +279,7 @@ are expected to exist on every operating system.")
(version "3.82")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/make/make-" version
(uri (string-append "mirror://gnu/make/make-" version
".tar.bz2"))
(sha256
(base32
@ -308,7 +308,7 @@ that it is possible to use Make to build and install the program.")
(version "2.22")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/binutils/binutils-"
(uri (string-append "mirror://gnu/binutils/binutils-"
version ".tar.bz2"))
(sha256
(base32
@ -341,7 +341,7 @@ BFD (Binary File Descriptor) library, `gprof', `nm', `strip', etc.")
(version "4.7.2")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/gcc/gcc-"
(uri (string-append "mirror://gnu/gcc/gcc-"
version "/gcc-" version ".tar.bz2"))
(sha256
(base32
@ -498,7 +498,7 @@ used in the GNU system including the GNU/Linux variant.")
(version "2.16.0")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/glibc/glibc-"
(uri (string-append "mirror://gnu/glibc/glibc-"
version ".tar.xz"))
(sha256
(base32

View File

@ -38,7 +38,7 @@
(source (origin
(method url-fetch)
(uri (string-append
"http://ftp.gnu.org/gnu/bash/bash-" version ".tar.gz"))
"mirror://gnu/bash/bash-" version ".tar.gz"))
(sha256
(base32
"1n5kbblp5ykbz5q8aq88lsif2z0gnvddg9babk33024wxiwi2ym2"))))

View File

@ -67,7 +67,7 @@ in compression.")
(version "1.5")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/gzip/gzip-"
(uri (string-append "mirror://gnu/gzip/gzip-"
version ".tar.gz"))
(sha256
(base32

View File

@ -29,7 +29,7 @@
(version "4.0.0")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/gawk/gawk-" version
(uri (string-append "mirror://gnu/gawk/gawk-" version
".tar.bz2"))
(sha256
(base32 "0sss7rhpvizi2a88h6giv0i7w5h07s2fxkw3s6n1hqvcnhrfgbb0"))))

View File

@ -31,7 +31,7 @@
(source
(origin
(method url-fetch)
(uri (string-append "ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-"
(uri (string-append "mirror://gnupg/libgpg-error/libgpg-error-"
version ".tar.bz2"))
(sha256
(base32
@ -54,7 +54,7 @@ Daemon and possibly more in the future.")
(source
(origin
(method url-fetch)
(uri (string-append "ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-"
(uri (string-append "mirror://gnupg/libgcrypt/libgcrypt-"
version ".tar.bz2"))
(sha256
(base32
@ -80,7 +80,7 @@ functions, random numbers and a lot of supporting functions.")
(source
(origin
(method url-fetch)
(uri (string-append "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-"
(uri (string-append "mirror://gnupg/libassuan/libassuan-"
version ".tar.bz2"))
(sha256
(base32
@ -106,7 +106,7 @@ provided.")
(origin
(method url-fetch)
(uri (string-append
"ftp://ftp.gnupg.org/gcrypt/libksba/libksba-"
"mirror://gnupg/libksba/libksba-"
version ".tar.bz2"))
(sha256
(base32
@ -130,9 +130,8 @@ specifications are building blocks of S/MIME and TLS.")
(source
(origin
(method url-fetch)
(uri (string-append
"ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-" version
".tar.bz2"))
(uri (string-append "mirror://gnupg/gnupg/gnupg-" version
".tar.bz2"))
(sha256
(base32
"08n636sfffs5qvg9ppiprvsh00q0dmdw425psg3m3nssja53m8pg"))))

View File

@ -29,7 +29,7 @@
(source
(origin
(method url-fetch)
(uri (string-append "ftp://ftp.gnu.org/gnu/gperf/gperf-"
(uri (string-append "mirror://gnu/gperf/gperf-"
version ".tar.gz"))
(sha256
(base32

View File

@ -44,7 +44,7 @@
(version "1.8.8")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/guile/guile-" version
(uri (string-append "mirror://gnu/guile/guile-" version
".tar.gz"))
(sha256
(base32
@ -94,7 +94,7 @@ extensible. It supports many SRFIs.")
(version "2.0.6")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/guile/guile-" version
(uri (string-append "mirror://gnu/guile/guile-" version
".tar.xz"))
(sha256
(base32

View File

@ -29,7 +29,7 @@
(source (origin
(method url-fetch)
(uri (string-append
"http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-"
"mirror://gnu/libsigsegv/libsigsegv-"
version ".tar.gz"))
(sha256
(base32 "16hrs8k3nmc7a8jam5j1fpspd6sdpkamskvsdpcw6m29vnis8q44"))))

View File

@ -31,7 +31,7 @@
(version "2.4.2")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/libtool/libtool-"
(uri (string-append "mirror://gnu/libtool/libtool-"
version ".tar.gz"))
(sha256
(base32

View File

@ -29,7 +29,7 @@
(source (origin
(method url-fetch)
(uri (string-append
"http://ftp.gnu.org/gnu/libunistring/libunistring-"
"mirror://gnu/libunistring/libunistring-"
version ".tar.gz"))
(sha256
(base32

View File

@ -29,7 +29,7 @@
(version "1.4.16")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/m4/m4-"
(uri (string-append "mirror://gnu/m4/m4-"
version ".tar.bz2"))
(sha256
(base32

View File

@ -30,7 +30,7 @@
(version "5.0.5")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/gmp/gmp-" version
(uri (string-append "mirror://gnu/gmp/gmp-" version
".tar.bz2"))
(sha256
(base32
@ -72,7 +72,7 @@ faster algorithms.")
(version "3.1.1")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/mpfr/mpfr-" version
(uri (string-append "mirror://gnu/mpfr/mpfr-" version
".tar.xz"))
(sha256 (base32
"0ym1ylcq803n52qrggxqmkz66gbn8ncc3ybawal31v5y5p1srma9"))))

View File

@ -56,7 +56,7 @@
(version "5.9")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/ncurses/ncurses-"
(uri (string-append "mirror://gnu/ncurses/ncurses-"
version ".tar.gz"))
(sha256
(base32

View File

@ -28,7 +28,7 @@
(source
(origin
(method url-fetch)
(uri (string-append "ftp://ftp.gnu.org/gnu/pth/pth-" version
(uri (string-append "mirror://gnu/pth/pth-" version
".tar.gz"))
(sha256
(base32

View File

@ -30,7 +30,7 @@
(version "6.2")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/readline/readline-"
(uri (string-append "mirror://gnu/readline/readline-"
version ".tar.gz"))
(sha256
(base32

View File

@ -29,7 +29,7 @@
(version "1.5")
(source (origin
(method url-fetch)
(uri (string-append "http://ftp.gnu.org/gnu/recutils/recutils-"
(uri (string-append "mirror://gnu/recutils/recutils-"
version ".tar.gz"))
(sha256
(base32