gnu: Use `mirror://apache' where applicable.

* gnu/packages/libapr.scm (libapr, libaprutil): Use `mirror://apache'.
* gnu/packages/subversion.scm (subversion): Likewise.
master
Ludovic Courtès 2013-01-25 21:50:32 +01:00
parent 47f9db4128
commit cc957c3c74
2 changed files with 5 additions and 6 deletions

View File

@ -31,7 +31,7 @@
(version "1.4.6") (version "1.4.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://mirrors.ircam.fr/pub/apache//apr/apr-" (uri (string-append "mirror://apache/apr/apr-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
@ -47,7 +47,7 @@
,(search-patch "libapr-skip-getservbyname-test.patch")))) ,(search-patch "libapr-skip-getservbyname-test.patch"))))
(home-page "http://apr.apache.org/") (home-page "http://apr.apache.org/")
(synopsis "The Apache Portable Runtime Library") (synopsis "The Apache Portable Runtime Library")
(description (description
"The mission of the Apache Portable Runtime (APR) project is to create and "The mission of the Apache Portable Runtime (APR) project is to create and
maintain software libraries that provide a predictable and consistent interface maintain software libraries that provide a predictable and consistent interface
to underlying platform-specific implementations. The primary goal is to provide to underlying platform-specific implementations. The primary goal is to provide
@ -63,7 +63,7 @@ around or take advantage of platform-specific deficiencies or features.")
(version "1.5.1") (version "1.5.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://apache.crihan.fr/dist//apr/apr-util-" (uri (string-append "mirror://apache/apr/apr-util-"
version ".tar.bz2")) version ".tar.bz2"))
(sha256 (sha256
(base32 (base32

View File

@ -34,9 +34,8 @@
(version "1.7.8") (version "1.7.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "mirror://apache/subversion/subversion-"
"http://mirrors.ircam.fr/pub/apache/subversion/subversion-" version ".tar.bz2"))
version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"11inl9n1riahfnbk1fax0dysm2swakzhzhpmm2zvga6fikcx90zw")))) "11inl9n1riahfnbk1fax0dysm2swakzhzhpmm2zvga6fikcx90zw"))))