mrueg 15/01/10 22:06:41 Modified: ChangeLog Added: rack-test-0.6.3.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.33 dev-ruby/rack-test/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-test/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-test/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-test/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 5 Aug 2014 16:01:02 -0000 1.32 +++ ChangeLog 10 Jan 2015 22:06:41 -0000 1.33 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/rack-test -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v 1.32 2014/08/05 16:01:02 mrueg Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/ChangeLog,v 1.33 2015/01/10 22:06:41 mrueg Exp $ + +*rack-test-0.6.3 (10 Jan 2015) + + 10 Jan 2015; Manuel Rüger <[email protected]> +rack-test-0.6.3.ebuild: + Version bump. 05 Aug 2014; Manuel Rüger <[email protected]> rack-test-0.6.2-r1.ebuild: Remove trailing '.' from DESCRIPTION. 1.1 dev-ruby/rack-test/rack-test-0.6.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-test/rack-test-0.6.3.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rack-test/rack-test-0.6.3.ebuild?rev=1.1&content-type=text/plain Index: rack-test-0.6.3.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/rack-test/rack-test-0.6.3.ebuild,v 1.1 2015/01/10 22:06:41 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" # no documentation is generable, it needs hanna, which is broken RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec" RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc" inherit versionator ruby-fakegem DESCRIPTION="Rack::Test is a small, simple testing API for Rack apps" HOMEPAGE="http://github.com/brynary/rack-test" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" ruby_add_rdepend '>=dev-ruby/rack-1.0' ruby_add_bdepend " test? ( >=dev-ruby/sinatra-1.2.6 )" all_ruby_prepare() { rm Gemfile* || die sed -i -e '/bundler/d' -e '/[Cc]ode[Cc]limate/d' spec/spec_helper.rb || die }
