* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.2.2.ebuild
@ 2008-11-27 6:58 Hans de Graaff (graaff)
0 siblings, 0 replies; 8+ messages in thread
From: Hans de Graaff (graaff) @ 2008-11-27 6:58 UTC (permalink / raw
To: gentoo-commits
graaff 08/11/27 06:58:57
Modified: ChangeLog
Added: activerecord-2.2.2.ebuild
Log:
Version bump for Rails 2.2.2
(Portage version: 2.1.4.5)
Revision Changes Path
1.91 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.90&r2=1.91
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog 17 Nov 2008 06:23:44 -0000 1.90
+++ ChangeLog 27 Nov 2008 06:58:57 -0000 1.91
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.90 2008/11/17 06:23:44 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.91 2008/11/27 06:58:57 graaff Exp $
+
+*activerecord-2.2.2 (27 Nov 2008)
+
+ 27 Nov 2008; Hans de Graaff <graaff@gentoo.org>
+ +activerecord-2.2.2.ebuild:
+ Version bump for Rails 2.2.2
17 Nov 2008; Hans de Graaff <graaff@gentoo.org>
-activerecord-2.0.2.ebuild, -activerecord-2.0.4.ebuild,
1.1 dev-ruby/activerecord/activerecord-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.1&content-type=text/plain
Index: activerecord-2.2.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v 1.1 2008/11/27 06:58:57 graaff Exp $
inherit ruby gems
DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
HOMEPAGE="http://rubyforge.org/projects/activerecord/"
LICENSE="MIT"
SLOT="2.2"
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="mysql postgres sqlite sqlite3"
RESTRICT="test"
DEPEND=">=dev-lang/ruby-1.8.5
~dev-ruby/activesupport-2.2.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] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.2.2.ebuild
@ 2009-01-04 16:14 Markus Meier (maekke)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2009-01-04 16:14 UTC (permalink / raw
To: gentoo-commits
maekke 09/01/04 16:14:26
Modified: ChangeLog activerecord-2.2.2.ebuild
Log:
amd64/x86 stable, bug #253425
(Portage version: 2.1.6.4/cvs/Linux 2.6.27.10 x86_64)
Revision Changes Path
1.92 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.91&r2=1.92
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog 27 Nov 2008 06:58:57 -0000 1.91
+++ ChangeLog 4 Jan 2009 16:14:26 -0000 1.92
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/activerecord
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.91 2008/11/27 06:58:57 graaff Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.92 2009/01/04 16:14:26 maekke Exp $
+
+ 04 Jan 2009; Markus Meier <maekke@gentoo.org> activerecord-2.2.2.ebuild:
+ amd64/x86 stable, bug #253425
*activerecord-2.2.2 (27 Nov 2008)
1.2 dev-ruby/activerecord/activerecord-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?r1=1.1&r2=1.2
Index: activerecord-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activerecord-2.2.2.ebuild 27 Nov 2008 06:58:57 -0000 1.1
+++ activerecord-2.2.2.ebuild 4 Jan 2009 16:14:26 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# 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.2.2.ebuild,v 1.1 2008/11/27 06:58:57 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v 1.2 2009/01/04 16:14:26 maekke Exp $
inherit ruby gems
@@ -9,7 +9,7 @@
LICENSE="MIT"
SLOT="2.2"
-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] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.2.2.ebuild
@ 2009-01-07 15:27 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2009-01-07 15:27 UTC (permalink / raw
To: gentoo-commits
ranger 09/01/07 15:27:51
Modified: ChangeLog activerecord-2.2.2.ebuild
Log:
Marking activerecord-2.2.2 ppc64 for bug 253425
(Portage version: 2.1.6.4/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Revision Changes Path
1.93 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.92&r2=1.93
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog 4 Jan 2009 16:14:26 -0000 1.92
+++ ChangeLog 7 Jan 2009 15:27:51 -0000 1.93
@@ -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.92 2009/01/04 16:14:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.93 2009/01/07 15:27:51 ranger Exp $
+
+ 07 Jan 2009; Brent Baude <ranger@gentoo.org> activerecord-2.2.2.ebuild:
+ Marking activerecord-2.2.2 ppc64 for bug 253425
04 Jan 2009; Markus Meier <maekke@gentoo.org> activerecord-2.2.2.ebuild:
amd64/x86 stable, bug #253425
1.3 dev-ruby/activerecord/activerecord-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?r1=1.2&r2=1.3
Index: activerecord-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activerecord-2.2.2.ebuild 4 Jan 2009 16:14:26 -0000 1.2
+++ activerecord-2.2.2.ebuild 7 Jan 2009 15:27:51 -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.2.2.ebuild,v 1.2 2009/01/04 16:14:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v 1.3 2009/01/07 15:27:51 ranger Exp $
inherit ruby gems
@@ -9,7 +9,7 @@
LICENSE="MIT"
SLOT="2.2"
-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] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.2.2.ebuild
@ 2009-01-07 18:09 Ferris McCormick (fmccor)
0 siblings, 0 replies; 8+ messages in thread
From: Ferris McCormick (fmccor) @ 2009-01-07 18:09 UTC (permalink / raw
To: gentoo-commits
fmccor 09/01/07 18:09:18
Modified: ChangeLog activerecord-2.2.2.ebuild
Log:
Sparc stable, Bug #253425.
(Portage version: 2.2_rc20/cvs/Linux 2.6.22-gentoo-r9-ail-simulation-sensors x86_64)
Revision Changes Path
1.94 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.93&r2=1.94
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog 7 Jan 2009 15:27:51 -0000 1.93
+++ ChangeLog 7 Jan 2009 18:09:18 -0000 1.94
@@ -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.93 2009/01/07 15:27:51 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.94 2009/01/07 18:09:18 fmccor Exp $
+
+ 07 Jan 2009; Ferris McCormick <fmccor@gentoo.org>
+ activerecord-2.2.2.ebuild:
+ Sparc stable, Bug #253425.
07 Jan 2009; Brent Baude <ranger@gentoo.org> activerecord-2.2.2.ebuild:
Marking activerecord-2.2.2 ppc64 for bug 253425
1.4 dev-ruby/activerecord/activerecord-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?r1=1.3&r2=1.4
Index: activerecord-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activerecord-2.2.2.ebuild 7 Jan 2009 15:27:51 -0000 1.3
+++ activerecord-2.2.2.ebuild 7 Jan 2009 18:09:18 -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.2.2.ebuild,v 1.3 2009/01/07 15:27:51 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v 1.4 2009/01/07 18:09:18 fmccor Exp $
inherit ruby gems
@@ -9,7 +9,7 @@
LICENSE="MIT"
SLOT="2.2"
-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] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.2.2.ebuild
@ 2009-01-09 17:35 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2009-01-09 17:35 UTC (permalink / raw
To: gentoo-commits
ranger 09/01/09 17:35:58
Modified: ChangeLog activerecord-2.2.2.ebuild
Log:
Marking activerecord-2.2.2 ppc for bug 253425
(Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)
Revision Changes Path
1.95 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.94&r2=1.95
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog 7 Jan 2009 18:09:18 -0000 1.94
+++ ChangeLog 9 Jan 2009 17:35:58 -0000 1.95
@@ -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.94 2009/01/07 18:09:18 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.95 2009/01/09 17:35:58 ranger Exp $
+
+ 09 Jan 2009; Brent Baude <ranger@gentoo.org> activerecord-2.2.2.ebuild:
+ Marking activerecord-2.2.2 ppc for bug 253425
07 Jan 2009; Ferris McCormick <fmccor@gentoo.org>
activerecord-2.2.2.ebuild:
1.5 dev-ruby/activerecord/activerecord-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?r1=1.4&r2=1.5
Index: activerecord-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- activerecord-2.2.2.ebuild 7 Jan 2009 18:09:18 -0000 1.4
+++ activerecord-2.2.2.ebuild 9 Jan 2009 17:35:58 -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.2.2.ebuild,v 1.4 2009/01/07 18:09:18 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v 1.5 2009/01/09 17:35:58 ranger Exp $
inherit ruby gems
@@ -9,7 +9,7 @@
LICENSE="MIT"
SLOT="2.2"
-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] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.2.2.ebuild
@ 2009-01-10 16:31 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2009-01-10 16:31 UTC (permalink / raw
To: gentoo-commits
armin76 09/01/10 16:31:50
Modified: ChangeLog activerecord-2.2.2.ebuild
Log:
ia64 stable wrt #253425
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
Revision Changes Path
1.96 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 9 Jan 2009 17:35:58 -0000 1.95
+++ ChangeLog 10 Jan 2009 16:31:50 -0000 1.96
@@ -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.95 2009/01/09 17:35:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.96 2009/01/10 16:31:50 armin76 Exp $
+
+ 10 Jan 2009; Raúl Porcel <armin76@gentoo.org> activerecord-2.2.2.ebuild:
+ ia64 stable wrt #253425
09 Jan 2009; Brent Baude <ranger@gentoo.org> activerecord-2.2.2.ebuild:
Marking activerecord-2.2.2 ppc for bug 253425
1.6 dev-ruby/activerecord/activerecord-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?r1=1.5&r2=1.6
Index: activerecord-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- activerecord-2.2.2.ebuild 9 Jan 2009 17:35:58 -0000 1.5
+++ activerecord-2.2.2.ebuild 10 Jan 2009 16:31:50 -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.2.2.ebuild,v 1.5 2009/01/09 17:35:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v 1.6 2009/01/10 16:31:50 armin76 Exp $
inherit ruby gems
@@ -9,7 +9,7 @@
LICENSE="MIT"
SLOT="2.2"
-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] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.2.2.ebuild
@ 2009-04-27 15:49 Petteri Raty (betelgeuse)
0 siblings, 0 replies; 8+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-04-27 15:49 UTC (permalink / raw
To: gentoo-commits
betelgeuse 09/04/27 15:49:56
Modified: ChangeLog activerecord-2.2.2.ebuild
Log:
Add USE_RUBY to silence the eclass QA warning.
(Portage version: 2.2_rc28/cvs/Linux i686)
Revision Changes Path
1.98 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.97&r2=1.98
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog 17 Mar 2009 10:49:38 -0000 1.97
+++ ChangeLog 27 Apr 2009 15:49:56 -0000 1.98
@@ -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.97 2009/03/17 10:49:38 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.98 2009/04/27 15:49:56 betelgeuse Exp $
+
+ 27 Apr 2009; Petteri Räty <betelgeuse@gentoo.org> activerecord-2.2.2:
+ Add USE_RUBY to silence the eclass QA warning.
*activerecord-2.3.2 (17 Mar 2009)
1.7 dev-ruby/activerecord/activerecord-2.2.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild?r1=1.6&r2=1.7
Index: activerecord-2.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- activerecord-2.2.2.ebuild 10 Jan 2009 16:31:50 -0000 1.6
+++ activerecord-2.2.2.ebuild 27 Apr 2009 15:49:56 -0000 1.7
@@ -1,8 +1,9 @@
# 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.2.2.ebuild,v 1.6 2009/01/10 16:31:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.2.2.ebuild,v 1.7 2009/04/27 15:49:56 betelgeuse Exp $
inherit ruby gems
+USE_RUBY="ruby18"
DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
HOMEPAGE="http://rubyforge.org/projects/activerecord/"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.2.2.ebuild
@ 2009-10-18 17:42 Alex Legler (a3li)
0 siblings, 0 replies; 8+ messages in thread
From: Alex Legler (a3li) @ 2009-10-18 17:42 UTC (permalink / raw
To: gentoo-commits
a3li 09/10/18 17:42:14
Modified: ChangeLog
Removed: activerecord-2.2.2.ebuild
Log:
removing vulnerable ebuild, bug 283396
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.118 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.118&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.118&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.117&r2=1.118
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -r1.117 -r1.118
--- ChangeLog 18 Oct 2009 17:23:49 -0000 1.117
+++ ChangeLog 18 Oct 2009 17:42:14 -0000 1.118
@@ -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.117 2009/10/18 17:23:49 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.118 2009/10/18 17:42:14 a3li Exp $
+
+ 18 Oct 2009; Alex Legler <a3li@gentoo.org> -activerecord-2.2.2.ebuild:
+ removing vulnerable ebuild, bug 283396
18 Oct 2009; nixnut <nixnut@gentoo.org> activerecord-2.2.3.ebuild:
ppc stable #283396
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2009-10-18 17:42 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-04 16:14 [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.2.2.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2009-10-18 17:42 Alex Legler (a3li)
2009-04-27 15:49 Petteri Raty (betelgeuse)
2009-01-10 16:31 Raul Porcel (armin76)
2009-01-09 17:35 Brent Baude (ranger)
2009-01-07 18:09 Ferris McCormick (fmccor)
2009-01-07 15:27 Brent Baude (ranger)
2008-11-27 6:58 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