* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5-r1.ebuild
@ 2010-01-02 0:09 Diego Petteno (flameeyes)
0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-01-02 0:09 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/01/02 00:09:24
Modified: ChangeLog
Added: activerecord-2.3.5-r1.ebuild
Log:
Bump to fakegem, replace ruby-postgres dependency with pg instead, drop sqlite USE flag (just for now, maybe). Tests are only executed with sqlite3 USE flag enabled.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.126 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.126&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.126&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.125&r2=1.126
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- ChangeLog 20 Dec 2009 09:09:53 -0000 1.125
+++ ChangeLog 2 Jan 2010 00:09:23 -0000 1.126
@@ -1,6 +1,14 @@
# 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.125 2009/12/20 09:09:53 a3li Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.126 2010/01/02 00:09:23 flameeyes Exp $
+
+*activerecord-2.3.5-r1 (02 Jan 2010)
+
+ 02 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ +activerecord-2.3.5-r1.ebuild:
+ Bump to fakegem, replace ruby-postgres dependency with pg instead, drop
+ sqlite USE flag (just for now, maybe). Tests are only executed with
+ sqlite3 USE flag enabled.
20 Dec 2009; Alex Legler <a3li@gentoo.org> -activerecord-2.3.4.ebuild:
Removing vulnerable version
1.1 dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.1&content-type=text/plain
Index: activerecord-2.3.5-r1.ebuild
===================================================================
# 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-r1.ebuild,v 1.1 2010/01/02 00:09:23 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18"
# this is not null so that the dependencies will actually be filled
RUBY_FAKEGEM_TASK_TEST="none"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
inherit ruby-fakegem
DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM"
HOMEPAGE="http://rubyforge.org/projects/activerecord/"
LICENSE="MIT"
SLOT="2.3"
KEYWORDS="~amd64"
IUSE="mysql postgres sqlite3" #sqlite
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
#ruby_add_rdepend sqlite ">=dev-ruby/sqlite-ruby-2.2.2"
ruby_add_rdepend sqlite3 "dev-ruby/sqlite3-ruby"
ruby_add_rdepend mysql ">=dev-ruby/mysql-ruby-2.7"
ruby_add_rdepend postgres "dev-ruby/pg"
ruby_add_bdepend test ">=dev-ruby/mocha-0.9.5 virtual/ruby-test-unit"
all_ruby_prepare() {
# Custom template not found in package
sed -i -e '/horo/d' Rakefile || die
}
each_ruby_test() {
if use sqlite3; then
${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed"
fi
#
# if use sqlite; then
# ${RUBY} -S rake test_sqlite || die "sqlite3 tests failed"
# fi
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5-r1.ebuild
@ 2010-01-14 17:19 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2010-01-14 17:19 UTC (permalink / raw
To: gentoo-commits
ranger 10/01/14 17:19:33
Modified: ChangeLog activerecord-2.3.5-r1.ebuild
Log:
Marking activerecord-2.3.5-r1 ~ppc for bug 297718
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Revision Changes Path
1.127 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.126&r2=1.127
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog 2 Jan 2010 00:09:23 -0000 1.126
+++ ChangeLog 14 Jan 2010 17:19:33 -0000 1.127
@@ -1,6 +1,9 @@
# 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.126 2010/01/02 00:09:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.127 2010/01/14 17:19:33 ranger Exp $
+
+ 14 Jan 2010; Brent Baude <ranger@gentoo.org> activerecord-2.3.5-r1.ebuild:
+ Marking activerecord-2.3.5-r1 ~ppc for bug 297718
*activerecord-2.3.5-r1 (02 Jan 2010)
1.3 dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?r1=1.2&r2=1.3
Index: activerecord-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- activerecord-2.3.5-r1.ebuild 4 Jan 2010 11:00:38 -0000 1.2
+++ activerecord-2.3.5-r1.ebuild 14 Jan 2010 17:19:33 -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/activerecord/activerecord-2.3.5-r1.ebuild,v 1.2 2010/01/04 11:00:38 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v 1.3 2010/01/14 17:19:33 ranger Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="mysql postgres sqlite3" #sqlite
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5-r1.ebuild
@ 2010-01-18 20:55 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2010-01-18 20:55 UTC (permalink / raw
To: gentoo-commits
ranger 10/01/18 20:55:22
Modified: ChangeLog activerecord-2.3.5-r1.ebuild
Log:
Marking activerecord-2.3.5-r1 ~ppc64 for bug 301007
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Revision Changes Path
1.128 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.128&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.128&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.127&r2=1.128
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -r1.127 -r1.128
--- ChangeLog 14 Jan 2010 17:19:33 -0000 1.127
+++ ChangeLog 18 Jan 2010 20:55:21 -0000 1.128
@@ -1,6 +1,9 @@
# 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.127 2010/01/14 17:19:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.128 2010/01/18 20:55:21 ranger Exp $
+
+ 18 Jan 2010; Brent Baude <ranger@gentoo.org> activerecord-2.3.5-r1.ebuild:
+ Marking activerecord-2.3.5-r1 ~ppc64 for bug 301007
14 Jan 2010; Brent Baude <ranger@gentoo.org> activerecord-2.3.5-r1.ebuild:
Marking activerecord-2.3.5-r1 ~ppc for bug 297718
1.4 dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?r1=1.3&r2=1.4
Index: activerecord-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- activerecord-2.3.5-r1.ebuild 14 Jan 2010 17:19:33 -0000 1.3
+++ activerecord-2.3.5-r1.ebuild 18 Jan 2010 20:55:21 -0000 1.4
@@ -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/activerecord/activerecord-2.3.5-r1.ebuild,v 1.3 2010/01/14 17:19:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v 1.4 2010/01/18 20:55:21 ranger Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ppc ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="mysql postgres sqlite3" #sqlite
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5-r1.ebuild
@ 2010-01-25 17:10 Diego Petteno (flameeyes)
0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-01-25 17:10 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/01/25 17:10:49
Modified: ChangeLog activerecord-2.3.5-r1.ebuild
Log:
Add ~x86 keyword, tested on a development container.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Revision Changes Path
1.129 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.128&r2=1.129
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog 18 Jan 2010 20:55:21 -0000 1.128
+++ ChangeLog 25 Jan 2010 17:10:49 -0000 1.129
@@ -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.128 2010/01/18 20:55:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.129 2010/01/25 17:10:49 flameeyes Exp $
+
+ 25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ activerecord-2.3.5-r1.ebuild:
+ Add ~x86 keyword, tested on a development container.
18 Jan 2010; Brent Baude <ranger@gentoo.org> activerecord-2.3.5-r1.ebuild:
Marking activerecord-2.3.5-r1 ~ppc64 for bug 301007
1.5 dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?r1=1.4&r2=1.5
Index: activerecord-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- activerecord-2.3.5-r1.ebuild 18 Jan 2010 20:55:21 -0000 1.4
+++ activerecord-2.3.5-r1.ebuild 25 Jan 2010 17:10:49 -0000 1.5
@@ -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/activerecord/activerecord-2.3.5-r1.ebuild,v 1.4 2010/01/18 20:55:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v 1.5 2010/01/25 17:10:49 flameeyes Exp $
EAPI=2
USE_RUBY="ruby18"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="mysql postgres sqlite3" #sqlite
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5-r1.ebuild
@ 2010-02-01 16:46 Diego Petteno (flameeyes)
0 siblings, 0 replies; 8+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-02-01 16:46 UTC (permalink / raw
To: gentoo-commits
flameeyes 10/02/01 16:46:00
Modified: ChangeLog activerecord-2.3.5-r1.ebuild
Log:
Add JRuby support, and yes the dependencies here are quite… funny.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Revision Changes Path
1.130 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.130&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.130&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.129&r2=1.130
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog 25 Jan 2010 17:10:49 -0000 1.129
+++ ChangeLog 1 Feb 2010 16:45:59 -0000 1.130
@@ -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.129 2010/01/25 17:10:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.130 2010/02/01 16:45:59 flameeyes Exp $
+
+ 01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ activerecord-2.3.5-r1.ebuild:
+ Add JRuby support, and yes the dependencies here are quite… funny.
25 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
activerecord-2.3.5-r1.ebuild:
1.6 dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?r1=1.5&r2=1.6
Index: activerecord-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- activerecord-2.3.5-r1.ebuild 25 Jan 2010 17:10:49 -0000 1.5
+++ activerecord-2.3.5-r1.ebuild 1 Feb 2010 16:45:59 -0000 1.6
@@ -1,9 +1,9 @@
# 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-r1.ebuild,v 1.5 2010/01/25 17:10:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v 1.6 2010/02/01 16:45:59 flameeyes Exp $
EAPI=2
-USE_RUBY="ruby18"
+USE_RUBY="ruby18 jruby"
# this is not null so that the dependencies will actually be filled
RUBY_FAKEGEM_TASK_TEST="none"
@@ -22,10 +22,12 @@
IUSE="mysql postgres sqlite3" #sqlite
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
+
#ruby_add_rdepend sqlite ">=dev-ruby/sqlite-ruby-2.2.2"
-ruby_add_rdepend sqlite3 "dev-ruby/sqlite3-ruby"
-ruby_add_rdepend mysql ">=dev-ruby/mysql-ruby-2.7"
-ruby_add_rdepend postgres "dev-ruby/pg"
+USE_RUBY=ruby18 ruby_add_rdepend "ruby_targets_ruby18 sqlite3" "dev-ruby/sqlite3-ruby"
+USE_RUBY=ruby18 ruby_add_rdepend "ruby_targets_ruby18 mysql" ">=dev-ruby/mysql-ruby-2.7"
+USE_RUBY=ruby18 ruby_add_rdepend "ruby_targets_ruby18 postgres" "dev-ruby/pg"
+
ruby_add_bdepend test ">=dev-ruby/mocha-0.9.5 virtual/ruby-test-unit"
all_ruby_prepare() {
@@ -34,9 +36,15 @@
}
each_ruby_test() {
- if use sqlite3; then
- ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed"
- fi
+ case ${RUBY} in
+ *jruby)
+ ;;
+ *)
+ if use sqlite3; then
+ ${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed"
+ fi
+ ;;
+ esac
#
# if use sqlite; then
# ${RUBY} -S rake test_sqlite || die "sqlite3 tests failed"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5-r1.ebuild
@ 2010-02-13 20:28 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-13 20:28 UTC (permalink / raw
To: gentoo-commits
armin76 10/02/13 20:28:57
Modified: ChangeLog activerecord-2.3.5-r1.ebuild
Log:
Add ~sparc
(Portage version: 2.1.7.16/cvs/Linux ia64)
Revision Changes Path
1.131 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.131&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.131&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.130&r2=1.131
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog 1 Feb 2010 16:45:59 -0000 1.130
+++ ChangeLog 13 Feb 2010 20:28:56 -0000 1.131
@@ -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.130 2010/02/01 16:45:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.131 2010/02/13 20:28:56 armin76 Exp $
+
+ 13 Feb 2010; Raúl Porcel <armin76@gentoo.org>
+ activerecord-2.3.5-r1.ebuild:
+ Add ~sparc
01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
activerecord-2.3.5-r1.ebuild:
1.7 dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?r1=1.6&r2=1.7
Index: activerecord-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- activerecord-2.3.5-r1.ebuild 1 Feb 2010 16:45:59 -0000 1.6
+++ activerecord-2.3.5-r1.ebuild 13 Feb 2010 20:28:56 -0000 1.7
@@ -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/activerecord/activerecord-2.3.5-r1.ebuild,v 1.6 2010/02/01 16:45:59 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v 1.7 2010/02/13 20:28:56 armin76 Exp $
EAPI=2
USE_RUBY="ruby18 jruby"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="mysql postgres sqlite3" #sqlite
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5-r1.ebuild
@ 2010-02-13 20:44 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-13 20:44 UTC (permalink / raw
To: gentoo-commits
armin76 10/02/13 20:44:18
Modified: ChangeLog activerecord-2.3.5-r1.ebuild
Log:
Add ~ia64
(Portage version: 2.1.7.16/cvs/Linux ia64)
Revision Changes Path
1.132 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.132&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.132&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.131&r2=1.132
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog 13 Feb 2010 20:28:56 -0000 1.131
+++ ChangeLog 13 Feb 2010 20:44:18 -0000 1.132
@@ -1,10 +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.131 2010/02/13 20:28:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.132 2010/02/13 20:44:18 armin76 Exp $
13 Feb 2010; Raúl Porcel <armin76@gentoo.org>
activerecord-2.3.5-r1.ebuild:
- Add ~sparc
+ Add ~ia64/~sparc
01 Feb 2010; Diego E. Pettenò <flameeyes@gentoo.org>
activerecord-2.3.5-r1.ebuild:
1.8 dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?r1=1.7&r2=1.8
Index: activerecord-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- activerecord-2.3.5-r1.ebuild 13 Feb 2010 20:28:56 -0000 1.7
+++ activerecord-2.3.5-r1.ebuild 13 Feb 2010 20:44:18 -0000 1.8
@@ -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/activerecord/activerecord-2.3.5-r1.ebuild,v 1.7 2010/02/13 20:28:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v 1.8 2010/02/13 20:44:18 armin76 Exp $
EAPI=2
USE_RUBY="ruby18 jruby"
@@ -18,7 +18,7 @@
LICENSE="MIT"
SLOT="2.3"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="mysql postgres sqlite3" #sqlite
ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5-r1.ebuild
@ 2010-05-23 10:37 Alex Legler (a3li)
0 siblings, 0 replies; 8+ messages in thread
From: Alex Legler (a3li) @ 2010-05-23 10:37 UTC (permalink / raw
To: gentoo-commits
a3li 10/05/23 10:37:02
Modified: ChangeLog activerecord-2.3.5-r1.ebuild
Log:
Add REE18 support
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.134 dev-ruby/activerecord/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.134&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.134&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.133&r2=1.134
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog 22 May 2010 14:59:16 -0000 1.133
+++ ChangeLog 23 May 2010 10:37:02 -0000 1.134
@@ -1,6 +1,9 @@
# 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.133 2010/05/22 14:59:16 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.134 2010/05/23 10:37:02 a3li Exp $
+
+ 23 May 2010; Alex Legler <a3li@gentoo.org> activerecord-2.3.5-r1.ebuild:
+ Add REE18 support
22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
activerecord-2.3.5.ebuild:
1.9 dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild?r1=1.8&r2=1.9
Index: activerecord-2.3.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- activerecord-2.3.5-r1.ebuild 13 Feb 2010 20:44:18 -0000 1.8
+++ activerecord-2.3.5-r1.ebuild 23 May 2010 10:37:02 -0000 1.9
@@ -1,9 +1,9 @@
# 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-r1.ebuild,v 1.8 2010/02/13 20:44:18 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-2.3.5-r1.ebuild,v 1.9 2010/05/23 10:37:02 a3li Exp $
EAPI=2
-USE_RUBY="ruby18 jruby"
+USE_RUBY="ruby18 ree18 jruby"
# this is not null so that the dependencies will actually be filled
RUBY_FAKEGEM_TASK_TEST="none"
@@ -21,7 +21,7 @@
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="mysql postgres sqlite3" #sqlite
-ruby_add_rdepend "~dev-ruby/activesupport-${PV}"
+ruby_add_rdepend "~dev-ruby/activesupport-${PV} >=dev-ruby/activesupport-${PV}-r1"
#ruby_add_rdepend sqlite ">=dev-ruby/sqlite-ruby-2.2.2"
USE_RUBY=ruby18 ruby_add_rdepend "ruby_targets_ruby18 sqlite3" "dev-ruby/sqlite3-ruby"
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-05-23 10:37 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-23 10:37 [gentoo-commits] gentoo-x86 commit in dev-ruby/activerecord: ChangeLog activerecord-2.3.5-r1.ebuild Alex Legler (a3li)
-- strict thread matches above, loose matches on Subject: below --
2010-02-13 20:44 Raul Porcel (armin76)
2010-02-13 20:28 Raul Porcel (armin76)
2010-02-01 16:46 Diego Petteno (flameeyes)
2010-01-25 17:10 Diego Petteno (flameeyes)
2010-01-18 20:55 Brent Baude (ranger)
2010-01-14 17:19 Brent Baude (ranger)
2010-01-02 0:09 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