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.5.ebuild
@ 2009-11-28  9:29 Alex Legler (a3li)
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Legler (a3li) @ 2009-11-28  9:29 UTC (permalink / raw
  To: gentoo-commits

a3li        09/11/28 09:29:55

  Modified:             ChangeLog
  Added:                activerecord-2.3.5.ebuild
  Log:
  Version bump, security bug 294797
  (Portage version: 2.2_rc52/cvs/Linux x86_64)

Revision  Changes    Path
1.120                dev-ruby/activerecord/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog	22 Oct 2009 08:08:07 -0000	1.119
+++ ChangeLog	28 Nov 2009 09:29:54 -0000	1.120
@@ -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.119 2009/10/22 08:08:07 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.120 2009/11/28 09:29:54 a3li Exp $
+
+*activerecord-2.3.5 (28 Nov 2009)
+
+  28 Nov 2009; Alex Legler <a3li@gentoo.org> +activerecord-2.3.5.ebuild:
+  Version bump, security bug 294797
 
   22 Oct 2009; Alex Legler <a3li@gentoo.org> -activerecord-1.15.6.ebuild,
   -activerecord-2.0.5.ebuild, -activerecord-2.1.2.ebuild:



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

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

Index: activerecord-2.3.5.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.5.ebuild,v 1.1 2009/11/28 09:29:55 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"

DEPEND=">=dev-lang/ruby-1.8.6
	~dev-ruby/activesupport-${PV}"
RDEPEND="${DEPEND}
	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] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5.ebuild
@ 2009-11-30 10:44 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-11-30 10:44 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/30 10:44:04

  Modified:             ChangeLog activerecord-2.3.5.ebuild
  Log:
  amd64/x86 stable, bug #294797
  (Portage version: 2.2_rc54/cvs/Linux x86_64)

Revision  Changes    Path
1.121                dev-ruby/activerecord/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog	28 Nov 2009 09:29:54 -0000	1.120
+++ ChangeLog	30 Nov 2009 10:44:04 -0000	1.121
@@ -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.120 2009/11/28 09:29:54 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.121 2009/11/30 10:44:04 maekke Exp $
+
+  30 Nov 2009; Markus Meier <maekke@gentoo.org> activerecord-2.3.5.ebuild:
+  amd64/x86 stable, bug #294797
 
 *activerecord-2.3.5 (28 Nov 2009)
 



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

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

Index: activerecord-2.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activerecord-2.3.5.ebuild	28 Nov 2009 09:29:55 -0000	1.1
+++ activerecord-2.3.5.ebuild	30 Nov 2009 10:44: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.5.ebuild,v 1.1 2009/11/28 09:29:55 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5.ebuild,v 1.2 2009/11/30 10:44:04 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"
 
 DEPEND=">=dev-lang/ruby-1.8.6






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5.ebuild
@ 2009-11-30 18:01 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-11-30 18:01 UTC (permalink / raw
  To: gentoo-commits

ranger      09/11/30 18:01:59

  Modified:             ChangeLog activerecord-2.3.5.ebuild
  Log:
  Marking -2.3.5 ppc64 for bug 294797
  (Portage version: 2.1.7.1/cvs/Linux ppc64)

Revision  Changes    Path
1.122                dev-ruby/activerecord/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	30 Nov 2009 10:44:04 -0000	1.121
+++ ChangeLog	30 Nov 2009 18:01:59 -0000	1.122
@@ -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.121 2009/11/30 10:44:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.122 2009/11/30 18:01:59 ranger Exp $
+
+  30 Nov 2009; Brent Baude <ranger@gentoo.org> activerecord-2.3.5.ebuild:
+  Marking activerecord-2.3.5 ppc64 stable for bug 294797
 
   30 Nov 2009; Markus Meier <maekke@gentoo.org> activerecord-2.3.5.ebuild:
   amd64/x86 stable, bug #294797



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

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

Index: activerecord-2.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activerecord-2.3.5.ebuild	30 Nov 2009 10:44:04 -0000	1.2
+++ activerecord-2.3.5.ebuild	30 Nov 2009 18:01:59 -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.5.ebuild,v 1.2 2009/11/30 10:44:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5.ebuild,v 1.3 2009/11/30 18:01:59 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"
 
 DEPEND=">=dev-lang/ruby-1.8.6






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5.ebuild
@ 2009-11-30 18:37 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-11-30 18:37 UTC (permalink / raw
  To: gentoo-commits

armin76     09/11/30 18:37:33

  Modified:             ChangeLog activerecord-2.3.5.ebuild
  Log:
  ia64/sparc stable wrt #294797
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.123                dev-ruby/activerecord/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	30 Nov 2009 18:01:59 -0000	1.122
+++ ChangeLog	30 Nov 2009 18:37:33 -0000	1.123
@@ -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.122 2009/11/30 18:01:59 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.123 2009/11/30 18:37:33 armin76 Exp $
+
+  30 Nov 2009; Raúl Porcel <armin76@gentoo.org> activerecord-2.3.5.ebuild:
+  ia64/sparc stable wrt #294797
 
   30 Nov 2009; Brent Baude <ranger@gentoo.org> activerecord-2.3.5.ebuild:
   Marking activerecord-2.3.5 ppc64 stable for bug 294797



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

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

Index: activerecord-2.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activerecord-2.3.5.ebuild	30 Nov 2009 18:01:59 -0000	1.3
+++ activerecord-2.3.5.ebuild	30 Nov 2009 18:37:33 -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.5.ebuild,v 1.3 2009/11/30 18:01:59 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5.ebuild,v 1.4 2009/11/30 18:37:33 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"
 
 DEPEND=">=dev-lang/ruby-1.8.6






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5.ebuild
@ 2009-12-19 14:19 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2009-12-19 14:19 UTC (permalink / raw
  To: gentoo-commits

jer         09/12/19 14:19:23

  Modified:             ChangeLog activerecord-2.3.5.ebuild
  Log:
  Stable for PPC (bug #294797).
  (Portage version: 2.2_rc60/cvs/Linux i686)

Revision  Changes    Path
1.124                dev-ruby/activerecord/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog	30 Nov 2009 18:37:33 -0000	1.123
+++ ChangeLog	19 Dec 2009 14:19:23 -0000	1.124
@@ -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.123 2009/11/30 18:37:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.124 2009/12/19 14:19:23 jer Exp $
+
+  19 Dec 2009; Jeroen Roovers <jer@gentoo.org> activerecord-2.3.5.ebuild:
+  Stable for PPC (bug #294797).
 
   30 Nov 2009; Raúl Porcel <armin76@gentoo.org> activerecord-2.3.5.ebuild:
   ia64/sparc stable wrt #294797



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

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

Index: activerecord-2.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- activerecord-2.3.5.ebuild	30 Nov 2009 18:37:33 -0000	1.4
+++ activerecord-2.3.5.ebuild	19 Dec 2009 14:19:23 -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.5.ebuild,v 1.4 2009/11/30 18:37:33 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5.ebuild,v 1.5 2009/12/19 14:19:23 jer 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"
 
 DEPEND=">=dev-lang/ruby-1.8.6






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5.ebuild
@ 2010-05-22 14:59 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 6+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-05-22 14:59 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/05/22 14:59:17

  Modified:             ChangeLog activerecord-2.3.5.ebuild
  Log:
  Various cleanups.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.133                dev-ruby/activerecord/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -r1.132 -r1.133
--- ChangeLog	13 Feb 2010 20:44:18 -0000	1.132
+++ ChangeLog	22 May 2010 14:59:16 -0000	1.133
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/activerecord
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.132 2010/02/13 20:44:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.133 2010/05/22 14:59:16 flameeyes Exp $
+
+  22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  activerecord-2.3.5.ebuild:
+  Various cleanups.
 
   13 Feb 2010; Raúl Porcel <armin76@gentoo.org>
   activerecord-2.3.5-r1.ebuild:



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

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

Index: activerecord-2.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- activerecord-2.3.5.ebuild	19 Dec 2009 14:19:23 -0000	1.5
+++ activerecord-2.3.5.ebuild	22 May 2010 14:59:16 -0000	1.6
@@ -1,9 +1,9 @@
-# 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/dev-ruby/activerecord/activerecord-2.3.5.ebuild,v 1.5 2009/12/19 14:19:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5.ebuild,v 1.6 2010/05/22 14:59:16 flameeyes Exp $
 
 inherit ruby gems
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18"
 
 DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
 HOMEPAGE="http://rubyforge.org/projects/activerecord/"






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

end of thread, other threads:[~2010-05-22 14:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-28  9:29 [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5.ebuild Alex Legler (a3li)
  -- strict thread matches above, loose matches on Subject: below --
2009-11-30 10:44 Markus Meier (maekke)
2009-11-30 18:01 Brent Baude (ranger)
2009-11-30 18:37 Raul Porcel (armin76)
2009-12-19 14:19 Jeroen Roovers (jer)
2010-05-22 14:59 Diego Petteno (flameeyes)

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