mrueg 14/07/20 17:31:18 Modified: ChangeLog Added: flog-4.3.0.ebuild Log: Version bump. Add ruby21 target. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.15 dev-ruby/flog/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-ruby/flog/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 30 May 2014 06:53:20 -0000 1.14 +++ ChangeLog 20 Jul 2014 17:31:18 -0000 1.15 @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/flog # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/flog/ChangeLog,v 1.14 2014/05/30 06:53:20 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/flog/ChangeLog,v 1.15 2014/07/20 17:31:18 mrueg Exp $ + +*flog-4.3.0 (20 Jul 2014) + + 20 Jul 2014; Manuel RĂ¼ger <[email protected]> +flog-4.3.0.ebuild: + Version bump. Add ruby21 target. *flog-4.2.1 (30 May 2014) 1.1 dev-ruby/flog/flog-4.3.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/flog-4.3.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/flog/flog-4.3.0.ebuild?rev=1.1&content-type=text/plain Index: flog-4.3.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/flog/flog-4.3.0.ebuild,v 1.1 2014/07/20 17:31:18 mrueg Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21 jruby" RUBY_FAKEGEM_RECIPE_DOC="rdoc" RUBY_FAKEGEM_EXTRADOC="History.txt README.txt" inherit ruby-fakegem DESCRIPTION="Flog reports the most tortured code in an easy to read pain report" HOMEPAGE="http://ruby.sadi.st/" LICENSE="MIT" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" ruby_add_bdepend "test? ( dev-ruby/minitest )" ruby_add_rdepend ">dev-ruby/ruby_parser-3.1.0:3 >=dev-ruby/sexp_processor-4.4:4" each_ruby_test() { ${RUBY} -Ilib test/test_flog.rb || die }
