From c8528faf13eae58b1bc4b034833f57ffa81ead5d Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Sat, 4 May 2013 05:41:39 +0000 Subject: Version bump. (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!) --- dev-ruby/gettext_i18n_rails/ChangeLog | 8 ++++- .../gettext_i18n_rails-0.9.4.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.9.4.ebuild (limited to 'dev-ruby/gettext_i18n_rails') diff --git a/dev-ruby/gettext_i18n_rails/ChangeLog b/dev-ruby/gettext_i18n_rails/ChangeLog index cb0720c6c293..992e75419574 100644 --- a/dev-ruby/gettext_i18n_rails/ChangeLog +++ b/dev-ruby/gettext_i18n_rails/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/gettext_i18n_rails # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 1.21 2013/03/08 06:28:55 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/gettext_i18n_rails/ChangeLog,v 1.22 2013/05/04 05:41:39 graaff Exp $ + +*gettext_i18n_rails-0.9.4 (04 May 2013) + + 04 May 2013; Hans de Graaff + +gettext_i18n_rails-0.9.4.ebuild: + Version bump. *gettext_i18n_rails-0.9.2 (08 Mar 2013) diff --git a/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.9.4.ebuild b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.9.4.ebuild new file mode 100644 index 000000000000..c45380b14fd9 --- /dev/null +++ b/dev-ruby/gettext_i18n_rails/gettext_i18n_rails-0.9.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2013 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-0.9.4.ebuild,v 1.1 2013/05/04 05:41:39 graaff Exp $ + +EAPI=5 + +# jruby support requires sqlite3 support for jruby. +USE_RUBY="ruby18 ruby19" + +RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_EXTRADOC="Readme.md" + +RUBY_FAKEGEM_RECIPE_TEST="rspec" + +RUBY_FAKEGEM_EXTRAINSTALL="init.rb" + +inherit ruby-fakegem + +DESCRIPTION="FastGettext / Rails integration." +HOMEPAGE="https://github.com/grosser/gettext_i18n_rails" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/activerecord[sqlite3] dev-ruby/temple )" +ruby_add_rdepend ">=dev-ruby/fast_gettext-0.4.8" + +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 +} -- cgit v1.2.3-65-gdbad