wpscan: drop old

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-09-08 13:21:14 -04:00
parent fbee83832b
commit 3a00ba264e
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 0 additions and 32 deletions

View file

@ -1,2 +1 @@
DIST wpscan-3.8.22.tar.gz 12559296 BLAKE2B 3585610396b724d75beac8436ee1e7819850cf5635ccbad2679ae590415fdbbbf7955d7d2a7c7d85f61ce993d01c553c539d1e56bc59856c6c7e752e45785e54 SHA512 fbd7eee9d108a6abe010e16f4e5aaaca7aa91a50e38682c30e263fd37c153797de52752723f2addfeb4431af3b63f36438903c6532f8603a0bcd23cca20c0d6e
DIST wpscan-3.8.24.tar.gz 14275628 BLAKE2B bf3550b724bed4579bd41860a81876db579ba16c241246c789c87fdc9de17c5e029e87e56a01092c255726b7f7a6d1a361bf5a0f5aaf1a9479e76e5602ddffac SHA512 56ec583a4f65aab0d83c0c925da9568f03a7b682c8c9cd99622ababa9e4b5c20b4e81e6db738f1e1f2c3656caed2663ae7c39145102363b24b363fd6813bfd8e

View file

@ -1,31 +0,0 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
USE_RUBY="ruby30 ruby31 ruby32"
RUBY_FAKEGEM_EXTRAINSTALL="app bin spec"
RUBY_FAKEGEM_GEMSPEC="wpscan.gemspec"
inherit ruby-fakegem
DESCRIPTION="Wordpress security scanner"
HOMEPAGE="http://wpscan.org/"
SRC_URI="https://github.com/wpscanteam/wpscan/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64"
LICENSE="GPL-2"
SLOT="0"
ruby_add_bdepend "dev-ruby/bundler:2"
ruby_add_rdepend "
>=dev-ruby/cms_scanner-0.13.8"
each_ruby_prepare() {
#https://github.com/wpscanteam/wpscan/issues/1266
# sed -i "s|'activesupport', '~> 5.1'|'activesupport'|g" wpscan.gemspec
# sed -i -e '/activesupport/,/^-/ s:^:#:' ../metadata || die
sed -i -e '/s.add_development_dependency/d' wpscan.gemspec || die
GEM_HOME="${T}" BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die
GEM_HOME="${T}" BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die
}