diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-12-27 13:46:05 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-12-27 13:46:05 +0000 |
commit | 2ac396a26fd3fedffea0cc1bfb2386aa7bab46c9 (patch) | |
tree | 01961d2e1e190ea067ac4fde5a8d80d99c98a17e /net-irc/rbot/metadata.xml | |
parent | Initial import of ruby-dict, an RFC 2229 client. It's needed for the dictclie... (diff) | |
download | historical-2ac396a26fd3fedffea0cc1bfb2386aa7bab46c9.tar.gz historical-2ac396a26fd3fedffea0cc1bfb2386aa7bab46c9.tar.bz2 historical-2ac396a26fd3fedffea0cc1bfb2386aa7bab46c9.zip |
Always depend on ruby-gettext when building the gem, so that the data is properly added to the gem. Add a dict USE flag for the dictclient plugin, depending on the new ruby-dict ebuild.
Package-Manager: portage-2.1.4_rc11
Diffstat (limited to 'net-irc/rbot/metadata.xml')
-rw-r--r-- | net-irc/rbot/metadata.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net-irc/rbot/metadata.xml b/net-irc/rbot/metadata.xml index cfc061d6a983..d5f7c8bf76ac 100644 --- a/net-irc/rbot/metadata.xml +++ b/net-irc/rbot/metadata.xml @@ -31,5 +31,14 @@ to enable the "shortenurl" plugin for rbot. If the USE flag is 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. + </flag> + <flag name="dict"> + Add dependency over <pkg>dev-ruby/ruby-dict</pkg>, which is needed + to enable the "dict" plugin for rbot. If the USE flag is disabled + the plugin is also disabled by default. + </flag> </use> </pkgmetadata> |