summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2005-10-06 13:03:18 +0000
committerCaleb Tennis <caleb@gentoo.org>2005-10-06 13:03:18 +0000
commit74c13d2e8b45fe4e6539cbf972dd7cdd43762a7c (patch)
tree67b8269434277a8290c200cfd7ef1acdf5d69640 /net-irc
parentProvided by ruby 1.8, removing (diff)
downloadgentoo-2-74c13d2e8b45fe4e6539cbf972dd7cdd43762a7c.tar.gz
gentoo-2-74c13d2e8b45fe4e6539cbf972dd7cdd43762a7c.tar.bz2
gentoo-2-74c13d2e8b45fe4e6539cbf972dd7cdd43762a7c.zip
Change dep to ruby 1.8
(Portage version: 2.0.53_rc3)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/rbot/ChangeLog5
-rw-r--r--net-irc/rbot/rbot-0.9.7.ebuild13
2 files changed, 6 insertions, 12 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog
index 7e811cc754b1..4987d56d1a23 100644
--- a/net-irc/rbot/ChangeLog
+++ b/net-irc/rbot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-irc/rbot
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.11 2005/09/17 15:48:26 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.12 2005/10/06 13:03:18 caleb Exp $
+
+ 06 Oct 2005; Caleb Tennis <caleb@gentoo.org> rbot-0.9.7.ebuild:
+ Change dep to ruby 1.8
17 Sep 2005; Sven Wegener <swegener@gentoo.org> rbot-0.9.7.ebuild:
Only install html API documentation with USE=doc
diff --git a/net-irc/rbot/rbot-0.9.7.ebuild b/net-irc/rbot/rbot-0.9.7.ebuild
index 57356d82de8d..f2ec5923ff6a 100644
--- a/net-irc/rbot/rbot-0.9.7.ebuild
+++ b/net-irc/rbot/rbot-0.9.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.7.ebuild,v 1.8 2005/09/17 15:49:00 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.7.ebuild,v 1.9 2005/10/06 13:03:18 caleb Exp $
DESCRIPTION="rbot is a ruby IRC bot"
HOMEPAGE="http://www.linuxbrit.co.uk/rbot/"
@@ -11,16 +11,7 @@ SLOT="0"
KEYWORDS="x86 ~ppc ~sparc ~amd64"
IUSE="doc spell"
-RDEPEND="|| (
- >=virtual/ruby-1.8
- (
- =virtual/ruby-1.6*
- || (
- dev-ruby/shim-ruby18
- dev-ruby/rexml
- )
- )
- )
+RDEPEND=">=virtual/ruby-1.8
dev-ruby/ruby-bdb
spell? ( app-text/ispell )"
DEPEND="${RDEPEND}