public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/jquery-rails: ChangeLog jquery-rails-4.0.3.ebuild
@ 2015-01-06  7:25 Hans de Graaff (graaff)
  0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff (graaff) @ 2015-01-06  7:25 UTC (permalink / raw
  To: gentoo-commits

graaff      15/01/06 07:25:03

  Modified:             ChangeLog
  Added:                jquery-rails-4.0.3.ebuild
  Log:
  Version bump. Drop keywords due to dependency on rails 4.2, bug 534186.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.39                 dev-ruby/jquery-rails/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	30 Dec 2014 10:12:44 -0000	1.38
+++ ChangeLog	6 Jan 2015 07:25:03 -0000	1.39
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/jquery-rails
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/ChangeLog,v 1.38 2014/12/30 10:12:44 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/ChangeLog,v 1.39 2015/01/06 07:25:03 graaff Exp $
+
+*jquery-rails-4.0.3 (06 Jan 2015)
+
+  06 Jan 2015; Hans de Graaff <graaff@gentoo.org> +jquery-rails-4.0.3.ebuild:
+  Version bump. Drop keywords due to dependency on rails 4.2, bug 534186.
 
   30 Dec 2014; Hans de Graaff <graaff@gentoo.org> jquery-rails-2.3.0.ebuild:
   Add ruby20.



1.1                  dev-ruby/jquery-rails/jquery-rails-4.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-4.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-4.0.3.ebuild?rev=1.1&content-type=text/plain

Index: jquery-rails-4.0.3.ebuild
===================================================================
# 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-4.0.3.ebuild,v 1.1 2015/01/06 07:25:03 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_TASK_TEST=""

RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md VERSIONS.md"

RUBY_FAKEGEM_EXTRAINSTALL="vendor"

RUBY_FAKEGEM_GEMSPEC="jquery-rails.gemspec"

inherit ruby-fakegem

DESCRIPTION="jQuery! For Rails! So great"
HOMEPAGE="http://www.rubyonrails.org"

LICENSE="MIT"
SLOT="4"
KEYWORDS="~amd64"

IUSE=""

ruby_add_rdepend "
	>=dev-ruby/railties-4.2.0
	>=dev-ruby/thor-0.14
	dev-ruby/rails-dom-testing:1"

all_ruby_prepare() {
	sed -i -e '/git ls-files/d' jquery-rails.gemspec || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/jquery-rails: ChangeLog jquery-rails-4.0.3.ebuild
@ 2015-01-08 21:05 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2015-01-08 21:05 UTC (permalink / raw
  To: gentoo-commits

maekke      15/01/08 21:05:27

  Modified:             ChangeLog jquery-rails-4.0.3.ebuild
  Log:
  add ~arm, bug #534186
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.40                 dev-ruby/jquery-rails/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	6 Jan 2015 07:25:03 -0000	1.39
+++ ChangeLog	8 Jan 2015 21:05:27 -0000	1.40
@@ -1,6 +1,9 @@
 # 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.39 2015/01/06 07:25:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/ChangeLog,v 1.40 2015/01/08 21:05:27 maekke Exp $
+
+  08 Jan 2015; Markus Meier <maekke@gentoo.org> jquery-rails-4.0.3.ebuild:
+  add ~arm, bug #534186
 
 *jquery-rails-4.0.3 (06 Jan 2015)
 



1.2                  dev-ruby/jquery-rails/jquery-rails-4.0.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-4.0.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-4.0.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-4.0.3.ebuild?r1=1.1&r2=1.2

Index: jquery-rails-4.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-4.0.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jquery-rails-4.0.3.ebuild	6 Jan 2015 07:25:03 -0000	1.1
+++ jquery-rails-4.0.3.ebuild	8 Jan 2015 21:05:27 -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/jquery-rails/jquery-rails-4.0.3.ebuild,v 1.1 2015/01/06 07:25:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/jquery-rails/jquery-rails-4.0.3.ebuild,v 1.2 2015/01/08 21:05:27 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby19 ruby20 ruby21"
@@ -21,7 +21,7 @@
 
 LICENSE="MIT"
 SLOT="4"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 
 IUSE=""
 





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

end of thread, other threads:[~2015-01-08 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-06  7:25 [gentoo-commits] gentoo-x86 commit in dev-ruby/jquery-rails: ChangeLog jquery-rails-4.0.3.ebuild Hans de Graaff (graaff)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-08 21:05 Markus Meier (maekke)

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