mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
wpscan: bump and cleanup deps, cms_scanner
This commit is contained in:
parent
aa12781bd4
commit
a50d442d17
8 changed files with 24 additions and 75 deletions
|
|
@ -1 +1 @@
|
|||
DIST cms_scanner-0.0.40.gem 34816 BLAKE2B 303c043e9c7239b69c4c2392840f0efc5db1746430ef9fba615e63de273232dd8a3840576027aab9522b4be9ef68ecbd3750fab6654c0053a83ae29bd8e82600 SHA512 132363aa1b40d92d5c412108d304d51f1570e1777c23e5963a40365c39e8312c4f4a2139079e4c2eb72975adf3e3a2b54ac12abf73fc4796f3a959f9156b316b
|
||||
DIST cms_scanner-0.0.40.1.gem 30208 BLAKE2B 7d03f5e94193f2678e9d46377483d4c0cd568dcc7e16fc61a0afe3025b04e85d30b2894edb107227403381b9c6654a5e5c3f386104b2ecad00c691cc767402ed SHA512 5cb7332119878c9d860553dedffe50cb009eb3637fd9fb43190172ac8ff60933ad106ddc1383e2457845774bc900485fd197c45c0654662e2666b4b721dbb7f9
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ EAPI=6
|
|||
|
||||
USE_RUBY="ruby23 ruby24"
|
||||
#RUBY_FAKEGEM_GEMSPEC="cms_scanner.gemspec"
|
||||
#RUBY_FAKEGEM_REQUIRE_PATHS="app"
|
||||
RUBY_FAKEGEM_EXTRAINSTALL="app"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
|
@ -21,15 +20,9 @@ IUSE="test"
|
|||
ruby_add_rdepend "dev-ruby/activesupport:5.2
|
||||
>=dev-ruby/addressable-2.5.0
|
||||
>=dev-ruby/nokogiri-1.8.0
|
||||
>=dev-ruby/opt_parse_validator-0.0.16.2
|
||||
=dev-ruby/opt_parse_validator-0.0.16*
|
||||
>=dev-ruby/public_suffix-3.0.0
|
||||
>=dev-ruby/ruby-progressbar-1.10.0
|
||||
dev-ruby/typhoeus:1
|
||||
>=dev-ruby/xmlrpc-0.3.0
|
||||
=dev-ruby/xmlrpc-0.3*
|
||||
>=dev-ruby/yajl-ruby-1.4.1"
|
||||
|
||||
#all_ruby_prepare() {
|
||||
# epatch "${FILESDIR}/0.0.40_spec.patch"
|
||||
# sed -i -e 's/git ls-files -z/find . -type f -print/' ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
# sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
#}
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
--- a/cms_scanner.gemspec.orig 2018-09-26 03:14:10.000000000 +0800
|
||||
+++ b/cms_scanner.gemspec 2018-09-28 15:32:27.329156352 +0800
|
||||
@@ -15,17 +15,7 @@
|
||||
s.homepage = 'https://github.com/wpscanteam/CMSScanner'
|
||||
s.license = 'MIT'
|
||||
|
||||
- s.files = `git ls-files -z`.split("\x0").reject do |file|
|
||||
- file =~ %r{^(?:
|
||||
- spec\/.*
|
||||
- |Gemfile
|
||||
- |Rakefile
|
||||
- |\.rspec
|
||||
- |\.gitignore
|
||||
- |\.rubocop.yml
|
||||
- |\.travis.yml
|
||||
- )$}x
|
||||
- end
|
||||
+ s.files = Dir['**/*'].keep_if { |file| File.file?(file) }
|
||||
|
||||
s.test_files = []
|
||||
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
--- a/cms_scanner.gemspec.orig 2018-09-26 03:14:10.000000000 +0800
|
||||
+++ b/cms_scanner.gemspec 2018-09-28 15:32:27.329156352 +0800
|
||||
@@ -15,17 +15,7 @@
|
||||
s.homepage = 'https://github.com/wpscanteam/CMSScanner'
|
||||
s.license = 'MIT'
|
||||
|
||||
- s.files = `git ls-files -z`.split("\x0").reject do |file|
|
||||
- file =~ %r{^(?:
|
||||
- spec\/.*
|
||||
- |Gemfile
|
||||
- |Rakefile
|
||||
- |\.rspec
|
||||
- |\.gitignore
|
||||
- |\.rubocop.yml
|
||||
- |\.travis.yml
|
||||
- )$}x
|
||||
- end
|
||||
+ s.files = Dir['README.md', 'LICENSE', 'lib/**/*', 'app/**/*' ]
|
||||
|
||||
s.test_files = []
|
||||
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
--- a/cms_scanner.gemspec.orig 2018-09-26 03:14:10.000000000 +0800
|
||||
+++ b/cms_scanner.gemspec 2018-09-28 15:32:27.329156352 +0800
|
||||
@@ -15,17 +15,7 @@
|
||||
s.homepage = 'https://github.com/wpscanteam/CMSScanner'
|
||||
s.license = 'MIT'
|
||||
|
||||
- s.files = `git ls-files -z`.split("\x0").reject do |file|
|
||||
- file =~ %r{^(?:
|
||||
- spec\/.*
|
||||
- |Gemfile
|
||||
- |Rakefile
|
||||
- |\.rspec
|
||||
- |\.gitignore
|
||||
- |\.rubocop.yml
|
||||
- |\.travis.yml
|
||||
- )$}x
|
||||
- end
|
||||
+ s.files = Dir.glob("{app,lib}/**/*") + %w(README.md LICENSE)
|
||||
|
||||
s.test_files = []
|
||||
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
||||
|
|
@ -1 +1,2 @@
|
|||
DIST opt_parse_validator-0.0.16.2.gem 14336 BLAKE2B 606edf2c5cf1d6873f70010c58824721294b077b7a95e778f25a57fe732f5ee75222e8a44d6b43274b2ace14095f1a9034c51410462db6354f57e246276d61b1 SHA512 7ebce88bf39a9495a97826f5ee9f69a18b58d1d1ad70ae9f67aa8f23ba56ed2a4b97690d1fcc3366050771df35937fc703eae19d3e1ee57b9a50a061b58335db
|
||||
DIST opt_parse_validator-0.0.16.3.gem 11776 BLAKE2B 638bcbfffb1e74d72110dd91984dc593f72ac83371954b0b48f1378ad0a3e9ca32122ab4a1a8474072393aa05631a280d28b3a75faa88bb3b0bc72d6c2a7aa0b SHA512 064f33066a4bd0cddc7591e4475ed37fa951c0d4416ce27bc71920586f4a8a5b2d763f834bcbfa206a98ddacd383b926eb28a761ba79c2a1e5a7fa54adca9799
|
||||
|
|
|
|||
|
|
@ -0,0 +1,18 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
USE_RUBY="ruby23 ruby24"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="OptionParser lib in ruby"
|
||||
HOMEPAGE="https://rubygems.org/gems/opt_parse_validator"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="test"
|
||||
|
||||
ruby_add_rdepend ">=dev-ruby/activesupport-5.2.1:*
|
||||
>=dev-ruby/addressable-2.5.0"
|
||||
|
|
@ -226,8 +226,8 @@ dev-ruby/pdf-reader:2
|
|||
|
||||
=dev-ruby/yajl-ruby-1.4*
|
||||
=dev-ruby/ruby-progressbar-1.10*
|
||||
~dev-ruby/cms_scanner-0.0.40
|
||||
~dev-ruby/opt_parse_validator-0.0.16.2
|
||||
=dev-ruby/cms_scanner-0.0.40*
|
||||
=dev-ruby/opt_parse_validator-0.0.16*
|
||||
|
||||
#beef
|
||||
=www-apps/beef-0.4.4.5
|
||||
|
|
|
|||
Loading…
Reference in a new issue