mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
cms_scanner: drop old, revbump for dep changes
This commit is contained in:
parent
d575793eb5
commit
fbee83832b
4 changed files with 0 additions and 72 deletions
|
|
@ -1,3 +1 @@
|
|||
DIST cms_scanner-0.13.6.gem 36352 BLAKE2B 9ba3e17d9be3b5451319e72a3c795ee86c885e6e8b0ae5e30963bf2985e121d541c052052d32ea93742c1d61d3ab3d15b8c6d43f3caaf370ee78dd8f57e1bed9 SHA512 06d7727408e034a10221d8eb5dec4c793ad890c40dec29eb1c9e384cdb47087b0740146d5a0e0117189a3f9b74dabc3239bfcbfb3a1fb6fb4d72b8ac2f4191a2
|
||||
DIST cms_scanner-0.13.7.gem 36352 BLAKE2B 0b6d95d565b18c66cdf4f6c3bfa25e58c033fc6fef725cd9f945413596484fbfd244ed22c5fd19aa7d32ecf6a0430d95b344054f3980d8c4c21db5a53b82ec05 SHA512 2b9b3892bcc93ae4f1bace01a816e4cd32f09c0b3a691415ee490eec6e2c23534086f4a17d5374a32a13555068705980e0a8e9f435ec1fea7d6368d4f6823d33
|
||||
DIST cms_scanner-0.13.8.gem 36352 BLAKE2B 2b5f0503fd3f4b5fec64e77c72224c0608ece4fb5f081dc1670f7235ea2ed9baa100746dfcce260d9137453cd491422701629c15193ebeaaf6c4aa8a165364c6 SHA512 f08b475a7d973274d75e41eb9a8e73827e61b9bd15d8e8417d9b6d4d882a1c2ecf8d7db1aa0209955432693578f54f968b1d6c6a446577e24a6a975b9e44e99f
|
||||
|
|
|
|||
|
|
@ -1,35 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby30 ruby31 ruby32"
|
||||
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-0.2*
|
||||
>=dev-ruby/nokogiri-1.11.4 <dev-ruby/nokogiri-1.13.0
|
||||
>=dev-ruby/opt_parse_validator-1.9.5
|
||||
>=dev-ruby/public_suffix-4.0.3:4
|
||||
>=dev-ruby/ruby-progressbar-1.10 <dev-ruby/ruby-progressbar-1.12
|
||||
dev-ruby/typhoeus:1
|
||||
=dev-ruby/ethon-0.14*
|
||||
=dev-ruby/xmlrpc-0*
|
||||
=dev-ruby/yajl-ruby-1.4*
|
||||
|
||||
=dev-ruby/sys-proctable-1.2*
|
||||
"
|
||||
|
||||
each_ruby_prepare() {
|
||||
#relax deps
|
||||
sed -i -e '/typhoeus/,/Gem::Dependency/ s:~>:>=:' ../metadata || die
|
||||
}
|
||||
|
|
@ -1,35 +0,0 @@
|
|||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby30 ruby31 ruby32"
|
||||
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-0.2*
|
||||
>=dev-ruby/nokogiri-1.11.4 <dev-ruby/nokogiri-1.14.0
|
||||
>=dev-ruby/opt_parse_validator-1.9.5
|
||||
>=dev-ruby/public_suffix-4.0.3:4
|
||||
>=dev-ruby/ruby-progressbar-1.10 <dev-ruby/ruby-progressbar-1.12
|
||||
dev-ruby/typhoeus:1
|
||||
>=dev-ruby/ethon-0.14 <dev-ruby/ethon-0.16
|
||||
=dev-ruby/xmlrpc-0*
|
||||
=dev-ruby/yajl-ruby-1.4*
|
||||
|
||||
=dev-ruby/sys-proctable-1.2*
|
||||
"
|
||||
|
||||
each_ruby_prepare() {
|
||||
#relax deps
|
||||
sed -i -e '/typhoeus/,/Gem::Dependency/ s:~>:>=:' ../metadata || die
|
||||
}
|
||||
Loading…
Reference in a new issue