graaff 15/02/22 07:38:11 Modified: ChangeLog Added: factory_girl-4.5.0.ebuild Log: Version bump. Run specs for the currently installed rails version. Add ruby20, ruby21. Drop arm due to new test dependency, bug 540978. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.6 dev-ruby/factory_girl/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/factory_girl/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 5 Aug 2014 22:59:08 -0000 1.5 +++ ChangeLog 22 Feb 2015 07:38:11 -0000 1.6 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/factory_girl -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/factory_girl/ChangeLog,v 1.5 2014/08/05 22:59:08 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/factory_girl/ChangeLog,v 1.6 2015/02/22 07:38:11 graaff Exp $ + +*factory_girl-4.5.0 (22 Feb 2015) + + 22 Feb 2015; Hans de Graaff <[email protected]> +factory_girl-4.5.0.ebuild: + Version bump. Run specs for the currently installed rails version. Add + ruby20, ruby21. Drop arm due to new test dependency, bug 540978. 05 Aug 2014; Manuel RĂ¼ger <[email protected]> factory_girl-4.2.0-r1.ebuild: Remove ruby18 target. 1.1 dev-ruby/factory_girl/factory_girl-4.5.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/factory_girl-4.5.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/factory_girl/factory_girl-4.5.0.ebuild?rev=1.1&content-type=text/plain Index: factory_girl-4.5.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/factory_girl/factory_girl-4.5.0.ebuild,v 1.1 2015/02/22 07:38:11 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_DOC="yard" # Tests depend on unpackaged appraisal, for now we just run the specs # with the version of Rails that is installed. RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_EXTRADOC="GETTING_STARTED.md NEWS README.md" RUBY_FAKEGEM_EXTRAINSTALL="features" inherit ruby-fakegem DESCRIPTION="factory_girl provides a framework and DSL for defining and using factories" HOMEPAGE="https://github.com/thoughtbot/factory_girl" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0" ruby_add_bdepend " test? ( >=dev-ruby/activerecord-3.1 dev-ruby/bourne >=dev-ruby/mocha-0.12.8 dev-ruby/timecop ) " all_ruby_prepare() { # Avoid unneeded test dependencies sed -i -e '/simplecov/ s:^:#:' spec/spec_helper.rb || die # Avoid specs that may fail due to more strict rspec 2.99 # interpretation. sed -i -e '/callbacks using syntax methods without referencing FactoryGirl explicitly/,/^end/ s:^:#:' spec/acceptance/callbacks_spec.rb || die }
