graaff 15/02/25 07:15:40 Modified: ChangeLog bundler-1.7.13.ebuild Log: Restrict tests since they use the network. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.77 dev-ruby/bundler/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.77&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?rev=1.77&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/ChangeLog?r1=1.76&r2=1.77 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- ChangeLog 25 Feb 2015 07:14:47 -0000 1.76 +++ ChangeLog 25 Feb 2015 07:15:40 -0000 1.77 @@ -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.76 2015/02/25 07:14:47 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/ChangeLog,v 1.77 2015/02/25 07:15:40 graaff Exp $ + + 25 Feb 2015; Hans de Graaff <[email protected]> bundler-1.7.13.ebuild: + Restrict tests since they use the network. *bundler-1.7.13 (25 Feb 2015) 1.2 dev-ruby/bundler/bundler-1.7.13.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild?r1=1.1&r2=1.2 Index: bundler-1.7.13.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bundler-1.7.13.ebuild 25 Feb 2015 07:14:47 -0000 1.1 +++ bundler-1.7.13.ebuild 25 Feb 2015 07:15:40 -0000 1.2 @@ -1,6 +1,6 @@ # 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.13.ebuild,v 1.1 2015/02/25 07:14:47 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler/bundler-1.7.13.ebuild,v 1.2 2015/02/25 07:15:40 graaff Exp $ EAPI=5 @@ -31,7 +31,7 @@ # The specs require a number of gems to be installed in a temporary # directory, but this requires network access. All tests should still # pass with network access. -#RESTRICT="test" +RESTRICT="test" RDEPEND+=" dev-vcs/git"
