all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tobias Geerinckx-Rice <me@tobias.gr>
To: post@thomasdanckaert.be, guix-devel@gnu.org
Subject: Re: [PATCH] gnu: Add xinetd.
Date: Thu, 26 Jan 2017 14:58:53 +0100	[thread overview]
Message-ID: <46c3ce0a-22fd-5235-2c52-9ee7c3f8aa2b@tobias.gr> (raw)
In-Reply-To: <20170126.114344.1410720596142137093.post@thomasdanckaert.be>


[-- Attachment #1.1: Type: text/plain, Size: 979 bytes --]

Thomas,

On 26/01/17 11:43, Thomas Danckaert wrote:
> This patch provides the xinetd executables[.]

Thanks!

> + (origin
> +   (method url-fetch)
> +   (uri "https://github.com/xinetd-org/xinetd/archive/\
>           \xinetd-2-3-15.tar.gz")
> +   (file-name (string-append name "-" version))

file-name is used mainly to avoid polluting the store with meaningless
(tobias.gr/download.php?foo=123) or misleading file names.

It shouldn't be needed here, and would require its own ".tar.gz" suffix
otherwise.

> + #:phases
> + (modify-phases %standard-phases (delete 'check)))) ; doesn't\
> \provide tests

Would the simpler (and more idiomatic)

  #:tests? #f ... ; no tests

work?

> + (license (l:non-copyleft "file://COPYRIGHT"))))

Interesting licence. :-) Against my intuition, it appears to be
FSDG-compatible[0].

Kind regards,

T G-R

[0]:
http://metadata.ftp-master.debian.org/changelogs/main/x/xinetd/xinetd_2.3.15-7_copyright


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 476 bytes --]

  reply	other threads:[~2017-01-26 13:58 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-26 10:43 [PATCH] gnu: Add xinetd Thomas Danckaert
2017-01-26 13:58 ` Tobias Geerinckx-Rice [this message]
2017-01-26 14:55   ` [PATCH] gnu: Add xinetd.,Re: " Thomas Danckaert
2017-01-26 15:00     ` Thomas Danckaert
2017-01-30 22:38       ` Leo Famulari
2017-01-31  7:49         ` Thomas Danckaert
2017-01-31 20:10           ` Leo Famulari
2017-01-31 20:27             ` Thomas Danckaert
2017-02-01 22:25 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46c3ce0a-22fd-5235-2c52-9ee7c3f8aa2b@tobias.gr \
    --to=me@tobias.gr \
    --cc=guix-devel@gnu.org \
    --cc=post@thomasdanckaert.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.