diff options
author | Alex Legler <a3li@gentoo.org> | 2010-08-06 17:36:35 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2010-08-06 17:36:35 +0000 |
commit | a4492a3b67446ef97e239282b1e2e3953436be15 (patch) | |
tree | 1133a1957ccb0a7853c7412c2fd986eea39e9658 /net-irc/rbot | |
parent | Stable on amd64 wrt bug #331421 (diff) | |
download | gentoo-2-a4492a3b67446ef97e239282b1e2e3953436be15.tar.gz gentoo-2-a4492a3b67446ef97e239282b1e2e3953436be15.tar.bz2 gentoo-2-a4492a3b67446ef97e239282b1e2e3953436be15.zip |
Move virtual/ruby dependency to dev-lang/ruby:1.8
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-irc/rbot')
-rw-r--r-- | net-irc/rbot/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/rbot/rbot-0.9.10-r1.ebuild | 6 | ||||
-rw-r--r-- | net-irc/rbot/rbot-0.9.14.ebuild | 6 | ||||
-rw-r--r-- | net-irc/rbot/rbot-9999-r10.ebuild | 6 |
4 files changed, 14 insertions, 10 deletions
diff --git a/net-irc/rbot/ChangeLog b/net-irc/rbot/ChangeLog index f5fb63c92ec9..1ae9d18411b5 100644 --- a/net-irc/rbot/ChangeLog +++ b/net-irc/rbot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/rbot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.43 2010/07/28 07:58:09 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v 1.44 2010/08/06 17:36:35 a3li Exp $ + + 06 Aug 2010; Alex Legler <a3li@gentoo.org> rbot-0.9.10-r1.ebuild, + rbot-0.9.14.ebuild, rbot-9999-r10.ebuild: + Move virtual/ruby dependency to dev-lang/ruby:1.8 *rbot-0.9.15 (28 Jul 2010) diff --git a/net-irc/rbot/rbot-0.9.10-r1.ebuild b/net-irc/rbot/rbot-0.9.10-r1.ebuild index dd0e232c165d..6437f826bd16 100644 --- a/net-irc/rbot/rbot-0.9.10-r1.ebuild +++ b/net-irc/rbot/rbot-0.9.10-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.10-r1.ebuild,v 1.3 2007/02/20 12:19:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.10-r1.ebuild,v 1.4 2010/08/06 17:36:35 a3li Exp $ inherit ruby gems @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc x86 ~x86-fbsd" IUSE="spell" -RDEPEND=">=virtual/ruby-1.8 +RDEPEND="=dev-lang/ruby-1.8* dev-ruby/ruby-bdb" DEPEND="${RDEPEND}" diff --git a/net-irc/rbot/rbot-0.9.14.ebuild b/net-irc/rbot/rbot-0.9.14.ebuild index 2a4f8f16403a..12b1bbec80d1 100644 --- a/net-irc/rbot/rbot-0.9.14.ebuild +++ b/net-irc/rbot/rbot-0.9.14.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.14.ebuild,v 1.2 2009/11/07 20:22:24 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.14.ebuild,v 1.3 2010/08/06 17:36:35 a3li Exp $ inherit ruby eutils @@ -20,7 +20,7 @@ for lang in $ILINGUAS; do IUSE="${IUSE} linguas_${lang}" done -RDEPEND=">=virtual/ruby-1.8 +RDEPEND="=dev-lang/ruby-1.8* dev-ruby/ruby-bdb timezone? ( dev-ruby/tzinfo ) spell? ( diff --git a/net-irc/rbot/rbot-9999-r10.ebuild b/net-irc/rbot/rbot-9999-r10.ebuild index e8e65a7f426a..ef03abc71e5b 100644 --- a/net-irc/rbot/rbot-9999-r10.ebuild +++ b/net-irc/rbot/rbot-9999-r10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r10.ebuild,v 1.4 2008/07/14 20:47:04 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r10.ebuild,v 1.5 2010/08/06 17:36:35 a3li Exp $ inherit ruby eutils @@ -20,7 +20,7 @@ for lang in $ILINGUAS; do IUSE="${IUSE} linguas_${lang}" done -RDEPEND=">=virtual/ruby-1.8 +RDEPEND=">=dev-lang/ruby-1.8 dev-ruby/ruby-bdb timezone? ( dev-ruby/tzinfo ) spell? ( |