unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: net-tools: Use a different source mirror.
@ 2016-02-02 21:38 Jookia
  2016-02-04  8:02 ` Leo Famulari
  2016-02-04 21:54 ` Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Jookia @ 2016-02-02 21:38 UTC (permalink / raw)
  To: guix-devel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1332 bytes --]

The current mirror for the source code now points to a domain parking website,
so instead use this mirror I found online.

* gnu/packages/linux.scm (net-tools): Use a different uri for the origin.
---
 gnu/packages/linux.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9d359e3..f6373a8 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
 ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
+;;; Copyright © 2016 Jookia <166291@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -951,8 +952,9 @@ manpages.")
     (home-page "http://www.tazenda.demon.co.uk/phil/net-tools/")
     (source (origin
              (method url-fetch)
-             (uri (string-append home-page "/" name "-"
-                                 version ".tar.bz2"))
+             (uri (string-append "http://distro.ibiblio.org/"
+                  "rootlinux/rootlinux-ports/base/"
+                  "net-tools/net-tools-1.60.tar.bz2"))
              (sha256
               (base32
                "0yvxrzk0mzmspr7sa34hm1anw6sif39gyn85w4c5ywfn8inxvr3s"))
-- 
2.7.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: net-tools: Use a different source mirror.
  2016-02-02 21:38 [PATCH] gnu: net-tools: Use a different source mirror Jookia
@ 2016-02-04  8:02 ` Leo Famulari
  2016-02-04 21:54 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Leo Famulari @ 2016-02-04  8:02 UTC (permalink / raw)
  To: Jookia; +Cc: guix-devel

On Tue, Feb 02, 2016 at 09:38:43PM +0000, Jookia wrote:
> The current mirror for the source code now points to a domain parking website,
> so instead use this mirror I found online.

It looks like Debian is packaging git checkouts. I didn't look at what
repo they are of, but Debian also names this Sourceforge page as
upstream's home-page:
https://packages.debian.org/stretch/net/net-tools
http://sourceforge.net/projects/net-tools/

The repo is 10 years old and seems to be actively maintained. We should
see if it is suitable for packaging.

> 
> * gnu/packages/linux.scm (net-tools): Use a different uri for the origin.
> ---
>  gnu/packages/linux.scm | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index 9d359e3..f6373a8 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -7,6 +7,7 @@
>  ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
>  ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
>  ;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
> +;;; Copyright © 2016 Jookia <166291@gmail.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -951,8 +952,9 @@ manpages.")
>      (home-page "http://www.tazenda.demon.co.uk/phil/net-tools/")
>      (source (origin
>               (method url-fetch)
> -             (uri (string-append home-page "/" name "-"
> -                                 version ".tar.bz2"))
> +             (uri (string-append "http://distro.ibiblio.org/"
> +                  "rootlinux/rootlinux-ports/base/"
> +                  "net-tools/net-tools-1.60.tar.bz2"))
>               (sha256
>                (base32
>                 "0yvxrzk0mzmspr7sa34hm1anw6sif39gyn85w4c5ywfn8inxvr3s"))
> -- 
> 2.7.0
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] gnu: net-tools: Use a different source mirror.
  2016-02-02 21:38 [PATCH] gnu: net-tools: Use a different source mirror Jookia
  2016-02-04  8:02 ` Leo Famulari
@ 2016-02-04 21:54 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2016-02-04 21:54 UTC (permalink / raw)
  To: Jookia; +Cc: guix-devel

Jookia <166291@gmail.com> skribis:

> The current mirror for the source code now points to a domain parking website,
> so instead use this mirror I found online.

Based on your suggestion and that of Leo, I’ve changed the home page to
point to sf.net and the source URL to include both sf.net and
ibiblio.org.

Thanks!

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-02-04 21:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02 21:38 [PATCH] gnu: net-tools: Use a different source mirror Jookia
2016-02-04  8:02 ` Leo Famulari
2016-02-04 21:54 ` Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).