summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-irc/rbot/metadata.xml')
-rw-r--r--net-irc/rbot/metadata.xml37
1 files changed, 23 insertions, 14 deletions
diff --git a/net-irc/rbot/metadata.xml b/net-irc/rbot/metadata.xml
index 29eab6ab0522..bd801cd84a2f 100644
--- a/net-irc/rbot/metadata.xml
+++ b/net-irc/rbot/metadata.xml
@@ -6,11 +6,6 @@
<email>flameeyes@gentoo.org</email>
</maintainer>
<use>
- <flag name="snapshot" restrict="=net-irc/rbot-9999">
- Name the generated Ruby Gem in a proper manner to be used for a
- snapshot ebuild. The format used is 9998_pre followed by the SVN
- checked out revision number.
- </flag>
<flag name="timezone">
Add dependency over <pkg>dev-ruby/tzinfo</pkg> to enable the "time"
plugin for rbot. If the USE flag is disabled the plugin is also
@@ -19,7 +14,14 @@
<flag name="aspell">
Use aspell instead of ispell in the "spell" plugin for rbot. The
vanilla plugin uses ispell, but enabling this flag makes it use
- the ispell interface for aspell instead.
+ the ispell interface from aspell instead.
+ </flag>
+ <flag name="hunspell">
+ Use hunspell instead of ispell in the "spell" plugin for rbot. The
+ vanilla plugin uses ispell, but enabling this flag makes it use
+ the ispell interface from hunspell instead. It's overridden by the
+ aspell USE flag. For native hunspell support check the
+ rbot-hunspell plugin.
</flag>
<flag name="translator">
Add dependency over <pkg>dev-ruby/mechanize</pkg>, which is needed
@@ -32,8 +34,8 @@
disabled the plugin is also disabled by default.
</flag>
<flag name="nls">
- Add dependency over <pkg>dev-ruby/ruby-gettext</pkg>, which is
- needed for the translation of the bot's messages to work.
+ Build and install translation for the messages coming from the bot
+ and its plugins (through <pkg>dev-ruby/ruby-gettext</pkg>).
</flag>
<flag name="dict">
Add dependency over <pkg>dev-ruby/ruby-dict</pkg>, which is needed
@@ -41,24 +43,31 @@
the plugin is also disabled by default.
</flag>
<flag name="figlet">
- Add dependency over <pkg>app-misc/figlet</pkg>, which is needed to
- enable the "figlet" plugin for rbot. If the USE flag is disable
- dthe plugin is also disabled by default.
+ Add dependency over <pkg>app-misc/figlet</pkg>, which is used by
+ the "figlet" plugin for rbot. If the USE flag is disabled the
+ plugin will be unable to use figlet; if toilet is also disabled,
+ the plugin will be disabled.
+ </flag>
+ <flag name="toilet">
+ Add dependency over <pkg>app-misc/toilet</pkg>, which is used by
+ the "figlet" plugin for rbot. If the USE flag is disabled the
+ plugin will be unable to use toilet; if figlet is also disabled,
+ the plugin will be disabled.
</flag>
<flag name="fortune">
Add dependency over <pkg>games-misc/fortune-mod</pkg>, which is
needed to enable the "fortune" plugin for rbot. If the USE flag is
- disable dthe plugin is also disabled by default.
+ disabled the plugin is also disabled by default.
</flag>
<flag name="cal">
Add dependency over a package providing the /usr/bin/cal command,
which is needed to enable the "cal" plugin for rbot. If the USE
- flag is disable dthe plugin is also disabled by default.
+ flag is disabled the plugin is also disabled by default.
</flag>
<flag name="host">
Add dependency over <pkg>net-dns/bind-tools</pkg> (providing
/usr/bin/host), which is needed to enable the "host" plugin for
- rbot. If the USE flag is disable dthe plugin is also disabled by
+ rbot. If the USE flag is disabled the plugin is also disabled by
default.
</flag>
</use>