dev-ruby/flog: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3
This commit is contained in:
Hans de Graaff
2018-01-09 07:15:30 +01:00
parent e287c619e9
commit df7e89d2ee
2 changed files with 0 additions and 28 deletions

View File

@@ -1,2 +1 @@
DIST flog-4.4.0.gem 25600 BLAKE2B 7d33587f76f0d78bb698ff4df409027541b87994f6c6d1cc2672ace98aa96d898739dbaaee4ff837590566f28c8d185540ef126ee2b2e02a6ab0f30b9ce70e98 SHA512 d34e6b863e545faa4edd9cbb5a5896f37ef59433c455b49c4553cfe2a46deeda242cd82bfb1a1f5e7035ba940dd701c597e8caee946e47ca4a7eb52bd5cd71d0
DIST flog-4.6.1.gem 26112 BLAKE2B b9b242b9e43bdbf9430bde74c7aa261ad4ce5e60e4522786304e21d55a9531a501eb831073a79230fdc13d8b0e9ec4666fbf72c551e8d82d9c1a6880589bb897 SHA512 43c9bb04ef0c036a523a470ba2741d6845071a376f73f9dd4b983a73112c3fca69221e2444e98c9ecd42ce2a75ae39e4cd21018a934e8583dc622b5e9c384859

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
USE_RUBY="ruby20 ruby21 ruby22 ruby23"
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
RUBY_FAKEGEM_EXTRADOC="History.rdoc README.rdoc"
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
}