graaff 14/07/03 10:15:23 Modified: ChangeLog Added: oauth-0.4.7-r2.ebuild Log: Add ruby20. Drop x86, bug 511176. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.25 dev-ruby/oauth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?rev=1.25&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?rev=1.25&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?r1=1.24&r2=1.25 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 21 May 2014 02:24:22 -0000 1.24 +++ ChangeLog 3 Jul 2014 10:15:23 -0000 1.25 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/oauth # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.24 2014/05/21 02:24:22 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.25 2014/07/03 10:15:23 graaff Exp $ + +*oauth-0.4.7-r2 (03 Jul 2014) + + 03 Jul 2014; Hans de Graaff <[email protected]> +oauth-0.4.7-r2.ebuild: + Add ruby20. Drop x86, bug 511176. *oauth-0.4.7-r1 (21 May 2014) 1.1 dev-ruby/oauth/oauth-0.4.7-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r2.ebuild?rev=1.1&content-type=text/plain Index: oauth-0.4.7-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r2.ebuild,v 1.1 2014/07/03 10:15:23 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 jruby" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="HISTORY README.rdoc TODO" inherit ruby-fakegem DESCRIPTION="A RubyGem for implementing both OAuth clients and servers." HOMEPAGE="http://oauth.rubyforge.org/" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86-macos" IUSE="" ruby_add_bdepend "test? ( dev-ruby/test-unit:2 dev-ruby/mocha:0.12 dev-ruby/webmock )" all_ruby_prepare() { # Require a compatible version of mocha sed -i -e '1igem "mocha", "~> 0.12.0"' test/test_helper.rb || die # Ensure a consistent test order to avoid loading issues with e.g. rack sed -i -e "s/.rb']/.rb'].sort/" Rakefile || die # Remove tests that require Rails 2.3 since that is ruby18-only. rm test/test_action_controller_request_proxy.rb || die }
