summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-12-27 13:46:05 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-12-27 13:46:05 +0000
commitbfe189075a55eaa1055d00c71a12004d279fa8b1 (patch)
tree5db32fbaebb300d6b2e008a0feeaea54d8a3cb4f /net-irc/rbot/metadata.xml
parentStable on x86. (diff)
downloadgentoo-2-bfe189075a55eaa1055d00c71a12004d279fa8b1.tar.gz
gentoo-2-bfe189075a55eaa1055d00c71a12004d279fa8b1.tar.bz2
gentoo-2-bfe189075a55eaa1055d00c71a12004d279fa8b1.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.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'net-irc/rbot/metadata.xml')
-rw-r--r--net-irc/rbot/metadata.xml9
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>