public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/coffee-rails: ChangeLog coffee-rails-4.0.0.ebuild
@ 2013-10-07 12:38 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2013-10-07 12:38 UTC (permalink / raw
  To: gentoo-commits

graaff      13/10/07 12:38:02

  Modified:             ChangeLog
  Added:                coffee-rails-4.0.0.ebuild
  Log:
  Version bump for Rails 4. Dropped keywords in bug 487206.
  
  (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.6                  dev-ruby/coffee-rails/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	16 Jan 2013 00:50:10 -0000	1.5
+++ ChangeLog	7 Oct 2013 12:38:02 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/coffee-rails
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/ChangeLog,v 1.5 2013/01/16 00:50:10 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/ChangeLog,v 1.6 2013/10/07 12:38:02 graaff Exp $
+
+*coffee-rails-4.0.0 (07 Oct 2013)
+
+  07 Oct 2013; Hans de Graaff <graaff@gentoo.org> +coffee-rails-4.0.0.ebuild:
+  Version bump for Rails 4. Dropped keywords in bug 487206.
 
   16 Jan 2013; Rick Farina <zerochaos@gentoo.org> coffee-rails-3.1.1.ebuild,
   coffee-rails-3.2.2.ebuild:



1.1                  dev-ruby/coffee-rails/coffee-rails-4.0.0.ebuild

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

Index: coffee-rails-4.0.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/coffee-rails-4.0.0.ebuild,v 1.1 2013/10/07 12:38:02 graaff Exp $

EAPI=5
USE_RUBY="ruby19"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="README.markdown"

inherit ruby-fakegem versionator

DESCRIPTION="Coffee Script adapter for the Rails asset pipeline."
HOMEPAGE="https://github.com/rails/coffee-rails"

LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
KEYWORDS="~amd64"

IUSE=""

ruby_add_rdepend ">=dev-ruby/coffee-script-2.2.0
	=dev-ruby/railties-4*"

all_ruby_prepare() {
	# Avoid dependency on git.
	sed -i -e 's/git ls-files/echo/' Rakefile || die

	# Make sure a consistent rails version is loaded.
	sed -i -e '4igem "rails"' test/test_helper.rb || die
}





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coffee-rails: ChangeLog coffee-rails-4.0.0.ebuild
@ 2013-10-13 22:10 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2013-10-13 22:10 UTC (permalink / raw
  To: gentoo-commits

maekke      13/10/13 22:10:35

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

Revision  Changes    Path
1.7                  dev-ruby/coffee-rails/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	7 Oct 2013 12:38:02 -0000	1.6
+++ ChangeLog	13 Oct 2013 22:10:35 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coffee-rails
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/ChangeLog,v 1.6 2013/10/07 12:38:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/ChangeLog,v 1.7 2013/10/13 22:10:35 maekke Exp $
+
+  13 Oct 2013; Markus Meier <maekke@gentoo.org> coffee-rails-4.0.0.ebuild:
+  add ~arm, bug #487206
 
 *coffee-rails-4.0.0 (07 Oct 2013)
 



1.2                  dev-ruby/coffee-rails/coffee-rails-4.0.0.ebuild

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

Index: coffee-rails-4.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/coffee-rails-4.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- coffee-rails-4.0.0.ebuild	7 Oct 2013 12:38:02 -0000	1.1
+++ coffee-rails-4.0.0.ebuild	13 Oct 2013 22:10:35 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/coffee-rails-4.0.0.ebuild,v 1.1 2013/10/07 12:38:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/coffee-rails-4.0.0.ebuild,v 1.2 2013/10/13 22:10:35 maekke Exp $
 
 EAPI=5
 USE_RUBY="ruby19"
@@ -15,7 +15,7 @@
 
 LICENSE="MIT"
 SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 
 IUSE=""
 





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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/coffee-rails: ChangeLog coffee-rails-4.0.0.ebuild
@ 2015-03-09  6:30 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2015-03-09  6:30 UTC (permalink / raw
  To: gentoo-commits

graaff      15/03/09 06:30:24

  Modified:             ChangeLog
  Removed:              coffee-rails-4.0.0.ebuild
  Log:
  Cleanup.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)

Revision  Changes    Path
1.16                 dev-ruby/coffee-rails/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	4 Nov 2014 06:07:47 -0000	1.15
+++ ChangeLog	9 Mar 2015 06:30:24 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/coffee-rails
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/ChangeLog,v 1.15 2014/11/04 06:07:47 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/coffee-rails/ChangeLog,v 1.16 2015/03/09 06:30:24 graaff Exp $
+
+  09 Mar 2015; Hans de Graaff <graaff@gentoo.org> -coffee-rails-4.0.0.ebuild:
+  Cleanup.
 
 *coffee-rails-4.1.0 (04 Nov 2014)
 





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

end of thread, other threads:[~2015-03-09  6:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-13 22:10 [gentoo-commits] gentoo-x86 commit in dev-ruby/coffee-rails: ChangeLog coffee-rails-4.0.0.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2015-03-09  6:30 Hans de Graaff (graaff)
2013-10-07 12:38 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