graaff 15/03/20 15:26:13 Modified: ChangeLog hashie-3.3.2.ebuild Log: Add missing test dependency on activesupport. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.32 dev-ruby/hashie/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 5 Feb 2015 10:16:40 -0000 1.31 +++ ChangeLog 20 Mar 2015 15:26:13 -0000 1.32 @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/hashie # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.31 2015/02/05 10:16:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/ChangeLog,v 1.32 2015/03/20 15:26:13 graaff Exp $ + + 20 Mar 2015; Hans de Graaff <[email protected]> hashie-3.3.2.ebuild: + Add missing test dependency on activesupport. 05 Feb 2015; Agostino Sarubbo <[email protected]> hashie-2.1.2.ebuild: Stable for x86, wrt bug #536890 1.2 dev-ruby/hashie/hashie-3.3.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/hashie-3.3.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/hashie-3.3.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hashie/hashie-3.3.2.ebuild?r1=1.1&r2=1.2 Index: hashie-3.3.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-3.3.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- hashie-3.3.2.ebuild 31 Dec 2014 07:03:23 -0000 1.1 +++ hashie-3.3.2.ebuild 20 Mar 2015 15:26:13 -0000 1.2 @@ -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/hashie/hashie-3.3.2.ebuild,v 1.1 2014/12/31 07:03:23 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hashie/hashie-3.3.2.ebuild,v 1.2 2015/03/20 15:26:13 graaff Exp $ EAPI=5 @@ -21,6 +21,8 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" +ruby_add_bdepend "test? ( dev-ruby/activesupport )" + all_ruby_prepare() { # Remove bundler and fix one spec that depends on its requires #rm Gemfile || die
