* [gentoo-commits] gentoo-x86 commit in net-irc/rbot: rbot-0.9.10-r1.ebuild rbot-9999-r10.ebuild ChangeLog rbot-0.9.14.ebuild
@ 2010-08-06 17:36 Alex Legler (a3li)
0 siblings, 0 replies; only message in thread
From: Alex Legler (a3li) @ 2010-08-06 17:36 UTC (permalink / raw
To: gentoo-commits
a3li 10/08/06 17:36:35
Modified: rbot-0.9.10-r1.ebuild rbot-9999-r10.ebuild
ChangeLog rbot-0.9.14.ebuild
Log:
Move virtual/ruby dependency to dev-lang/ruby:1.8
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.4 net-irc/rbot/rbot-0.9.10-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/rbot-0.9.10-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/rbot-0.9.10-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/rbot-0.9.10-r1.ebuild?r1=1.3&r2=1.4
Index: rbot-0.9.10-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.10-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rbot-0.9.10-r1.ebuild 20 Feb 2007 12:19:44 -0000 1.3
+++ rbot-0.9.10-r1.ebuild 6 Aug 2010 17:36:35 -0000 1.4
@@ -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 @@
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}"
1.5 net-irc/rbot/rbot-9999-r10.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/rbot-9999-r10.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/rbot-9999-r10.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/rbot-9999-r10.ebuild?r1=1.4&r2=1.5
Index: rbot-9999-r10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-9999-r10.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rbot-9999-r10.ebuild 14 Jul 2008 20:47:04 -0000 1.4
+++ rbot-9999-r10.ebuild 6 Aug 2010 17:36:35 -0000 1.5
@@ -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 @@
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? (
1.44 net-irc/rbot/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/rbot/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 28 Jul 2010 07:58:09 -0000 1.43
+++ ChangeLog 6 Aug 2010 17:36:35 -0000 1.44
@@ -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)
1.3 net-irc/rbot/rbot-0.9.14.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/rbot-0.9.14.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/rbot-0.9.14.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/rbot/rbot-0.9.14.ebuild?r1=1.2&r2=1.3
Index: rbot-0.9.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/rbot/rbot-0.9.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rbot-0.9.14.ebuild 7 Nov 2009 20:22:24 -0000 1.2
+++ rbot-0.9.14.ebuild 6 Aug 2010 17:36:35 -0000 1.3
@@ -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 @@
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? (
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-08-06 17:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-06 17:36 [gentoo-commits] gentoo-x86 commit in net-irc/rbot: rbot-0.9.10-r1.ebuild rbot-9999-r10.ebuild ChangeLog rbot-0.9.14.ebuild Alex Legler (a3li)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox