metadata.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>ruby@gentoo.org</email>
  6. <name>Gentoo Ruby Project</name>
  7. </maintainer>
  8. <use>
  9. <flag name="timezone">
  10. Add dependency over <pkg>dev-ruby/tzinfo</pkg> to enable the "time"
  11. plugin for rbot. If the USE flag is disabled the plugin is also
  12. disabled by default.
  13. </flag>
  14. <flag name="aspell">
  15. Use aspell instead of ispell in the "spell" plugin for rbot. The
  16. vanilla plugin uses ispell, but enabling this flag makes it use
  17. the ispell interface from aspell instead.
  18. </flag>
  19. <flag name="translator">
  20. Add dependency over <pkg>dev-ruby/mechanize</pkg>, which is needed
  21. to enable the "translator" plugin for rbot. If the USE flag is
  22. disabled the plugin is also disabled by default.
  23. </flag>
  24. <flag name="shorturl">
  25. Add dependency over <pkg>dev-ruby/shorturl</pkg>, which is needed
  26. to enable the "shortenurl" plugin for rbot. If the USE flag is
  27. disabled the plugin is also disabled by default.
  28. </flag>
  29. <flag name="nls">
  30. Build and install translation for the messages coming from the bot
  31. and its plugins (through <pkg>dev-ruby/ruby-gettext</pkg>).
  32. </flag>
  33. <flag name="figlet">
  34. Add dependency over <pkg>app-misc/figlet</pkg>, which is used by
  35. the "figlet" plugin for rbot. If the USE flag is disabled the
  36. plugin will be unable to use figlet; if toilet is also disabled,
  37. the plugin will be disabled.
  38. </flag>
  39. <flag name="toilet">
  40. Add dependency over <pkg>app-misc/toilet</pkg>, which is used by
  41. the "figlet" plugin for rbot. If the USE flag is disabled the
  42. plugin will be unable to use toilet; if figlet is also disabled,
  43. the plugin will be disabled.
  44. </flag>
  45. <flag name="fortune">
  46. Add dependency over <pkg>games-misc/fortune-mod</pkg>, which is
  47. needed to enable the "fortune" plugin for rbot. If the USE flag is
  48. disabled the plugin is also disabled by default.
  49. </flag>
  50. <flag name="cal">
  51. Add dependency over a package providing the /usr/bin/cal command,
  52. which is needed to enable the "cal" plugin for rbot. If the USE
  53. flag is disabled the plugin is also disabled by default.
  54. </flag>
  55. <flag name="host">
  56. Add dependency over <pkg>net-dns/bind-tools</pkg> (providing
  57. /usr/bin/host), which is needed to enable the "host" plugin for
  58. rbot. If the USE flag is disabled the plugin is also disabled by
  59. default.
  60. </flag>
  61. </use>
  62. </pkgmetadata>