graaff      14/12/22 12:13:45

  Modified:             ChangeLog
  Added:                sprockets-rails-2.2.2.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x8883FA56A308A8D7!)

Revision  Changes    Path
1.10                 dev-ruby/sprockets-rails/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sprockets-rails/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog   17 Nov 2014 14:17:16 -0000      1.9
+++ ChangeLog   22 Dec 2014 12:13:45 -0000      1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/sprockets-rails
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sprockets-rails/ChangeLog,v 1.9 
2014/11/17 14:17:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sprockets-rails/ChangeLog,v 1.10 
2014/12/22 12:13:45 graaff Exp $
+
+*sprockets-rails-2.2.2 (22 Dec 2014)
+
+  22 Dec 2014; Hans de Graaff <gra...@gentoo.org>
+  +sprockets-rails-2.2.2.ebuild:
+  Version bump.
 
 *sprockets-rails-2.2.0 (17 Nov 2014)
 



1.1                  dev-ruby/sprockets-rails/sprockets-rails-2.2.2.ebuild

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

Index: sprockets-rails-2.2.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/sprockets-rails/sprockets-rails-2.2.2.ebuild,v 
1.1 2014/12/22 12:13:45 graaff Exp $

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""

RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"

inherit ruby-fakegem versionator

DESCRIPTION="Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline"
HOMEPAGE="https://github.com/rails/sprockets-rails";
SRC_URI="https://github.com/rails/sprockets-rails/archive/v${PV}.tar.gz -> 
${P}.tar.gz"

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

IUSE="test"

ruby_add_rdepend "
        >=dev-ruby/actionpack-3.0
        >=dev-ruby/activesupport-3.0
        >=dev-ruby/sprockets-2.8:2"

ruby_add_bdepend "
        test? (
                >=dev-ruby/actionpack-4
                >=dev-ruby/railties-4
                dev-ruby/test-unit:2
        )"

all_ruby_prepare() {
        # Avoid tests that fail on a custom manifest name. It is not clear
        # if this is related to Rails 4.2, and the current sprockets
        # version already in the tree only works with this newer 
        # sprockets-rails version.
        rm test/test_task.rb || die
}




Reply via email to