[PATCH 2/2] gnu: Add ruby-org-ruby.

  • Done
  • quality assurance status badge
Details
2 participants
  • Clément Lassieur
  • Leo Famulari
Owner
unassigned
Submitted by
Clément Lassieur
Severity
normal

Debbugs page

C
C
Clément Lassieur wrote on 27 Dec 2017 11:33
(address . guix-patches@gnu.org)
20171227193315.27267-2-clement@lassieur.org
* gnu/packages/ruby.scm (ruby-org-ruby): New variable.
---
gnu/packages/ruby.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)

Toggle diff (33 lines)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 6eaaef4f1..0d1db4838 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -4488,3 +4488,26 @@ Movable Type, Blosxom, and BBEdit that easily translates plain ASCII
punctuation characters into smart typographic punctuation HTML entities.")
(home-page "https://github.com/jmcnevin/rubypants")
(license license:bsd-2)))
+
+(define-public ruby-org-ruby
+ (package
+ (name "ruby-org-ruby")
+ (version "0.9.12")
+ (source (origin
+ (method url-fetch)
+ (uri (rubygems-uri "org-ruby" version))
+ (sha256
+ (base32
+ "0x69s7aysfiwlcpd9hkvksfyld34d8kxr62adb59vjvh8hxfrjwk"))))
+ (build-system ruby-build-system)
+ (arguments
+ '(#:tests? #f)) ; no rakefile
+ (propagated-inputs
+ `(("ruby-rubypants" ,ruby-rubypants)))
+ (synopsis "Org-mode parser written in Ruby")
+ (description
+ "Org-ruby is an org-mode parser written in Ruby. The most significant
+thing this library does today is convert org-mode files to HTML or Textile or
+Markdown.")
+ (home-page "https://github.com/wallyqs/org-ruby")
+ (license license:expat)))
--
2.15.1
L
L
Leo Famulari wrote on 27 Dec 2017 21:21
(name . Clément Lassieur)(address . clement@lassieur.org)(address . 29870@debbugs.gnu.org)
20171228052125.GB19692@jasmine.lan
On Wed, Dec 27, 2017 at 08:33:15PM +0100, Clément Lassieur wrote:
Toggle quote (2 lines)
> * gnu/packages/ruby.scm (ruby-org-ruby): New variable.

LGTM, thanks!
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlpEf1QACgkQJkb6MLrK
fwjFsw/9HAYay1Gr/YAXmurdgH99ISJPCmF0FCr9LQ8iiYIKpCmLgo2Q3Tw7to5/
AS73S+mnJvfJaQhFzoF24syMM6tSabT7xJ0yj8zJcD+6c7eHj0ITSj9vj7yreJBY
FnoYh7cwSYVwFXOsFmffG1dvKq4zboQ7wn9+zoB59F0XHClcQuTnv/3I+mpyO166
boAw6HjgwxDdTuNIx7PmZkQN1uRXxeNp5CNMBAv48+evlNtwy4B014W6jmIbtETr
5ZxQYevESHf9WCkqBPc3HVaYrXlPQY4AylPX852spm7IA4WgCzXcJ6m2Cccyxjol
vFox7KRkBJhHfaFD9fuSOkvhyzUl5tzchULv8VaQDu5OSiTubunRXoxIFjtkjRRl
S1R/qDji/cXr0BiMW0YXO+tQnJYTFIjPDxfqQch/b7x96lU7f8+CFtv6QJY/VLqO
dv4j4BieGLFUYGzQDvyMnO7ke1zgj33dtPLSJAZ77mO3xeLbMgGcaEgucjIEPWmd
8riPv9lV2xG4ojyD06ID8GT7R4A/EhXvke1EKlHkZVu+0pfdZOmuCCkQtlI+odnB
3pgqlZPOxC9ne0o7abDyys99ESSWFJGNMAqdvQV30UhTFyx4bS/+lUrAc9thhZ66
4ADy40mJXSuwrsHo1s/0kkUls+ySJMsBjNYQnSuSO+vuLMz77+0=
=oh79
-----END PGP SIGNATURE-----


C
C
Clément Lassieur wrote on 27 Dec 2017 22:26
control message for bug #29870
(address . control@debbugs.gnu.org)
87zi6374h5.fsf@lassieur.org
tags 29870 fixed
close 29870
?
Your comment

This issue is archived.

To comment on this conversation send an email to 29870@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 29870
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch