public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/will_paginate: ChangeLog will_paginate-2.3.14.ebuild
@ 2010-05-27  5:48 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2010-05-27  5:48 UTC (permalink / raw
  To: gentoo-commits

graaff      10/05/27 05:48:34

  Modified:             ChangeLog
  Added:                will_paginate-2.3.14.ebuild
  Log:
  Better compatibility with Rails 2.3.8. Remove specific rack dependency since tests now work fine with rack 1.1.x.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-ruby/will_paginate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	19 Apr 2010 22:02:14 -0000	1.4
+++ ChangeLog	27 May 2010 05:48:34 -0000	1.5
@@ -1,6 +1,13 @@
 # ChangeLog for dev-ruby/will_paginate
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.4 2010/04/19 22:02:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.5 2010/05/27 05:48:34 graaff Exp $
+
+*will_paginate-2.3.14 (27 May 2010)
+
+  27 May 2010; Hans de Graaff <graaff@gentoo.org>
+  +will_paginate-2.3.14.ebuild:
+  Better compatibility with Rails 2.3.8. Remove specific rack dependency
+  since tests now work fine with rack 1.1.x.
 
   19 Apr 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   will_paginate-2.3.12.ebuild:



1.1                  dev-ruby/will_paginate/will_paginate-2.3.14.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.14.ebuild?rev=1.1&content-type=text/plain

Index: will_paginate-2.3.14.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.14.ebuild,v 1.1 2010/05/27 05:48:34 graaff Exp $

EAPI=2
USE_RUBY="ruby18"

RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"

inherit ruby-fakegem

DESCRIPTION="Most awesome pagination solution for Ruby  "
HOMEPAGE="http://github.com/mislav/will_paginate/"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

ruby_add_bdepend "test? ( dev-ruby/mocha dev-ruby/rack )"
ruby_add_rdepend '>=dev-ruby/activesupport-1.4.4'






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/will_paginate: ChangeLog will_paginate-2.3.14.ebuild
@ 2010-08-01 14:57 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-08-01 14:57 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/08/01 14:57:33

  Modified:             ChangeLog will_paginate-2.3.14.ebuild
  Log:
  Add missing dependency over activerecord for testing purposes.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-ruby/will_paginate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	11 Jul 2010 20:29:41 -0000	1.6
+++ ChangeLog	1 Aug 2010 14:57:33 -0000	1.7
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/will_paginate
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.6 2010/07/11 20:29:41 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.7 2010/08/01 14:57:33 flameeyes Exp $
+
+  01 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  will_paginate-2.3.14.ebuild:
+  Add missing dependency over activerecord for testing purposes.
 
   11 Jul 2010; Hans de Graaff <graaff@gentoo.org>
   -will_paginate-2.3.11-r1.ebuild, -will_paginate-2.3.12.ebuild:



1.2                  dev-ruby/will_paginate/will_paginate-2.3.14.ebuild

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

Index: will_paginate-2.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.14.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- will_paginate-2.3.14.ebuild	27 May 2010 05:48:34 -0000	1.1
+++ will_paginate-2.3.14.ebuild	1 Aug 2010 14:57:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.14.ebuild,v 1.1 2010/05/27 05:48:34 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.14.ebuild,v 1.2 2010/08/01 14:57:33 flameeyes Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -18,5 +18,10 @@
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-ruby_add_bdepend "test? ( dev-ruby/mocha dev-ruby/rack )"
+ruby_add_bdepend "
+	test? (
+		dev-ruby/mocha
+		dev-ruby/rack
+		dev-ruby/activerecord
+	)"
 ruby_add_rdepend '>=dev-ruby/activesupport-1.4.4'






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/will_paginate: ChangeLog will_paginate-2.3.14.ebuild
@ 2010-08-16 10:54 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 4+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-08-16 10:54 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/08/16 10:54:45

  Modified:             ChangeLog will_paginate-2.3.14.ebuild
  Log:
  Block test-unit:2 for testing.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-ruby/will_paginate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	1 Aug 2010 14:57:33 -0000	1.7
+++ ChangeLog	16 Aug 2010 10:54:45 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/will_paginate
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.7 2010/08/01 14:57:33 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.8 2010/08/16 10:54:45 flameeyes Exp $
+
+  16 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  will_paginate-2.3.14.ebuild:
+  Block test-unit:2 for testing.
 
   01 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   will_paginate-2.3.14.ebuild:



1.3                  dev-ruby/will_paginate/will_paginate-2.3.14.ebuild

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

Index: will_paginate-2.3.14.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.14.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- will_paginate-2.3.14.ebuild	1 Aug 2010 14:57:33 -0000	1.2
+++ will_paginate-2.3.14.ebuild	16 Aug 2010 10:54:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.14.ebuild,v 1.2 2010/08/01 14:57:33 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/will_paginate-2.3.14.ebuild,v 1.3 2010/08/16 10:54:45 flameeyes Exp $
 
 EAPI=2
 USE_RUBY="ruby18"
@@ -23,5 +23,7 @@
 		dev-ruby/mocha
 		dev-ruby/rack
 		dev-ruby/activerecord
+		virtual/ruby-test-unit
+		!dev-ruby/test-unit:2
 	)"
 ruby_add_rdepend '>=dev-ruby/activesupport-1.4.4'






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/will_paginate: ChangeLog will_paginate-2.3.14.ebuild
@ 2011-01-10 18:16 Hans de Graaff (graaff)
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Graaff (graaff) @ 2011-01-10 18:16 UTC (permalink / raw
  To: gentoo-commits

graaff      11/01/10 18:16:34

  Modified:             ChangeLog
  Removed:              will_paginate-2.3.14.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-ruby/will_paginate/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	19 Sep 2010 13:53:54 -0000	1.9
+++ ChangeLog	10 Jan 2011 18:16:34 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/will_paginate
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.9 2010/09/19 13:53:54 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/will_paginate/ChangeLog,v 1.10 2011/01/10 18:16:34 graaff Exp $
+
+  10 Jan 2011; Hans de Graaff <graaff@gentoo.org>
+  -will_paginate-2.3.14.ebuild:
+  Remove old version.
 
 *will_paginate-2.3.15 (19 Sep 2010)
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-01-10 18:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-27  5:48 [gentoo-commits] gentoo-x86 commit in dev-ruby/will_paginate: ChangeLog will_paginate-2.3.14.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2010-08-01 14:57 Diego Petteno (flameeyes)
2010-08-16 10:54 Diego Petteno (flameeyes)
2011-01-10 18:16 Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox