./misc/ruby-manpages, Adds support for man pages to rubygems

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.6.1nb2, Package name: ruby31-manpages-0.6.1nb2, Maintainer: taca

Manpages

This plugin will add man pages support to ruby gems. Instead of adding a
new command like gem-man it will try to link the files to a place the man
command automatically discovers.

With rvm and chruby it works out of the box, but sadly for rbenv we need to
add hooks that modify the man symlink depending on the ruby version
currently used.


Master sites:

Filesize: 14.5 KB

Version history: (Expand)


CVS history: (Expand)


   2022-12-31 17:20:40 by Takahiro Kambe | Files touched by this commit (3)
Log message:
misc/ruby-manpages: more better adaptation with pkg_alternatives

* Take maintainer ship.
* More better adaptation with pkg_alternatices; install manual pages
  with ${RUBY_VER} as like commands.

Bump PKGREVISION.
   2022-12-29 17:21:36 by Takahiro Kambe | Files touched by this commit (4)
Log message:
misc/ruby-manpages: support our install-root propery

* Fix symblic link(s) of manual pages.
* No need to set RUBYGEM_MANPAGES here.

Should be fix error message when pkg_alternatives is installed.
(Reported by wiz@ via private e-mail.)

Bump PKGREVISION.

## require pull-up
   2022-12-18 15:53:07 by Takahiro Kambe | Files touched by this commit (1)
Log message:
misc/ruby-manpages: set RUBYGEM_MANPAGES to "no"

Explicitly set RUBYGEM_MANPAGES to "no" here.
   2022-11-11 15:06:25 by Takahiro Kambe | Files touched by this commit (6)
Log message:
misc/ruby-manpages: add package version 0.6.1

Required by ruby-lolcat package.

Manpages

This plugin will add man pages support to ruby gems.  Instead of adding a
new command like gem-man it will try to link the files to a place the man
command automatically discovers.

With rvm and chruby it works out of the box, but sadly for rbenv we need to
add hooks that modify the man symlink depending on the ruby version
currently used.