GNU bug report logs -
#44946
Add ruby-rugged
Previous Next
Reported by: Holger Peters <holger.peters <at> posteo.de>
Date: Sun, 29 Nov 2020 13:44:02 UTC
Severity: normal
Done: Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 44946 in the body.
You can then email your comments to 44946 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#44946
; Package
guix-patches
.
(Sun, 29 Nov 2020 13:44:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Holger Peters <holger.peters <at> posteo.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 29 Nov 2020 13:44:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Patches will follow, depends on https://issues.guix.gnu.org/44945
--
Holger Peters <holger.peters <at> posteo.de>
Information forwarded
to
guix-patches <at> gnu.org
:
bug#44946
; Package
guix-patches
.
(Sun, 29 Nov 2020 13:50:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 44946 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/ruby.scm (ruby-rugged): New variable.
---
gnu/packages/ruby.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 8fc228f6ed..1ab8477b63 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -23,6 +23,7 @@
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
;;; Copyright © 2020 Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
;;; Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
+;;; Copyright © 2020 Holgr Peters <holger.peters <at> posteo.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -11714,3 +11715,31 @@ which snapshots to consider and what files to include.")
defined in @file{.travis.yml} on your local machine, using @code{rvm},
@code{rbenv}, or @code{chruby} to test different versions of Ruby.")
(license license:expat)))
+
+(define-public ruby-rugged
+ (package
+ (name "ruby-rugged")
+ (version "1.1.0")
+ (home-page "https://www.rubydoc.info/gems/rugged")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (rubygems-uri "rugged" version))
+ (sha256
+ (base32 "04aq913plcxjw71l5r62qgz3bx3466p0wvgyfqahg5n3nybmcwqy"))))
+ (build-system ruby-build-system)
+ (arguments
+ `(#:tests? #f
+ #:gem-flags (list "--" "--use-system-libraries")))
+ (inputs
+ `(("libgit2" ,libgit2)))
+ (native-inputs
+ `(("ruby-minitest" ,ruby-minitest)
+ ("ruby-pry" ,ruby-pry)
+ ("ruby-rake-compiler" ,ruby-rake-compiler)))
+ (synopsis "Ruby bindings to the libgit2 linkable C Git library. ")
+ (description "Rugged is a library for accessing libgit2 in Ruby. It gives
+you the speed and portability of libgit2 with the beauty of the Ruby
+language.")
+ (license license:expat)))
+
--
2.28.0
Added blocking bug(s) 44945
Request was from
Leo Famulari <leo <at> famulari.name>
to
control <at> debbugs.gnu.org
.
(Sun, 29 Nov 2020 18:55:02 GMT)
Full text and
rfc822 format available.
Reply sent
to
Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>
:
You have taken responsibility.
(Mon, 28 Dec 2020 00:05:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Holger Peters <holger.peters <at> posteo.de>
:
bug acknowledged by developer.
(Mon, 28 Dec 2020 00:05:02 GMT)
Full text and
rfc822 format available.
Message #15 received at 44946-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Sun, 29 Nov 2020 14:49:29 +0100
Holger Peters <holger.peters <at> posteo.de> wrote:
> * gnu/packages/ruby.scm (ruby-rugged): New variable.
Pushed as:
40afc2f4e2850bd442d4f022d200184d683c3fd8
with two small modifications:
* commit-message: Add a "gnu: " in front.
* Description: Add a space. Found by using guix lint.
Thanks,
Björn
[Message part 2 (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 25 Jan 2021 12:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 4 years and 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.