From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KAnrl-0003Kz-0g for garchives@archives.gentoo.org; Mon, 23 Jun 2008 15:22:01 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 792DDE006D; Mon, 23 Jun 2008 15:22:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 32035E006D for ; Mon, 23 Jun 2008 15:22:00 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id BB5BF64342 for ; Mon, 23 Jun 2008 15:21:59 +0000 (UTC) Received: from flameeyes by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KAnNx-0001Be-5h for gentoo-commits@lists.gentoo.org; Mon, 23 Jun 2008 14:51:13 +0000 From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-irc/rbot: metadata.xml rbot-9999-r8.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: metadata.xml rbot-9999-r8.ebuild ChangeLog X-VCS-Directories: net-irc/rbot X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: Sender: Diego Petteno Date: Mon, 23 Jun 2008 14:51:13 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: bf7f5cb3-d75c-43dd-8c41-f55cb4fdb6bc X-Archives-Hash: 4bc75be9e17eec9d4d56c6e78ce71fc0 flameeyes 08/06/23 14:51:13 Modified: metadata.xml rbot-9999-r8.ebuild ChangeLog Log: Add a few more USE flags to enable/disable the plugins that use externa= l commands (and proper dependencies on them). (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 x86_64) Revision Changes Path 1.8 net-irc/rbot/metadata.xml file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/rbot/metad= ata.xml?rev=3D1.8&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/rbot/metad= ata.xml?rev=3D1.8&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/rbot/metad= ata.xml?r1=3D1.7&r2=3D1.8 Index: metadata.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-irc/rbot/metadata.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- metadata.xml 27 Dec 2007 13:46:04 -0000 1.7 +++ metadata.xml 23 Jun 2008 14:51:12 -0000 1.8 @@ -40,5 +40,26 @@ to enable the "dict" plugin for rbot. If the USE flag is disabled the plugin is also disabled by default. + + Add dependency over app-misc/figlet, which is needed to + enable the "figlet" plugin for rbot. If the USE flag is disable + dthe plugin is also disabled by default. + + + Add dependency over games-misc/fortune-mod, which is + needed to enable the "fortune" plugin for rbot. If the USE flag is + disable dthe plugin is also disabled by default. + + + 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. + + + Add dependency over net-dns/bind-tools (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. + 1.2 net-irc/rbot/rbot-9999-r8.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/rbot/rbot-= 9999-r8.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/rbot/rbot-= 9999-r8.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/rbot/rbot-= 9999-r8.ebuild?r1=3D1.1&r2=3D1.2 Index: rbot-9999-r8.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r8.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rbot-9999-r8.ebuild 13 Feb 2008 17:32:29 -0000 1.1 +++ rbot-9999-r8.ebuild 23 Jun 2008 14:51:12 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r8.ebuild,v 1.= 1 2008/02/13 17:32:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r8.ebuild,v 1.= 2 2008/06/23 14:51:12 flameeyes Exp $ =20 inherit ruby gems eutils =20 @@ -29,7 +29,11 @@ translator? ( dev-ruby/mechanize ) shorturl? ( dev-ruby/shorturl ) nls? ( dev-ruby/ruby-gettext ) - dict? ( dev-ruby/ruby-dict )" + dict? ( dev-ruby/ruby-dict ) + figlet? ( app-misc/figlet ) + fortune? ( games-misc/fortune-mod ) + cal? ( || ( sys-apps/util-linux sys-freebsd/freebsd-ubin ) ) + host? ( net-dns/bind-tools )" DEPEND=3D"" =20 if [[ ${PV} =3D=3D "9999" ]]; then @@ -103,6 +107,10 @@ use translator || disable_rbot_plugin translator use shorturl || disable_rbot_plugin shortenurls use dict || disable_rbot_plugin dictclient + use figlet || disable_rbot_plugin figlet + use fortune || disable_rbot_plugin fortune + use cal || disable_rbot_plugin cal + use host || disable_rbot_plugin host =20 # This is unfortunately pretty manual at the moment, but it's just # to avoid having to run special scripts to package new versions 1.29 net-irc/rbot/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/rbot/Chang= eLog?rev=3D1.29&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/rbot/Chang= eLog?rev=3D1.29&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-irc/rbot/Chang= eLog?r1=3D1.28&r2=3D1.29 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 13 Feb 2008 17:32:29 -0000 1.28 +++ ChangeLog 23 Jun 2008 14:51:12 -0000 1.29 @@ -1,6 +1,11 @@ # ChangeLog for net-irc/rbot # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.28 2008/02= /13 17:32:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.29 2008/06= /23 14:51:12 flameeyes Exp $ + + 23 Jun 2008; Diego Petten=C3=B2 metadata.xml, + rbot-9999-r8.ebuild: + Add a few more USE flags to enable/disable the plugins that use extern= al + commands (and proper dependencies on them). =20 *rbot-9999-r8 (13 Feb 2008) =20 --=20 gentoo-commits@lists.gentoo.org mailing list