graaff 14/05/24 05:44:34 Modified: ChangeLog Added: oauth2-0.9.4.ebuild Log: Version bump. Add ruby20. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.20 dev-ruby/oauth2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?rev=1.20&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?rev=1.20&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?r1=1.19&r2=1.20 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- ChangeLog 22 Jan 2014 06:59:40 -0000 1.19 +++ ChangeLog 24 May 2014 05:44:34 -0000 1.20 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/oauth2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.19 2014/01/22 06:59:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.20 2014/05/24 05:44:34 graaff Exp $ + +*oauth2-0.9.4 (24 May 2014) + + 24 May 2014; Hans de Graaff <gra...@gentoo.org> +oauth2-0.9.4.ebuild: + Version bump. Add ruby20. *oauth2-0.9.3 (22 Jan 2014) 1.1 dev-ruby/oauth2/oauth2-0.9.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-0.9.4.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-0.9.4.ebuild?rev=1.1&content-type=text/plain Index: oauth2-0.9.4.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-0.9.4.ebuild,v 1.1 2014/05/24 05:44:34 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_TASK_TEST="none" RUBY_FAKEGEM_TASK_DOC="doc:rdoc" RUBY_FAKEGEM_DOCDIR="rdoc" RUBY_FAKEGEM_EXTRADOC="README.md" inherit ruby-fakegem eutils DESCRIPTION="Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth gem." HOMEPAGE="http://github.com/intridea/oauth2" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/faraday-0.8 >=dev-ruby/jwt-0.1.8 >=dev-ruby/multi_json-1.0.3 >=dev-ruby/multi_xml-0.5 >=dev-ruby/rack-1.2" ruby_add_bdepend "test? ( >=dev-ruby/rspec-2.5.0:2 )" all_ruby_prepare() { sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die sed -i -e '/yardstick/,/^end/ s:^:#:' Rakefile || die } each_ruby_test() { CI=true ${RUBY} -S rspec spec || die }