mrueg 15/06/09 14:39:00
Modified: activerecord-4.1.10.ebuild
activerecord-4.0.13.ebuild
activerecord-3.2.21.ebuild
activerecord-4.2.1.ebuild ChangeLog
Log:
Rename sqlite3 USEflag to sqlite. Fixes bug #548654.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path
1.2 dev-ruby/activerecord/activerecord-4.1.10.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.10.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.10.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.10.ebuild?r1=1.1&r2=1.2
Index: activerecord-4.1.10.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activerecord-4.1.10.ebuild 19 Mar 2015 19:25:27 -0000 1.1
+++ activerecord-4.1.10.ebuild 9 Jun 2015 14:39:00 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.10.ebuild,v 1.1
2015/03/19 19:25:27 graaff Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.1.10.ebuild,v 1.2
2015/06/09 14:39:00 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -22,14 +22,14 @@
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-IUSE="mysql postgres sqlite3"
+IUSE="mysql postgres sqlite"
RUBY_S="rails-${PV}/${PN}"
ruby_add_rdepend "~dev-ruby/activesupport-${PV}
~dev-ruby/activemodel-${PV}
>=dev-ruby/arel-5.0.0:5.0
- sqlite3? ( >=dev-ruby/sqlite3-1.3.6 )
+ sqlite? ( >=dev-ruby/sqlite3-1.3.6 )
mysql? ( >=dev-ruby/mysql2-0.3.13:0.3 )
postgres? ( >=dev-ruby/pg-0.11.0 )"
@@ -66,7 +66,7 @@
}
each_ruby_test() {
- if use sqlite3; then
+ if use sqlite; then
${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed"
fi
}
1.2 dev-ruby/activerecord/activerecord-4.0.13.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.13.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.13.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.13.ebuild?r1=1.1&r2=1.2
Index: activerecord-4.0.13.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activerecord-4.0.13.ebuild 7 Jan 2015 07:05:49 -0000 1.1
+++ activerecord-4.0.13.ebuild 9 Jun 2015 14:39:00 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.13.ebuild,v 1.1
2015/01/07 07:05:49 graaff Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.13.ebuild,v 1.2
2015/06/09 14:39:00 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -22,7 +22,7 @@
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
-IUSE="mysql postgres sqlite3"
+IUSE="mysql postgres sqlite"
RUBY_S="rails-${PV}/${PN}"
@@ -30,7 +30,7 @@
~dev-ruby/activemodel-${PV}
>=dev-ruby/activerecord-deprecated_finders-1.0.2:1.0
>=dev-ruby/arel-4.0.2:4.0
- sqlite3? ( >=dev-ruby/sqlite3-1.3.5 )
+ sqlite? ( >=dev-ruby/sqlite3-1.3.5 )
mysql? ( >=dev-ruby/mysql2-0.3.10:0.3 )
postgres? ( >=dev-ruby/pg-0.11.0 )
!<dev-ruby/protected_attributes-1.0.8"
@@ -72,7 +72,7 @@
*jruby)
;;
*)
- if use sqlite3; then
+ if use sqlite; then
${RUBY} -S rake test_sqlite3 || die "sqlite3
tests failed"
fi
;;
1.2 dev-ruby/activerecord/activerecord-3.2.21.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.21.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.21.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.21.ebuild?r1=1.1&r2=1.2
Index: activerecord-3.2.21.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.21.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activerecord-3.2.21.ebuild 17 Nov 2014 20:20:00 -0000 1.1
+++ activerecord-3.2.21.ebuild 9 Jun 2015 14:39:00 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.21.ebuild,v 1.1
2014/11/17 20:20:00 graaff Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.21.ebuild,v 1.2
2015/06/09 14:39:00 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20"
@@ -22,7 +22,7 @@
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos
~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="mysql postgres sqlite3"
+IUSE="mysql postgres sqlite"
RUBY_S="rails-${PV}/${PN}"
@@ -30,7 +30,7 @@
~dev-ruby/activemodel-${PV}
>=dev-ruby/arel-3.0.2:3.0
>=dev-ruby/tzinfo-0.3.29:0
- sqlite3? ( >=dev-ruby/sqlite3-1.3.5 )
+ sqlite? ( >=dev-ruby/sqlite3-1.3.5 )
mysql? ( >=dev-ruby/mysql2-0.3.10:0.3 )
postgres? ( >=dev-ruby/pg-0.11.0 )"
@@ -63,13 +63,7 @@
}
each_ruby_test() {
- case ${RUBY} in
- *jruby)
- ;;
- *)
- if use sqlite3; then
- ${RUBY} -I. -S rake test_sqlite3 || die
"sqlite3 tests failed"
- fi
- ;;
- esac
+ if use sqlite; then
+ ${RUBY} -I. -S rake test_sqlite3 || die "sqlite3 tests failed"
+ fi
}
1.2 dev-ruby/activerecord/activerecord-4.2.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.2.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.2.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/activerecord-4.2.1.ebuild?r1=1.1&r2=1.2
Index: activerecord-4.2.1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- activerecord-4.2.1.ebuild 19 Mar 2015 19:25:27 -0000 1.1
+++ activerecord-4.2.1.ebuild 9 Jun 2015 14:39:00 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.2.1.ebuild,v 1.1
2015/03/19 19:25:27 graaff Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.2.1.ebuild,v 1.2
2015/06/09 14:39:00 mrueg Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -22,14 +22,14 @@
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64"
-IUSE="mysql postgres sqlite3"
+IUSE="mysql postgres sqlite"
RUBY_S="rails-${PV}/${PN}"
ruby_add_rdepend "~dev-ruby/activesupport-${PV}
~dev-ruby/activemodel-${PV}
>=dev-ruby/arel-6.0:6.0
- sqlite3? ( >=dev-ruby/sqlite3-1.3.6 )
+ sqlite? ( >=dev-ruby/sqlite3-1.3.6 )
mysql? ( >=dev-ruby/mysql2-0.3.13:0.3 )
postgres? ( >=dev-ruby/pg-0.15.0 )"
@@ -68,7 +68,7 @@
}
each_ruby_test() {
- if use sqlite3; then
+ if use sqlite; then
${RUBY} -S rake test_sqlite3 || die "sqlite3 tests failed"
fi
}
1.293 dev-ruby/activerecord/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.293&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?rev=1.293&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/activerecord/ChangeLog?r1=1.292&r2=1.293
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v
retrieving revision 1.292
retrieving revision 1.293
diff -u -r1.292 -r1.293
--- ChangeLog 7 Jun 2015 16:41:00 -0000 1.292
+++ ChangeLog 9 Jun 2015 14:39:00 -0000 1.293
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/activerecord
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.292
2015/06/07 16:41:00 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.293
2015/06/09 14:39:00 mrueg Exp $
+
+ 09 Jun 2015; Manuel RĂ¼ger <[email protected]> activerecord-3.2.21.ebuild,
+ activerecord-4.0.13.ebuild, activerecord-4.1.10.ebuild,
+ activerecord-4.2.1.ebuild:
+ Rename sqlite3 USEflag to sqlite. Fixes bug #548654.
07 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
Add github to remote-id in metadata.xml