diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-11 16:53:25 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-11 16:53:25 +0000 |
commit | 13d8222e0d88cfca0747eabb3c7ef433d9bf5c4e (patch) | |
tree | 2f1047d98c57fcb80bfeebd22aa2feeabdda5c33 /net-irc/rbot | |
parent | Version bumped. virtual/ruby fix (diff) | |
download | historical-13d8222e0d88cfca0747eabb3c7ef433d9bf5c4e.tar.gz historical-13d8222e0d88cfca0747eabb3c7ef433d9bf5c4e.tar.bz2 historical-13d8222e0d88cfca0747eabb3c7ef433d9bf5c4e.zip |
virtual/ruby fix
Diffstat (limited to 'net-irc/rbot')
-rw-r--r-- | net-irc/rbot/ChangeLog | 7 | ||||
-rw-r--r-- | net-irc/rbot/Manifest | 4 | ||||
-rw-r--r-- | net-irc/rbot/rbot-0.9.6.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog index 3a5582d0d0e9..a1264bc6c9e2 100644 --- a/net-irc/rbot/ChangeLog +++ b/net-irc/rbot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/rbot -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.1 2003/10/05 20:43:39 zul Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.2 2004/04/11 16:53:25 usata Exp $ + + 12 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> rbot-0.9.6.ebuild: + virtual/ruby fix *rbot-0.9.6 (05 Oct 2003) diff --git a/net-irc/rbot/Manifest b/net-irc/rbot/Manifest index d873a1a029e5..eea5a2e6b8e4 100644 --- a/net-irc/rbot/Manifest +++ b/net-irc/rbot/Manifest @@ -1,4 +1,4 @@ -MD5 4c00f8b4c0bcc6d5dafadfc7127a2c96 ChangeLog 361 +MD5 367a5bd5ce1b25dc9de7e537e906c899 ChangeLog 451 MD5 44c39c6ad372a8e5a5e7ee3311f703a7 metadata.xml 160 -MD5 8a438f018a57c4910142372271f12b4c rbot-0.9.6.ebuild 998 +MD5 fe0ac4723d9443aada00cb4b7a1d2a1c rbot-0.9.6.ebuild 991 MD5 53971baa1052d065a78ed3a35daedd0b files/digest-rbot-0.9.6 62 diff --git a/net-irc/rbot/rbot-0.9.6.ebuild b/net-irc/rbot/rbot-0.9.6.ebuild index 8dbf84fa8ab4..a52395788292 100644 --- a/net-irc/rbot/rbot-0.9.6.ebuild +++ b/net-irc/rbot/rbot-0.9.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.6.ebuild,v 1.1 2003/10/05 20:43:39 zul Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.6.ebuild,v 1.2 2004/04/11 16:53:25 usata Exp $ DESCRIPTION="rbot is a ruby IRC bot" HOMEPAGE="http://www.linuxbrit.co.uk/rbot/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="spell xml" -DEPEND=">=dev-lang/ruby-1.6.8" +DEPEND="virtual/ruby" RDEPEND="${DEPEND} dev-ruby/ruby-bdb dev-ruby/rexml |