Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 733426

Summary: dev-util/colm-0.13.0.5 and above: Allow building with asciidoctor
Product: Gentoo Linux Reporter: Ingo Brunberg <ingo_brunberg>
Component: Current packagesAssignee: Patrick Lauer <patrick>
Status: RESOLVED FIXED    
Severity: enhancement CC: sam
Priority: Normal Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=677070
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Improved ebuild

Description Ingo Brunberg 2020-07-21 13:32:40 UTC
dev-util/colm depends on app-text/asciidoc for building docs. dev-ruby/asciidoctor is a well approved replacement for asciidoc and can be used to avoid pulling asciidoc.

Attached is an improved ebuild with a simple fix for this and other bugs.

Reproducible: Always
Comment 1 Ingo Brunberg 2020-07-21 13:35:09 UTC
Created attachment 650078 [details]
Improved ebuild
Comment 2 Larry the Git Cow gentoo-dev 2021-01-18 22:57:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fb27243e8e46551d3590edaf6f33e4d55f1fce2

commit 9fb27243e8e46551d3590edaf6f33e4d55f1fce2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-01-18 22:08:48 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-01-18 22:57:46 +0000

    dev-util/colm: bump to 0.14.6
    
    * Bump to 0.14.6 for critical big endian fix
    * Add needed dev-python/pygments doc
    * Allow dev-ruby/asciidoctor too
    * Restores static libs and .la files:
      * needed at build time by colm
      * needed at runtime by ragel
    
    Thanks-to: Ingo Brunberg <ingo_brunberg@web.de>
    Bug: https://bugs.gentoo.org/766039
    Closes: https://bugs.gentoo.org/733426
    Closes: https://bugs.gentoo.org/677070
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/colm/Manifest           |  1 +
 dev-util/colm/colm-0.14.6.ebuild | 51 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebce5ce15ff3205035359cece6d9b547affe4af1

commit ebce5ce15ff3205035359cece6d9b547affe4af1
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-01-18 22:56:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-01-18 22:57:46 +0000

    dev-util/ragel: bump to 7.0.3
    
    * Bump to 7.0.3 for critical big endian fix
    * Similar doc dependency changes as with colm
    
    Bug: https://bugs.gentoo.org/677070
    Bug: https://bugs.gentoo.org/733426
    Closes: https://bugs.gentoo.org/766039
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/ragel/Manifest           |  1 +
 dev-util/ragel/ragel-7.0.3.ebuild | 54 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+)