diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-11-05 01:18:45 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-11-05 01:18:45 +0000 |
commit | 04bb6648c749e3d13f2657803f1a703b306ea754 (patch) | |
tree | 9f9182533c7dbdd322eefda2a0727acfb6b82661 /dev-ruby/flog/flog-4.1.2.ebuild | |
parent | Cleanup old. (diff) | |
download | gentoo-2-04bb6648c749e3d13f2657803f1a703b306ea754.tar.gz gentoo-2-04bb6648c749e3d13f2657803f1a703b306ea754.tar.bz2 gentoo-2-04bb6648c749e3d13f2657803f1a703b306ea754.zip |
Version bump. Add ruby20 target. Cleanup old.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/flog/flog-4.1.2.ebuild')
-rw-r--r-- | dev-ruby/flog/flog-4.1.2.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
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..b491eee0fca0 --- /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.3 2013/11/05 01:18:44 mrueg Exp $ + +EAPI=5 +USE_RUBY="ruby18 ruby19 ruby20 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 +} |