diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-12-28 14:08:10 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-12-28 14:08:10 +0000 |
commit | 451f13de19c3780a0c9f8511c35214c59ed0d400 (patch) | |
tree | 4d75d545f6dd74bd9fa6176d6769698a2ce045e7 /net-irc | |
parent | Make djbfft a runtime dependency too, or --depclean will remove it and break ... (diff) | |
download | gentoo-2-451f13de19c3780a0c9f8511c35214c59ed0d400.tar.gz gentoo-2-451f13de19c3780a0c9f8511c35214c59ed0d400.tar.bz2 gentoo-2-451f13de19c3780a0c9f8511c35214c59ed0d400.zip |
Properly disable the time plugin if timezone USE flag is disabled.
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/rbot/ChangeLog | 5 | ||||
-rw-r--r-- | net-irc/rbot/rbot-9999-r7.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog index ae6e9feb4f45..720c7d37ef7b 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.26 2007/12/27 13:46:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.27 2007/12/28 14:08:10 flameeyes Exp $ + + 28 Dec 2007; Diego Pettenò <flameeyes@gentoo.org> rbot-9999-r7.ebuild: + Properly disable the time plugin if timezone USE flag is disabled. *rbot-9999-r7 (27 Dec 2007) diff --git a/net-irc/rbot/rbot-9999-r7.ebuild b/net-irc/rbot/rbot-9999-r7.ebuild index f674712deca0..5e9516412f79 100644 --- a/net-irc/rbot/rbot-9999-r7.ebuild +++ b/net-irc/rbot/rbot-9999-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r7.ebuild,v 1.1 2007/12/27 13:46:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r7.ebuild,v 1.2 2007/12/28 14:08:10 flameeyes Exp $ inherit ruby gems eutils @@ -105,6 +105,7 @@ src_install() { || die "Unable to replace ispell with aspell." fi + use timezone || disable_rbot_plugin time use translator || disable_rbot_plugin translator use shorturl || disable_rbot_plugin shortenurls use dict || disable_rbot_plugin dictclient |