From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-475134-garchives=archives.gentoo.org@lists.gentoo.org>) id 1Sfjxu-0007QD-4J for garchives@archives.gentoo.org; Sat, 16 Jun 2012 03:46:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D295E0905; Sat, 16 Jun 2012 03:46:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2FFC7E0905 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jun 2012 03:46:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 955761B4015 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jun 2012 03:46:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id AF40CE5430 for <gentoo-commits@lists.gentoo.org>; Sat, 16 Jun 2012 03:46:06 +0000 (UTC) From: "Hans de Graaff" <graaff@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" <graaff@gentoo.org> Message-ID: <1339818360.07fd527183a9085818cfac52ca3a369c0e3b3995.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/will_paginate/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/will_paginate/ChangeLog dev-ruby/will_paginate/will_paginate-3.0.3.ebuild X-VCS-Directories: dev-ruby/will_paginate/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 07fd527183a9085818cfac52ca3a369c0e3b3995 X-VCS-Branch: master Date: Sat, 16 Jun 2012 03:46:06 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: fd59553f-4386-4b61-8799-16b4e9b7446f X-Archives-Hash: 49d9c061bd2dfdac040f2fb8d82c4bf1 commit: 07fd527183a9085818cfac52ca3a369c0e3b3995 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Sat Jun 16 03:46:00 2012 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jun 16 03:46:00 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/ruby-overlay.= git;a=3Dcommit;h=3D07fd5271 There is no rails:3 slot. Instead depend on any version of rails. (Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with= key 0x8883FA56A308A8D7!) --- dev-ruby/will_paginate/ChangeLog | 5 ++++- dev-ruby/will_paginate/will_paginate-3.0.3.ebuild | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-ruby/will_paginate/ChangeLog b/dev-ruby/will_paginate/Ch= angeLog index a886c26..96e9f0e 100644 --- a/dev-ruby/will_paginate/ChangeLog +++ b/dev-ruby/will_paginate/ChangeLog @@ -1,7 +1,10 @@ -# ChangeLog for dev-ruby/dm-core +# ChangeLog for dev-ruby/will_paginate # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 16 Jun 2012; Hans de Graaff <graaff@gentoo.org> will_paginate-3.0.3.eb= uild: + There is no rails:3 slot. Instead depend on any version of rails. + *will_paginate-3.0.3 (30 May 2012) =20 *will_paginate-3.0.3 (27 May 2012) diff --git a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild b/dev-ruby= /will_paginate/will_paginate-3.0.3.ebuild index 04ad52b..d1a9040 100644 --- a/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild +++ b/dev-ruby/will_paginate/will_paginate-3.0.3.ebuild @@ -23,6 +23,6 @@ IUSE=3D"" ruby_add_bdepend " test? ( dev-ruby/rspec:2 - dev-ruby/rails:3 + =3Ddev-ruby/rails-3* dev-ruby/mocha )"