graaff 14/07/01 05:59:50 Modified: ChangeLog bluecloth-2.2.0-r2.ebuild Log: dev-ruby/hoe is always a build-time dependency, not just for FEATURES=test. Fixes bug 515728. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.81 dev-ruby/bluecloth/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 16 Jun 2014 15:40:52 -0000 1.80 +++ ChangeLog 1 Jul 2014 05:59:50 -0000 1.81 @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/bluecloth # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.80 2014/06/16 15:40:52 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/ChangeLog,v 1.81 2014/07/01 05:59:50 graaff Exp $ + + 01 Jul 2014; Hans de Graaff <[email protected]> bluecloth-2.2.0-r2.ebuild: + dev-ruby/hoe is always a build-time dependency, not just for FEATURES=test. + Fixes bug 515728. 16 Jun 2014; Tobias Klausmann <[email protected]> bluecloth-2.2.0-r2.ebuild: 1.4 dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild?r1=1.3&r2=1.4 Index: bluecloth-2.2.0-r2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bluecloth-2.2.0-r2.ebuild 16 Jun 2014 15:40:52 -0000 1.3 +++ bluecloth-2.2.0-r2.ebuild 1 Jul 2014 05:59:50 -0000 1.4 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v 1.3 2014/06/16 15:40:52 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/bluecloth/bluecloth-2.2.0-r2.ebuild,v 1.4 2014/07/01 05:59:50 graaff Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -24,8 +24,8 @@ ruby_add_bdepend " dev-ruby/rake-compiler + dev-ruby/hoe test? ( - dev-ruby/hoe dev-ruby/diff-lcs dev-ruby/tidy-ext )"
