From: ludo@gnu.org (Ludovic Courtès)
To: Marek Benc <merkur32@gmail.com>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH] Add nvi
Date: Tue, 02 Sep 2014 10:19:52 +0200 [thread overview]
Message-ID: <8761h6sac7.fsf@gnu.org> (raw)
In-Reply-To: <54047591.9080902@gmail.com> (Marek Benc's message of "Mon, 01 Sep 2014 15:33:05 +0200")
Hi!
Marek Benc <merkur32@gmail.com> skribis:
> Disregard my previous email, I figured it out.
OK, perfect. :-)
> Here is my favorite text editor. This is my first package, so I'm
> sorry if I messed up somewhere.
> The formatting is probably bad, but every package seemed to be
> formatted slightly differently, so I don't know.
Formatting looks good. I’m just reporting a few minor issues below.
Could you send an updated patch in the format produced by ‘git
format-patch’, and with a ChangeLog-style commit log? See “Submitting
Patches” in the ‘HACKING’ file for details.
> + (uri
> + (string-append "http://harrier.slackbuilds.org/misc/nvi-" version
> + ".tar.bz2"))
Shouldn’t it be
https://sites.google.com/a/bostic.com/keithbostic/files/... ? (This is
the URL given on the home page.)
> + (arguments
> + `(#:out-of-source? '(#t)))
Just:
`(#:out-of-source? #t)
> + (license bsd-3)))
This is actually bsd-4 (see its ‘LICENSE’ file: it has the four clauses,
as shown at <http://directory.fsf.org/wiki/License:BSD_4Clause>.)
> --- a/gnu/packages/patches/nvi-assume-preserve-path.patch 2014-09-01
> 15:22:45.219850258 +0200
> +++ b/gnu/packages/patches/nvi-assume-preserve-path.patch 2014-09-01
> 15:03:50.395813104 +0200
> @@ -0,0 +1,28 @@
> +--- a/dist/configure 2014-09-01 14:46:01.075778095 +0200
> ++++ b/dist/configure 2014-09-01 14:52:08.411790122 +0200
Please add a sentence or two at the beginning of the file saying what it
does and why. (You can remove the comment above ‘search-patch’ in
nvi.scm.)
Thanks!
Ludo’.
next prev parent reply other threads:[~2014-09-02 8:20 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-01 13:33 [PATCH] Add nvi Marek Benc
2014-09-02 8:19 ` Ludovic Courtès [this message]
2014-09-02 9:58 ` Marek Benc
2014-09-02 12:29 ` Ludovic Courtès
2014-09-02 13:25 ` Marek Benc
2014-09-02 19:36 ` Ludovic Courtès
2014-09-02 10:09 ` Cyril Roelandt
2014-09-02 10:18 ` Taylan Ulrich Bayirli/Kammer
2014-09-02 12:21 ` Ludovic Courtès
2014-09-02 12:18 ` 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=8761h6sac7.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=merkur32@gmail.com \
/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.