summaryrefslogtreecommitdiff
blob: 29eab6ab0522e6490bf36cd1423ea29f28e9e3e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>net-irc</herd>
<maintainer>
  <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
    disabled by default.
  </flag>
  <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.
  </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>
  <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>
  <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.
  </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.
  </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>
  <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
    default.
  </flag>
</use>
</pkgmetadata>