[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: java-xmlpull2: Use mirrored source and archi
From: |
guix-commits |
Subject: |
branch master updated: gnu: java-xmlpull2: Use mirrored source and archived home page. |
Date: |
Fri, 23 Jul 2021 17:34:26 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new c3c003b gnu: java-xmlpull2: Use mirrored source and archived home
page.
c3c003b is described below
commit c3c003be69319667b34b030fa52974e25aef0c9b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jul 23 23:28:33 2021 +0200
gnu: java-xmlpull2: Use mirrored source and archived home page.
* gnu/packages/xml.scm (java-xmlpull2)[source]: Download from a Gentoo
distfiles mirror.
[home-page]: Point to an archive.org snapshot.
---
gnu/packages/xml.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index e2d5ca8..ed44341 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -2070,8 +2070,9 @@ advantage of JIT JVMs.")
(version "2.1.10")
(source (origin
(method url-fetch)
- (uri (string-append "http://www.extreme.indiana.edu/xgws/xsoap/"
- "PullParser/PullParser" version ".tgz"))
+ ;; Unfortunately, archive.org does not have a copy of this file.
+ (uri (string-append "https://ftp.fau.de/gentoo/distfiles/"
+ "PullParser" version ".tgz"))
(sha256
(base32
"1kw9nhyqb7bzhn2zjbwlpi5vp5rzj89amzi3hadw2acyh2dmd0md"))
@@ -2087,7 +2088,8 @@ advantage of JIT JVMs.")
#:phases
(modify-phases %standard-phases
(replace 'install (install-jars "build/lib")))))
- (home-page "http://www.extreme.indiana.edu/xgws/xsoap/xpp/")
+ (home-page (string-append "https://web.archive.org/web/20210225153105/"
+ "https://www.extreme.indiana.edu/"))
(synopsis "Streaming pull XML parser")
(description "Xml Pull Parser (in short XPP) is a streaming pull XML
parser and should be used when there is a need to process quickly and
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: java-xmlpull2: Use mirrored source and archived home page.,
guix-commits <=