From: "Thompson, David" <dthompson2@worcester.edu>
To: Ben Woodcroft <donttrustben@gmail.com>
Cc: guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH 1/2] gnu: Add ruby-hoe-git.
Date: Wed, 8 Jun 2016 09:09:24 -0400 [thread overview]
Message-ID: <CAJ=RwfaYWyhAw2OT7sPrerAoe0Ta9HZv9ZbWr5BhfDXBvA0PGg@mail.gmail.com> (raw)
In-Reply-To: <1465390550-4974-2-git-send-email-donttrustben@gmail.com>
On Wed, Jun 8, 2016 at 8:55 AM, Ben Woodcroft <donttrustben@gmail.com> wrote:
> * gnu/packages/ruby.scm (ruby-hoe-git): New variable.
> ---
> gnu/packages/ruby.scm | 22 ++++++++++++++++++++++
> 1 file changed, 22 insertions(+)
>
> diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
> index 527f76b..d2b49ba 100644
> --- a/gnu/packages/ruby.scm
> +++ b/gnu/packages/ruby.scm
> @@ -3939,6 +3939,28 @@ part of the Prawn PDF generator.")
> ;; for details."
> (license (list license:gpl2 license:gpl3 license:ruby))))
>
> +(define-public ruby-hoe-git
> + (package
> + (name "ruby-hoe-git")
> + (version "1.6.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (rubygems-uri "hoe-git" version))
> + (sha256
> + (base32
> + "10jmmbjm0lkglwxbn4rpqghgg1ipjxrswm117n50adhmy8yij650"))))
> + (build-system ruby-build-system)
> + (native-inputs
> + `(("ruby-hoe" ,ruby-hoe)))
Why is this a native input?
Also, I would have expected git to be an input. How does this gem
interact with git?
> + (synopsis "Hoe plugins for tighter Git integration")
> + (description
> + "This package provides a set of Hoe plugins for tighter Git integration.
> +It provides tasks to automate release tagging and pushing and changelog
> +generation.")
> + (home-page "http://github.com/jbarnette/hoe-git")
> + (license license:expat)))
> +
> (define-public ruby-sequel
> (package
> (name "ruby-sequel")
> --
> 2.7.4
>
>
- Dave
next prev parent reply other threads:[~2016-06-08 13:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-08 12:55 (unknown), Ben Woodcroft
2016-06-08 12:55 ` [PATCH 1/2] gnu: Add ruby-hoe-git Ben Woodcroft
2016-06-08 13:09 ` Thompson, David [this message]
2016-06-08 12:55 ` [PATCH 2/2] gnu: Add ruby-puma Ben Woodcroft
2016-06-08 13:13 ` Thompson, David
2016-06-10 9:37 ` Ben Woodcroft
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='CAJ=RwfaYWyhAw2OT7sPrerAoe0Ta9HZv9ZbWr5BhfDXBvA0PGg@mail.gmail.com' \
--to=dthompson2@worcester.edu \
--cc=donttrustben@gmail.com \
--cc=guix-devel@gnu.org \
/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.