graaff      15/01/17 07:14:25

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

Revision  Changes    Path
1.30                 dev-ruby/gettext_i18n_rails/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog   30 Aug 2014 04:55:34 -0000      1.29
+++ ChangeLog   17 Jan 2015 07:14:25 -0000      1.30
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/gettext_i18n_rails
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 
1.29 2014/08/30 04:55:34 graaff Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 
1.30 2015/01/17 07:14:25 graaff Exp $
+
+*gettext_i18n_rails-1.2.0 (17 Jan 2015)
+
+  17 Jan 2015; Hans de Graaff <gra...@gentoo.org>
+  +gettext_i18n_rails-1.2.0.ebuild:
+  Version bump.
 
 *gettext_i18n_rails-1.1.0 (30 Aug 2014)
 



1.1                  dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.2.0.ebuild

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

Index: gettext_i18n_rails-1.2.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-1.2.0.ebuild,v
 1.1 2015/01/17 07:14:25 graaff Exp $

EAPI=5

USE_RUBY="ruby19 ruby20 ruby21"

RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="Readme.md"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

inherit ruby-fakegem

DESCRIPTION="FastGettext / Rails integration"
HOMEPAGE="https://github.com/grosser/gettext_i18n_rails";
SRC_URI="https://github.com/grosser/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

ruby_add_bdepend "test? ( dev-ruby/activerecord:4.0[sqlite3] dev-ruby/temple )"
ruby_add_rdepend ">=dev-ruby/fast_gettext-0.9.0"

all_ruby_prepare() {
        rm Gemfile Gemfile.lock || die

        # Remove specs for slim and hamlet, template engines we don't package.
        rm spec/gettext_i18n_rails/slim_parser_spec.rb 
spec/gettext_i18n_rails/haml_parser_spec.rb || die

        # Test against Rails 4.0 (newer versions don't work and we don't use
        # appraisals for now).
        sed -e '1igem "rails", "~>4.0.0"' -i spec/spec_helper.rb || die
}




Reply via email to