graaff 14/03/21 09:38:44 Modified: ChangeLog Added: zentest-4.9.5-r1.ebuild Log: Revision bump for ruby21. Build documentation directly to work around hoe incompatibilities. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.133 dev-ruby/zentest/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/zentest/ChangeLog?rev=1.133&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/zentest/ChangeLog?rev=1.133&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/zentest/ChangeLog?r1=1.132&r2=1.133 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/zentest/ChangeLog,v retrieving revision 1.132 retrieving revision 1.133 diff -u -r1.132 -r1.133 --- ChangeLog 16 Mar 2014 17:14:27 -0000 1.132 +++ ChangeLog 21 Mar 2014 09:38:43 -0000 1.133 @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/zentest # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/ChangeLog,v 1.132 2014/03/16 17:14:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/ChangeLog,v 1.133 2014/03/21 09:38:43 graaff Exp $ + +*zentest-4.9.5-r1 (21 Mar 2014) + + 21 Mar 2014; Hans de Graaff <gra...@gentoo.org> +zentest-4.9.5-r1.ebuild: + Revision bump for ruby21. Build documentation directly to work around hoe + incompatibilities. 16 Mar 2014; Markus Meier <mae...@gentoo.org> zentest-4.9.5.ebuild: arm stable, bug #490180 1.1 dev-ruby/zentest/zentest-4.9.5-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/zentest/zentest-4.9.5-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/zentest/zentest-4.9.5-r1.ebuild?rev=1.1&content-type=text/plain Index: zentest-4.9.5-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/zentest/zentest-4.9.5-r1.ebuild,v 1.1 2014/03/21 09:38:43 graaff Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20 jruby" RUBY_FAKEGEM_NAME=ZenTest RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="README.txt History.txt example.txt example1.rb example2.rb example_dot_autotest.rb" inherit ruby-fakegem DESCRIPTION="ZenTest provides tools to support testing: zentest, unit_diff, autotest, multiruby, and Test::Rails" HOMEPAGE="http://rubyforge.org/projects/zentest/" LICENSE="Ruby" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" SLOT="0" IUSE="" ruby_add_bdepend " test? ( >=dev-ruby/hoe-2.10 dev-ruby/hoe-seattlerb virtual/ruby-minitest )"