diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-11-23 22:45:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-11-23 22:45:44 +0000 |
commit | b2cce2a5999442fac42910f98f392ff53db4d04a (patch) | |
tree | 1531d0d92ffbbfb9042cbf37c3d8aada60e5ebb2 /net-irc | |
parent | Stable on x86 wrt bug #200103 (diff) | |
download | gentoo-2-b2cce2a5999442fac42910f98f392ff53db4d04a.tar.gz gentoo-2-b2cce2a5999442fac42910f98f392ff53db4d04a.tar.bz2 gentoo-2-b2cce2a5999442fac42910f98f392ff53db4d04a.zip |
Add documentation about the snapshot, timezone and aspell USE flags.
(Portage version: 2.1.4_rc2)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/rbot/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/rbot/metadata.xml | 17 |
2 files changed, 21 insertions, 1 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog index 662319e37f5a..90d1dd2b8a93 100644 --- a/net-irc/rbot/ChangeLog +++ b/net-irc/rbot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/rbot # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.22 2007/11/19 16:42:46 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.23 2007/11/23 22:45:44 flameeyes Exp $ + + 23 Nov 2007; Diego Pettenò <flameeyes@gentoo.org> metadata.xml: + Add documentation about the snapshot, timezone and aspell USE flags. *rbot-9999-r4 (19 Nov 2007) diff --git a/net-irc/rbot/metadata.xml b/net-irc/rbot/metadata.xml index ed40de5d0486..df01fbd25b22 100644 --- a/net-irc/rbot/metadata.xml +++ b/net-irc/rbot/metadata.xml @@ -5,4 +5,21 @@ <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> +</use> </pkgmetadata> |