graaff 15/05/31 05:46:39 Modified: ChangeLog Added: httparty-0.13.5.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.39 dev-ruby/httparty/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 16 May 2015 08:20:24 -0000 1.38 +++ ChangeLog 31 May 2015 05:46:39 -0000 1.39 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/httparty # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.38 2015/05/16 08:20:24 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httparty/ChangeLog,v 1.39 2015/05/31 05:46:39 graaff Exp $ + +*httparty-0.13.5 (31 May 2015) + + 31 May 2015; Hans de Graaff <[email protected]> +httparty-0.13.5.ebuild: + Version bump. 16 May 2015; Hans de Graaff <[email protected]> -httparty-0.13.1.ebuild: Cleanup. 1.1 dev-ruby/httparty/httparty-0.13.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.13.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httparty/httparty-0.13.5.ebuild?rev=1.1&content-type=text/plain Index: httparty-0.13.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/httparty/httparty-0.13.5.ebuild,v 1.1 2015/05/31 05:46:39 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" # We have a custom test function, but don't null this out so that the # deps are still added RUBY_FAKEGEM_TASK_TEST="none" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md History" inherit ruby-fakegem DESCRIPTION="Makes http fun! Also, makes consuming restful web services dead easy" HOMEPAGE="http://jnunemaker.github.com/httparty" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" ruby_add_rdepend '>=dev-ruby/json-1.8:0 >=dev-ruby/multi_xml-0.5.2' ruby_add_bdepend 'dev-ruby/rspec:3 dev-ruby/fakeweb' all_ruby_prepare() { # Remove bundler rm Gemfile || die sed -i -e '/[Bb]undler/ s:^:#:' Rakefile || die # Avoid test dependency on cucumber. We can't run the features since # they depend on mongrel which is no longer packaged. sed -i -e '/cucumber/I s:^:#:' Rakefile || die } each_ruby_test() { ${RUBY} -S rake spec || die } all_ruby_install() { all_fakegem_install docinto examples dodoc examples/* }
