pentoo-overlay/dev-ruby/cms_scanner/cms_scanner-0.8.1.ebuild
2020-02-10 16:22:29 +08:00

36 lines
821 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby24 ruby25 ruby26 ruby27"
RUBY_FAKEGEM_EXTRAINSTALL="app"
inherit ruby-fakegem
DESCRIPTION="Framework to provide an easy way to implement CMS Scanners"
HOMEPAGE="https://github.com/wpscanteam/CMSScanner"
KEYWORDS="~amd64"
LICENSE="MIT"
SLOT="0"
ruby_add_rdepend "
dev-ruby/get_process_mem
>=dev-ruby/nokogiri-1.10.0
>=dev-ruby/opt_parse_validator-1.8.1
dev-ruby/public_suffix:3
>=dev-ruby/ruby-progressbar-1.10.0
>=dev-ruby/sys-proctable-1.2.2
dev-ruby/typhoeus:1
=dev-ruby/xmlrpc-0.3*
>=dev-ruby/yajl-ruby-1.4.1
"
# dev-ruby/activesupport:*
# >=dev-ruby/addressable-2.5.0
#each_ruby_prepare() {
# #relax 5.1 to any
# sed -i -e '/activesupport/,/^-/ s:^:#:' ../metadata || die
#}