sharlatan pushed a commit to branch ruby-team
in repository guix.
commit f9c8acfa15203bcf0f40b34420fcec85f0ac52b2
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Feb 18 20:04:41 2025 +0000
gnu: Remove ronn.
It fails on runtime (#76283), no updates since 2013 and no users in
Guix. There is a maintained fork (ronn-ng), see
<https://github.com/rtomayko/ronn/issues/103>.
* gnu/packages/man.scm (ronn): Delete variable.
Change-Id: If2426b74d70674fac1e8a7950b8c885890106cc1
---
gnu/packages/man.scm | 24 ------------------------
1 file changed, 24 deletions(-)
diff --git a/gnu/packages/man.scm b/gnu/packages/man.scm
index 02ca7ba831..bc7eefb267 100644
--- a/gnu/packages/man.scm
+++ b/gnu/packages/man.scm
@@ -84,30 +84,6 @@ as description, options, see also, etc.")
(home-page "http://xmltoman.sourceforge.net/")
(license license:gpl2+)))
-(define-public ronn
- (package
- (name "ronn")
- (version "0.7.3")
- (source
- (origin
- (method git-fetch)
- (uri
- (git-reference
- (url "https://github.com/rtomayko/ronn")
- (commit version)))
- (file-name
- (git-file-name name version))
- (sha256
- (base32 "0fkniz7j1jp8v3i05m6hks3nsh6rzvjfi0ichpi7h4gwk5byxb94"))))
- (build-system ruby-build-system)
- (arguments
- `(#:tests? #f)) ; Library hpricot not available
- (synopsis "Manual authoring tool")
- (description "Ronn builds manuals. It converts simple, human readable
-textfiles to roff for terminal display, and also to HTML for the web.")
- (home-page "https://rtomayko.github.io/ronn/")
- (license license:expat)))
-
(define-public libpipeline
(package
(name "libpipeline")