mrueg 14/05/21 02:24:22 Modified: ChangeLog Added: oauth-0.4.7-r1.ebuild Removed: oauth-0.4.7.ebuild Log: Remove ruby18 target. Cleanup old patches. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.24 dev-ruby/oauth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 25 Mar 2014 10:54:42 -0000 1.23 +++ ChangeLog 21 May 2014 02:24:22 -0000 1.24 @@ -1,6 +1,13 @@ # 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.23 2014/03/25 10:54:42 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.24 2014/05/21 02:24:22 mrueg Exp $ + +*oauth-0.4.7-r1 (21 May 2014) + + 21 May 2014; Manuel RĂ¼ger <[email protected]> +oauth-0.4.7-r1.ebuild, + -files/oauth-0.4.1-optional-tests.patch, + -files/oauth-0.4.3-optional-tests.patch, -oauth-0.4.7.ebuild: + Remove ruby18 target. Cleanup old patches. 25 Mar 2014; Hans de Graaff <[email protected]> oauth-0.4.7.ebuild: Drop deprecated ree18. @@ -103,4 +110,3 @@ 16 May 2009; Hans de Graaff <[email protected]> +metadata.xml, +oauth-0.3.2.ebuild: Initial import. Dependency for dev-ruby/twitter. - 1.1 dev-ruby/oauth/oauth-0.4.7-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/oauth-0.4.7-r1.ebuild?rev=1.1&content-type=text/plain Index: oauth-0.4.7-r1.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-r1.ebuild,v 1.1 2014/05/21 02:24:22 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 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 ~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 }
