From d193f7ee55cccd6334a845a20072a11e84fbcdca Mon Sep 17 00:00:00 2001 From: Manuel RĂ¼ger Date: Sat, 7 Sep 2013 11:28:40 +0000 Subject: Version bump. (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key ) --- dev-ruby/flog/flog-4.1.2.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 dev-ruby/flog/flog-4.1.2.ebuild (limited to 'dev-ruby/flog/flog-4.1.2.ebuild') diff --git a/dev-ruby/flog/flog-4.1.2.ebuild b/dev-ruby/flog/flog-4.1.2.ebuild new file mode 100644 index 000000000000..5cc192b2af3a --- /dev/null +++ b/dev-ruby/flog/flog-4.1.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/flog/flog-4.1.2.ebuild,v 1.1 2013/09/07 11:28:40 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 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="~x86 ~amd64" +SLOT="0" +IUSE="" + +ruby_add_bdepend "test? ( dev-ruby/minitest )" + +ruby_add_rdepend "=dev-ruby/ruby_parser-3* >dev-ruby/ruby_parser-3.1.0 + =dev-ruby/sexp_processor-4*" + +each_ruby_test() { + ${RUBY} -Ilib test/test_flog.rb || die +} -- cgit v1.2.3-65-gdbad