all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: Leo Famulari <leo@famulari.name>
Cc: guix-devel@gnu.org
Subject: Re: [PATCH v2] gnu: Add mtd-utils.
Date: Wed, 7 Sep 2016 09:29:46 +0300	[thread overview]
Message-ID: <20160907062946.GB25070@macbook42.flashner.co.il> (raw)
In-Reply-To: <20160906214941.GA28845@jasmine>

[-- Attachment #1: Type: text/plain, Size: 3187 bytes --]

On Tue, Sep 06, 2016 at 05:49:41PM -0400, Leo Famulari wrote:
> On Thu, Sep 01, 2016 at 02:33:57PM +0200, Danny Milosavljevic wrote:
> > gnu: Add mtd-utils.
> > 
> > * gnu/packages/linux.scm (mtd-utils): New variable.
> 
> Thanks for this patch!
> 
> I made some adjustments, as attached.
> 
> I imported the acl module, used #:make-flags to set PREFIX, and made a
> minor adjustment to the description.
> 
> What do you think?

> From dd00ffc45982b393cb458445e875188baf77175f Mon Sep 17 00:00:00 2001
> From: Danny Milosavljevic <dannym@scratchpost.org>
> Date: Thu, 1 Sep 2016 14:33:57 +0200
> Subject: [PATCH] gnu: Add mtd-utils.
> 
> * gnu/packages/linux.scm (mtd-utils): New variable.
> 
> Signed-off-by: Leo Famulari <leo@famulari.name>
> ---
>  gnu/packages/linux.scm | 31 +++++++++++++++++++++++++++++++
>  1 file changed, 31 insertions(+)
> 
> diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
> index 030e35e..ed96996 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -33,6 +33,7 @@
>  
>  (define-module (gnu packages linux)
>    #:use-module (gnu packages)
> +  #:use-module (gnu packages acl)
>    #:use-module (gnu packages admin)
>    #:use-module (gnu packages algebra)
>    #:use-module (gnu packages attr)
> @@ -2929,3 +2930,33 @@ native Linux file system, and has been part of the Linux kernel since version
>      ;; The files src/key_mod/ecryptfs_key_mod_{openssl,pkcs11_helper,tspi}.c
>      ;; grant additional permission to link with OpenSSL.
>      (license license:gpl2+)))
> +
> +(define-public mtd-utils
> +  (package
> +    (name "mtd-utils")
> +    (version "1.5.2")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (string-append
> +                    "ftp://ftp.infradead.org/pub/mtd-utils/"
> +                    "mtd-utils-" version ".tar.bz2"))
> +              (sha256
> +               (base32
> +                "007lhsd8yb34l899r4m37whhzdw815cz4fnjbpnblfha524p7dax"))))
> +    (inputs
> +     `(("acl" ,acl)
> +       ("libuuid" ,util-linux)
> +       ("lzo", lzo)
> +       ("zlib" ,zlib)))
> +    (build-system gnu-build-system)
> +    (arguments
> +     `(#:test-target "tests"
> +       #:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
> +       #:phases (modify-phases %standard-phases
> +                  (delete 'configure))))
> +    (synopsis "MTD Flash Storage Utilities")
> +    (description "This package provides utilities for testing, partitioning, etc
> +of flash storage.")
> +    (home-page "http://www.linux-mtd.infradead.org/")
> +    ;; mkfs.ubifs/crc16.h is GPLv2
> +    (license (list license:gpl2 license:mpl1.1 license:bsd-3))))
> -- 
> 2.10.0
> 

Is the package under all three licenses or are certain parts under
different licenses? I've found packages that include a mozilla license
seem to have these three, or a variation of them.


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2016-09-07  6:30 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-01 12:33 [PATCH v2] gnu: Add mtd-utils Danny Milosavljevic
2016-09-06 21:49 ` Leo Famulari
2016-09-07  6:29   ` Efraim Flashner [this message]
2016-09-10 19:45     ` Leo Famulari
2016-09-26  9:39       ` Efraim Flashner
2016-09-07  7:27   ` Danny Milosavljevic

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=20160907062946.GB25070@macbook42.flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=guix-devel@gnu.org \
    --cc=leo@famulari.name \
    /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.