diff options
author | 2007-12-17 22:13:09 +0000 | |
---|---|---|
committer | 2007-12-17 22:13:09 +0000 | |
commit | d73cbecb6b1274b3f90315ab681bba7427733210 (patch) | |
tree | e9f7d08250ffd4edd2c6d62e40c352ac253a3157 /net-irc/rbot/metadata.xml | |
parent | Stable for HPPA (bug #200414). (diff) | |
download | gentoo-2-d73cbecb6b1274b3f90315ab681bba7427733210.tar.gz gentoo-2-d73cbecb6b1274b3f90315ab681bba7427733210.tar.bz2 gentoo-2-d73cbecb6b1274b3f90315ab681bba7427733210.zip |
Add a new revision with USE flags for shorturl and translator plugins, with their dependencies added.
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'net-irc/rbot/metadata.xml')
-rw-r--r-- | net-irc/rbot/metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-irc/rbot/metadata.xml b/net-irc/rbot/metadata.xml index df01fbd25b22..cfc061d6a983 100644 --- a/net-irc/rbot/metadata.xml +++ b/net-irc/rbot/metadata.xml @@ -21,5 +21,15 @@ vanilla plugin uses ispell, but enabling this flag makes it use the ispell interface for aspell instead. </flag> + <flag name="translator"> + Add dependency over <pkg>dev-ruby/mechanize</pkg>, which is needed + to enable the "translator" plugin for rbot. If the USE flag is + disabled the plugin is also disabled by default. + </flag> + <flag name="shorturl"> + Add dependency over <pkg>dev-ruby/shorturl</pkg>, which is needed + to enable the "shortenurl" plugin for rbot. If the USE flag is + disabled the plugin is also disabled by default. + </flag> </use> </pkgmetadata> |