public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.2.ebuild
@ 2009-03-17 10:49 Alex Legler (a3li)
  0 siblings, 0 replies; 7+ messages in thread
From: Alex Legler (a3li) @ 2009-03-17 10:49 UTC (permalink / raw
  To: gentoo-commits

a3li        09/03/17 10:49:38

  Modified:             ChangeLog
  Added:                activerecord-2.3.2.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.97                 dev-ruby/activerecord/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	10 Jan 2009 16:31:50 -0000	1.96
+++ ChangeLog	17 Mar 2009 10:49:38 -0000	1.97
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/activerecord
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.96 2009/01/10 16:31:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.97 2009/03/17 10:49:38 a3li Exp $
+
+*activerecord-2.3.2 (17 Mar 2009)
+
+  17 Mar 2009; Alex Legler <a3li@gentoo.org> +activerecord-2.3.2.ebuild:
+  Version bump
 
   10 Jan 2009; Raúl Porcel <armin76@gentoo.org> activerecord-2.2.2.ebuild:
   ia64 stable wrt #253425



1.1                  dev-ruby/activerecord/activerecord-2.3.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?rev=1.1&content-type=text/plain

Index: activerecord-2.3.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.1 2009/03/17 10:49:38 a3li Exp $

inherit ruby gems
USE_RUBY="ruby18 ruby19"

DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
HOMEPAGE="http://rubyforge.org/projects/activerecord/"

LICENSE="MIT"
SLOT="2.3"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="mysql postgres sqlite sqlite3"
RESTRICT="test"

DEPEND=">=dev-lang/ruby-1.8.6
	~dev-ruby/activesupport-2.3.2
	sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 )
	sqlite3? ( dev-ruby/sqlite3-ruby )
	mysql? ( >=dev-ruby/mysql-ruby-2.7 )
	postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.2.ebuild
@ 2009-05-18 19:10 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 7+ messages in thread
From: Ferris McCormick (fmccor) @ 2009-05-18 19:10 UTC (permalink / raw
  To: gentoo-commits

fmccor      09/05/18 19:10:04

  Modified:             ChangeLog activerecord-2.3.2.ebuild
  Log:
  Sparc stable, Bug #270331.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.99                 dev-ruby/activerecord/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.98&r2=1.99

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	27 Apr 2009 15:49:56 -0000	1.98
+++ ChangeLog	18 May 2009 19:10:03 -0000	1.99
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activerecord
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.98 2009/04/27 15:49:56 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.99 2009/05/18 19:10:03 fmccor Exp $
+
+  18 May 2009; Ferris McCormick <fmccor@gentoo.org>
+  activerecord-2.3.2.ebuild:
+  Sparc stable, Bug #270331.
 
   27 Apr 2009; Petteri Räty <betelgeuse@gentoo.org> activerecord-2.2.2:
   Add USE_RUBY to silence the eclass QA warning.



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

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

Index: activerecord-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activerecord-2.3.2.ebuild	17 Mar 2009 10:49:38 -0000	1.1
+++ activerecord-2.3.2.ebuild	18 May 2009 19:10:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.1 2009/03/17 10:49:38 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.2 2009/05/18 19:10:04 fmccor Exp $
 
 inherit ruby gems
 USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 IUSE="mysql postgres sqlite sqlite3"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.2.ebuild
@ 2009-05-23 14:52 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-05-23 14:52 UTC (permalink / raw
  To: gentoo-commits

ranger      09/05/23 14:52:47

  Modified:             ChangeLog activerecord-2.3.2.ebuild
  Log:
  Marking activerecord-2.3.2 ppc for bug 270331
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.100                dev-ruby/activerecord/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.100&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.100&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.99&r2=1.100

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	18 May 2009 19:10:03 -0000	1.99
+++ ChangeLog	23 May 2009 14:52:47 -0000	1.100
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activerecord
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.99 2009/05/18 19:10:03 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.100 2009/05/23 14:52:47 ranger Exp $
+
+  23 May 2009; Brent Baude <ranger@gentoo.org> activerecord-2.3.2.ebuild:
+  Marking activerecord-2.3.2 ppc stable for bug 270331
 
   18 May 2009; Ferris McCormick <fmccor@gentoo.org>
   activerecord-2.3.2.ebuild:



1.3                  dev-ruby/activerecord/activerecord-2.3.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?r1=1.2&r2=1.3

Index: activerecord-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activerecord-2.3.2.ebuild	18 May 2009 19:10:04 -0000	1.2
+++ activerecord-2.3.2.ebuild	23 May 2009 14:52:47 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.2 2009/05/18 19:10:04 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.3 2009/05/23 14:52:47 ranger Exp $
 
 inherit ruby gems
 USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd"
 IUSE="mysql postgres sqlite sqlite3"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.2.ebuild
@ 2009-05-23 15:09 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-05-23 15:09 UTC (permalink / raw
  To: gentoo-commits

ranger      09/05/23 15:09:29

  Modified:             ChangeLog activerecord-2.3.2.ebuild
  Log:
  Marking activerecord-2.3.2 ppc64 for bug 270331
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.101                dev-ruby/activerecord/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.100&r2=1.101

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	23 May 2009 14:52:47 -0000	1.100
+++ ChangeLog	23 May 2009 15:09:29 -0000	1.101
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activerecord
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.100 2009/05/23 14:52:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.101 2009/05/23 15:09:29 ranger Exp $
+
+  23 May 2009; Brent Baude <ranger@gentoo.org> activerecord-2.3.2.ebuild:
+  Marking activerecord-2.3.2 ppc64 stable for bug 270331
 
   23 May 2009; Brent Baude <ranger@gentoo.org> activerecord-2.3.2.ebuild:
   Marking activerecord-2.3.2 ppc stable for bug 270331



1.4                  dev-ruby/activerecord/activerecord-2.3.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?r1=1.3&r2=1.4

Index: activerecord-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activerecord-2.3.2.ebuild	23 May 2009 14:52:47 -0000	1.3
+++ activerecord-2.3.2.ebuild	23 May 2009 15:09:29 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.3 2009/05/23 14:52:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.4 2009/05/23 15:09:29 ranger Exp $
 
 inherit ruby gems
 USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ppc ~ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd"
 IUSE="mysql postgres sqlite sqlite3"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.2.ebuild
@ 2009-05-23 16:55 Thomas Anderson (gentoofan23)
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Anderson (gentoofan23) @ 2009-05-23 16:55 UTC (permalink / raw
  To: gentoo-commits

gentoofan23    09/05/23 16:55:16

  Modified:             ChangeLog activerecord-2.3.2.ebuild
  Log:
  stable amd64, bug 270331
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.102                dev-ruby/activerecord/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.101&r2=1.102

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	23 May 2009 15:09:29 -0000	1.101
+++ ChangeLog	23 May 2009 16:55:16 -0000	1.102
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activerecord
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.101 2009/05/23 15:09:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.102 2009/05/23 16:55:16 gentoofan23 Exp $
+
+  23 May 2009; Thomas Anderson <gentoofan23@gentoo.org>
+  activerecord-2.3.2.ebuild:
+  stable amd64, bug 270331
 
   23 May 2009; Brent Baude <ranger@gentoo.org> activerecord-2.3.2.ebuild:
   Marking activerecord-2.3.2 ppc64 stable for bug 270331



1.5                  dev-ruby/activerecord/activerecord-2.3.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?r1=1.4&r2=1.5

Index: activerecord-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- activerecord-2.3.2.ebuild	23 May 2009 15:09:29 -0000	1.4
+++ activerecord-2.3.2.ebuild	23 May 2009 16:55:16 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.4 2009/05/23 15:09:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.5 2009/05/23 16:55:16 gentoofan23 Exp $
 
 inherit ruby gems
 USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd"
 IUSE="mysql postgres sqlite sqlite3"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.2.ebuild
@ 2009-05-24 18:54 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-05-24 18:54 UTC (permalink / raw
  To: gentoo-commits

maekke      09/05/24 18:54:16

  Modified:             ChangeLog activerecord-2.3.2.ebuild
  Log:
  x86 stable, bug #270331
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.103                dev-ruby/activerecord/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.102&r2=1.103

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	23 May 2009 16:55:16 -0000	1.102
+++ ChangeLog	24 May 2009 18:54:16 -0000	1.103
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activerecord
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.102 2009/05/23 16:55:16 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.103 2009/05/24 18:54:16 maekke Exp $
+
+  24 May 2009; Markus Meier <maekke@gentoo.org> activerecord-2.3.2.ebuild:
+  x86 stable, bug #270331
 
   23 May 2009; Thomas Anderson <gentoofan23@gentoo.org>
   activerecord-2.3.2.ebuild:



1.6                  dev-ruby/activerecord/activerecord-2.3.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?r1=1.5&r2=1.6

Index: activerecord-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- activerecord-2.3.2.ebuild	23 May 2009 16:55:16 -0000	1.5
+++ activerecord-2.3.2.ebuild	24 May 2009 18:54:16 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.5 2009/05/23 16:55:16 gentoofan23 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.6 2009/05/24 18:54:16 maekke Exp $
 
 inherit ruby gems
 USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="amd64 ~ia64 ppc ppc64 sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="mysql postgres sqlite sqlite3"
 RESTRICT="test"
 






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.2.ebuild
@ 2009-05-28 16:09 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-05-28 16:09 UTC (permalink / raw
  To: gentoo-commits

armin76     09/05/28 16:09:30

  Modified:             ChangeLog activerecord-2.3.2.ebuild
  Log:
  ia64 stable wrt #270331
  (Portage version: 2.1.6.11/cvs/Linux ia64)

Revision  Changes    Path
1.104                dev-ruby/activerecord/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.104&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.104&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.103&r2=1.104

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	24 May 2009 18:54:16 -0000	1.103
+++ ChangeLog	28 May 2009 16:09:30 -0000	1.104
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/activerecord
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.103 2009/05/24 18:54:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.104 2009/05/28 16:09:30 armin76 Exp $
+
+  28 May 2009; Raúl Porcel <armin76@gentoo.org> activerecord-2.3.2.ebuild:
+  ia64 stable wrt #270331
 
   24 May 2009; Markus Meier <maekke@gentoo.org> activerecord-2.3.2.ebuild:
   x86 stable, bug #270331



1.7                  dev-ruby/activerecord/activerecord-2.3.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild?r1=1.6&r2=1.7

Index: activerecord-2.3.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- activerecord-2.3.2.ebuild	24 May 2009 18:54:16 -0000	1.6
+++ activerecord-2.3.2.ebuild	28 May 2009 16:09:30 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.6 2009/05/24 18:54:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.2.ebuild,v 1.7 2009/05/28 16:09:30 armin76 Exp $
 
 inherit ruby gems
 USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE="mysql postgres sqlite sqlite3"
 RESTRICT="test"
 






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

end of thread, other threads:[~2009-05-28 16:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-17 10:49 [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.2.ebuild Alex Legler (a3li)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-18 19:10 Ferris McCormick (fmccor)
2009-05-23 14:52 Brent Baude (ranger)
2009-05-23 15:09 Brent Baude (ranger)
2009-05-23 16:55 Thomas Anderson (gentoofan23)
2009-05-24 18:54 Markus Meier (maekke)
2009-05-28 16:09 Raul Porcel (armin76)

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