mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-05 19:11:57 +02:00
cms_scanner: 0.5.1 bump
This commit is contained in:
parent
10915119b6
commit
5e4353726e
2 changed files with 34 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
DIST cms_scanner-0.0.44.3.gem 34304 BLAKE2B d901eb4c27cccc1f294e3f9c85db4b6b727efb7cd17f52b6dd94565a3b416e2baa9f070acdd9d8a03cde04755875fa4a4182b2dfc6fb19488b3dd8071a6810a1 SHA512 197cd04f7ba4238509b609ccdae1556d094c9d31fc871f3ef552a3a4125956b8c168e6dc71ef70b6197713a433af3cb8d5a12e4d7290ef2bf8b84aee3f033423
|
||||
DIST cms_scanner-0.5.0.gem 34304 BLAKE2B 39972ad40b08b91080891656c5bd7d24a5bfa368a36f8b9dcf3ee5ecdce02fca6a423ea5da7ffa1d9bf75ad53256c1d3988c8c0a91fd7ad8dae9c674db1ab9ea SHA512 c86f8400c5a5bac24a3f5226e538def0ee256bf138fbfafae6320807712843094b4637ea87ad4482f118093fc21ffd3faa1a0aa7bda2a5c5cb6574cf49c6ff8d
|
||||
DIST cms_scanner-0.5.1.gem 34304 BLAKE2B a6889ed9166bf0e76878f5b760b3e5857b831851d1ae562edf59e40c9e18f398315456aa59f8b777e419a1ed0d90c2c6ffd79091386a9c2e7c4e836172b7a51c SHA512 aa04914115c83df51c03a9f98791474f4c56830d23da2a81c8926612f833ef901f1bf1ede0777f64dd078cbc58ae4c0031879af5eb0590e7d66600743eae8b25
|
||||
|
|
|
|||
33
dev-ruby/cms_scanner/cms_scanner-0.5.1.ebuild
Normal file
33
dev-ruby/cms_scanner/cms_scanner-0.5.1.ebuild
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby23 ruby24 ruby25"
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="app"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Framework to provide an easy way to implement CMS Scanners"
|
||||
HOMEPAGE="https://github.com/wpscanteam/CMSScanner"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="test"
|
||||
|
||||
ruby_add_rdepend "
|
||||
dev-ruby/activesupport:*
|
||||
>=dev-ruby/addressable-2.5.0
|
||||
>=dev-ruby/nokogiri-1.10.0
|
||||
>=dev-ruby/opt_parse_validator-0.7.2
|
||||
>=dev-ruby/public_suffix-3.0.0
|
||||
>=dev-ruby/ruby-progressbar-1.10.0
|
||||
dev-ruby/typhoeus:1
|
||||
=dev-ruby/xmlrpc-0.3*
|
||||
>=dev-ruby/yajl-ruby-1.4.1"
|
||||
|
||||
each_ruby_prepare() {
|
||||
#relax 5.1 to any
|
||||
sed -i -e '/activesupport/,/^-/ s:^:#:' ../metadata || die
|
||||
}
|
||||
Loading…
Reference in a new issue