public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff (graaff)" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-3.0.7.ebuild
Date: Sun,  8 May 2011 07:51:45 +0000 (UTC)	[thread overview]
Message-ID: <20110508075145.CAFFF20054@flycatcher.gentoo.org> (raw)

graaff      11/05/08 07:51:45

  Modified:             ChangeLog activerecord-3.0.7.ebuild
  Log:
  Update sqlite3 dependency to a version that we install in the expected path. This fixes bug 361607.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.154                dev-ruby/activerecord/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.153&r2=1.154

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	1 May 2011 14:10:43 -0000	1.153
+++ ChangeLog	8 May 2011 07:51:45 -0000	1.154
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activerecord
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.153 2011/05/01 14:10:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.154 2011/05/08 07:51:45 graaff Exp $
+
+  08 May 2011; Hans de Graaff <graaff@gentoo.org> activerecord-3.0.7.ebuild:
+  Update sqlite3 dependency to a version that we install in the expected path.
+  This fixes bug 361607.
 
   01 May 2011; Hans de Graaff <graaff@gentoo.org>
   -activerecord-2.3.10.ebuild, -activerecord-3.0.3.ebuild:



1.2                  dev-ruby/activerecord/activerecord-3.0.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.7.ebuild?r1=1.1&r2=1.2

Index: activerecord-3.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activerecord-3.0.7.ebuild	26 Apr 2011 18:05:30 -0000	1.1
+++ activerecord-3.0.7.ebuild	8 May 2011 07:51:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.7.ebuild,v 1.1 2011/04/26 18:05:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.0.7.ebuild,v 1.2 2011/05/08 07:51:45 graaff Exp $
 
 EAPI=2
 USE_RUBY="ruby18 ree18"
@@ -30,14 +30,14 @@
 	~dev-ruby/activemodel-${PV}
 	>=dev-ruby/arel-2.0.2
 	>=dev-ruby/tzinfo-0.3.23
-	sqlite3? ( dev-ruby/sqlite3-ruby )
+	sqlite3? ( >=dev-ruby/sqlite3-ruby-1.3.3 )
 	mysql? ( dev-ruby/mysql2 )
 	postgres? ( dev-ruby/pg )"
 
 ruby_add_bdepend "
 	test? (
 		~dev-ruby/actionpack-${PV}
-		dev-ruby/sqlite3-ruby
+		>=dev-ruby/sqlite3-ruby-1.3.3
 		>=dev-ruby/mocha-0.9.5
 		virtual/ruby-test-unit
 	)"






             reply	other threads:[~2011-05-08  7:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-08  7:51 Hans de Graaff (graaff) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-08 18:48 [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-3.0.7.ebuild Hans de Graaff (graaff)
2011-04-26 18:05 Hans de Graaff (graaff)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110508075145.CAFFF20054@flycatcher.gentoo.org \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox