graaff 15/01/24 09:51:59 Modified: ChangeLog bundler-1.7.3.ebuild Log: Drop ruby21 to create stable candidate. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.72 dev-ruby/bundler/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 5 Jan 2015 18:38:01 -0000 1.71 +++ ChangeLog 24 Jan 2015 09:51:59 -0000 1.72 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/bundler # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.71 2015/01/05 18:38:01 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.72 2015/01/24 09:51:59 graaff Exp $ + + 24 Jan 2015; Hans de Graaff <[email protected]> bundler-1.7.3.ebuild: + Drop ruby21 to create stable candidate. 05 Jan 2015; Hans de Graaff <[email protected]> bundler-1.7.4.ebuild: Restrict tests since they require a network connection, fixing bug 527350. 1.2 dev-ruby/bundler/bundler-1.7.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.3.ebuild?r1=1.1&r2=1.2 Index: bundler-1.7.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bundler-1.7.3.ebuild 27 Sep 2014 08:32:37 -0000 1.1 +++ bundler-1.7.3.ebuild 24 Jan 2015 09:51:59 -0000 1.2 @@ -1,11 +1,11 @@ -# 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/bundler/bundler-1.7.3.ebuild,v 1.1 2014/09/27 08:32:37 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.3.ebuild,v 1.2 2015/01/24 09:51:59 graaff Exp $ EAPI=5 # jruby → Many tests fail and test suite hangs. -USE_RUBY="ruby19 ruby20 ruby21" +USE_RUBY="ruby19 ruby20" RUBY_FAKEGEM_RECIPE_TEST="rspec"
