graaff 14/12/31 12:15:09 Modified: ChangeLog Added: i18n-0.7.0.ebuild Log: Version bump for Rails 4.2. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.69 dev-ruby/i18n/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.69&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?rev=1.69&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/ChangeLog?r1=1.68&r2=1.69 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- ChangeLog 17 Aug 2014 00:43:07 -0000 1.68 +++ ChangeLog 31 Dec 2014 12:15:09 -0000 1.69 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/i18n # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.68 2014/08/17 00:43:07 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.69 2014/12/31 12:15:09 graaff Exp $ + +*i18n-0.7.0 (31 Dec 2014) + + 31 Dec 2014; Hans de Graaff <[email protected]> +i18n-0.7.0.ebuild: + Version bump for Rails 4.2. 17 Aug 2014; Anthony G. Basile <[email protected]> i18n-0.6.11.ebuild: Keyword on ~ppc and ~ppc64, request by mrueg 1.1 dev-ruby/i18n/i18n-0.7.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.7.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/i18n/i18n-0.7.0.ebuild?rev=1.1&content-type=text/plain Index: i18n-0.7.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.7.0.ebuild,v 1.1 2014/12/31 12:15:09 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="test" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" inherit ruby-fakegem versionator DESCRIPTION="Add Internationalization support to your Ruby application" HOMEPAGE="http://rails-i18n.org/" SRC_URI="https://github.com/svenfuchs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend "test? ( >=dev-ruby/activesupport-3.2 <dev-ruby/activesupport-4.3 dev-ruby/bundler dev-ruby/mocha:0.13 dev-ruby/test_declarative )" all_ruby_prepare() { # Remove bundler lock files since we cannot depend on specific # versions in Gentoo. rm gemfiles/*.lock || die } each_ruby_test() { for version in 3.2 4.0 4.1 4.2 ; do if has_version "dev-ruby/activesupport:${version}" ; then einfo "Running tests with activesupport ${version}" BUNDLE_GEMFILE="${S}/gemfiles/Gemfile.rails-${version}.x" ${RUBY} -S bundle exec ${RUBY} -S rake test || die fi done }
