graaff 14/03/25 10:54:43 Modified: ChangeLog oauth-0.4.7.ebuild Log: Drop deprecated ree18. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.23 dev-ruby/oauth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 30 Nov 2013 15:58:53 -0000 1.22 +++ ChangeLog 25 Mar 2014 10:54:42 -0000 1.23 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/oauth -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.22 2013/11/30 15:58:53 graaff Exp $ +# 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 $ + + 25 Mar 2014; Hans de Graaff <[email protected]> oauth-0.4.7.ebuild: + Drop deprecated ree18. 30 Nov 2013; Hans de Graaff <[email protected]> oauth-0.4.7.ebuild: Add jruby. Drop test dependency on dev-ruby/rails:3.2 altogether since it 1.3 dev-ruby/oauth/oauth-0.4.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/oauth-0.4.7.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/oauth-0.4.7.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth/oauth-0.4.7.ebuild?r1=1.2&r2=1.3 Index: oauth-0.4.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.7.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- oauth-0.4.7.ebuild 30 Nov 2013 15:58:53 -0000 1.2 +++ oauth-0.4.7.ebuild 25 Mar 2014 10:54:43 -0000 1.3 @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# 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.ebuild,v 1.2 2013/11/30 15:58:53 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.4.7.ebuild,v 1.3 2014/03/25 10:54:43 graaff Exp $ EAPI=4 -USE_RUBY="ruby18 ree18 ruby19 jruby" +USE_RUBY="ruby18 ruby19 jruby" RUBY_FAKEGEM_TASK_DOC="" @@ -41,10 +41,6 @@ # Ignore hash ordering test failures sed -i -e '183s:^:#:' -e '224s:^:#:' test/integration/consumer_test.rb || die ;; - *rubyee18) - # Ignore hash ordering test failures - sed -i -e '183s:^:#:' -e '224s:^:#:' test/integration/consumer_test.rb || die - ;; *ruby19) # Remove tests depending on rails. ;;
