graaff 15/04/18 07:36:47 Modified: ChangeLog oauth2-1.0.0.ebuild Log: Avoid test dependency on bundler. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.27 dev-ruby/oauth2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 24 Dec 2014 09:09:12 -0000 1.26 +++ ChangeLog 18 Apr 2015 07:36:47 -0000 1.27 @@ -1,6 +1,9 @@ # 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.26 2014/12/24 09:09:12 graaff Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/ChangeLog,v 1.27 2015/04/18 07:36:47 graaff Exp $ + + 18 Apr 2015; Hans de Graaff <[email protected]> oauth2-1.0.0.ebuild: + Avoid test dependency on bundler. 24 Dec 2014; Hans de Graaff <[email protected]> -oauth2-0.9.4.ebuild: Cleanup. 1.5 dev-ruby/oauth2/oauth2-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild?r1=1.4&r2=1.5 Index: oauth2-1.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- oauth2-1.0.0.ebuild 25 Aug 2014 14:17:03 -0000 1.4 +++ oauth2-1.0.0.ebuild 18 Apr 2015 07:36:47 -0000 1.5 @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild,v 1.4 2014/08/25 14:17:03 mrueg Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth2/oauth2-1.0.0.ebuild,v 1.5 2015/04/18 07:36:47 graaff Exp $ EAPI=5 @@ -32,7 +32,8 @@ all_ruby_prepare() { sed -i -e '/simplecov/,/^end/ s:^:#:' spec/helper.rb || die - sed -i -e '/yardstick/,/^end/ s:^:#:' Rakefile || die + sed -i -e '/yardstick/,/^end/ s:^:#:' \ + -e '/bundler/I s:^:#:' Rakefile || die } each_ruby_test() {
