mrueg 15/06/20 10:50:07 Modified: ChangeLog Added: typhoeus-0.7.2.ebuild Log: Version bump. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.3 dev-ruby/typhoeus/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/typhoeus/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/typhoeus/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/typhoeus/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/typhoeus/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 14 Feb 2015 02:55:47 -0000 1.2 +++ ChangeLog 20 Jun 2015 10:50:07 -0000 1.3 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/typhoeus # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/typhoeus/ChangeLog,v 1.2 2015/02/14 02:55:47 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/typhoeus/ChangeLog,v 1.3 2015/06/20 10:50:07 mrueg Exp $ + +*typhoeus-0.7.2 (20 Jun 2015) + + 20 Jun 2015; Manuel RĂ¼ger <[email protected]> +typhoeus-0.7.2.ebuild: + Version bump. *typhoeus-0.7.1 (14 Feb 2015) 1.1 dev-ruby/typhoeus/typhoeus-0.7.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/typhoeus/typhoeus-0.7.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/typhoeus/typhoeus-0.7.2.ebuild?rev=1.1&content-type=text/plain Index: typhoeus-0.7.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/typhoeus/typhoeus-0.7.2.ebuild,v 1.1 2015/06/20 10:50:07 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md UPGRADE.md" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_RECIPE_TEST="rspec3" inherit ruby-fakegem DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling logic" HOMEPAGE="http://rubygems.org/gems/typhoeus/" LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64" IUSE="" ruby_add_rdepend ">=dev-ruby/ethon-0.7.4" ruby_add_bdepend "test? ( dev-ruby/json >=dev-ruby/faraday-0.9 >=dev-ruby/sinatra-1.3 )" all_ruby_prepare() { sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die }
