mrueg 15/02/14 02:35:37 Modified: ChangeLog Added: fakefs-0.6.5.ebuild Removed: fakefs-0.6.4.ebuild Log: Version bump. Remove old. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.55 dev-ruby/fakefs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/ChangeLog?rev=1.55&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/ChangeLog?rev=1.55&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/ChangeLog?r1=1.54&r2=1.55 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- ChangeLog 18 Jan 2015 03:21:47 -0000 1.54 +++ ChangeLog 14 Feb 2015 02:35:37 -0000 1.55 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/fakefs # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v 1.54 2015/01/18 03:21:47 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/ChangeLog,v 1.55 2015/02/14 02:35:37 mrueg Exp $ + +*fakefs-0.6.5 (14 Feb 2015) + + 14 Feb 2015; Manuel RĂ¼ger <mr...@gentoo.org> +fakefs-0.6.5.ebuild, + -fakefs-0.6.4.ebuild: + Version bump. Remove old. *fakefs-0.6.4 (18 Jan 2015) 1.1 dev-ruby/fakefs/fakefs-0.6.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/fakefs-0.6.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/fakefs/fakefs-0.6.5.ebuild?rev=1.1&content-type=text/plain Index: fakefs-0.6.5.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/fakefs/fakefs-0.6.5.ebuild,v 1.1 2015/02/14 02:35:37 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_RECIPE_TEST="none" # requires sdoc RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="CONTRIBUTORS README.markdown" inherit ruby-fakegem eutils DESCRIPTION="A fake filesystem. Use it in your tests" HOMEPAGE="http://github.com/defunkt/fakefs"; LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" ruby_add_bdepend " test? ( >=dev-ruby/rspec-3.1:3 >=dev-ruby/test-unit-2.5.1-r1 )" all_ruby_prepare() { # Remove bundler rm Gemfile || die } each_ruby_test() { RSPEC_VERSION=3 ruby-ng_rspec ruby-ng_testrb-2 -Ilib:test test/**/*_test.rb }