graaff 15/05/28 04:27:07
Modified: jquery-rails-2.3.0.ebuild ChangeLog
jquery-rails-3.1.2.ebuild
Log:
Add slot operators.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
0x8883FA56A308A8D7!)
Revision Changes Path
1.6 dev-ruby/jquery-rails/jquery-rails-2.3.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-2.3.0.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-2.3.0.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-2.3.0.ebuild?r1=1.5&r2=1.6
Index: jquery-rails-2.3.0.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-2.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- jquery-rails-2.3.0.ebuild 11 Apr 2015 08:33:26 -0000 1.5
+++ jquery-rails-2.3.0.ebuild 28 May 2015 04:27:07 -0000 1.6
@@ -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/jquery-rails/jquery-rails-2.3.0.ebuild,v 1.5
2015/04/11 08:33:26 graaff Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-2.3.0.ebuild,v 1.6
2015/05/28 04:27:07 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -25,7 +25,7 @@
IUSE=""
-ruby_add_rdepend ">=dev-ruby/railties-3.0 >=dev-ruby/thor-0.14"
+ruby_add_rdepend ">=dev-ruby/railties-3.0:* >=dev-ruby/thor-0.14"
all_ruby_prepare() {
sed -i -e '/git ls-files/d' jquery-rails.gemspec || die
1.45 dev-ruby/jquery-rails/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/ChangeLog?rev=1.45&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/ChangeLog?rev=1.45&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 28 May 2015 04:25:06 -0000 1.44
+++ ChangeLog 28 May 2015 04:27:07 -0000 1.45
@@ -1,6 +1,10 @@
# ChangeLog for dev-ruby/jquery-rails
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/ChangeLog,v 1.44
2015/05/28 04:25:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/ChangeLog,v 1.45
2015/05/28 04:27:07 graaff Exp $
+
+ 28 May 2015; Hans de Graaff <[email protected]> jquery-rails-2.3.0.ebuild,
+ jquery-rails-3.1.2.ebuild:
+ Add slot operators.
28 May 2015; Hans de Graaff <[email protected]> jquery-rails-3.1.2.ebuild:
Limit rails dependency to Rails 3.x or 4.x to match the gemspec.
1.3 dev-ruby/jquery-rails/jquery-rails-3.1.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-3.1.2.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-3.1.2.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-3.1.2.ebuild?r1=1.2&r2=1.3
Index: jquery-rails-3.1.2.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-3.1.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- jquery-rails-3.1.2.ebuild 28 May 2015 04:25:06 -0000 1.2
+++ jquery-rails-3.1.2.ebuild 28 May 2015 04:27:07 -0000 1.3
@@ -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/jquery-rails/jquery-rails-3.1.2.ebuild,v 1.2
2015/05/28 04:25:06 graaff Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-3.1.2.ebuild,v 1.3
2015/05/28 04:27:07 graaff Exp $
EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"
@@ -25,7 +25,7 @@
IUSE=""
-ruby_add_rdepend ">=dev-ruby/railties-3.0 <dev-ruby/railties-5.0
>=dev-ruby/thor-0.14"
+ruby_add_rdepend ">=dev-ruby/railties-3.0:* <dev-ruby/railties-5.0:*
>=dev-ruby/thor-0.14"
all_ruby_prepare() {
sed -i -e '/git ls-files/d' jquery-rails.gemspec || die