From af1ad681d32e92564b1c777a60e597d4a99a6b31 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 23 Sep 2020 10:49:25 -0400 Subject: [PATCH] revbump all the dep changes I did in the last commit --- ...build => metasploit-model-3.0.0-r2.ebuild} | 0 ...=> metasploit_data_models-4.0.2-r1.ebuild} | 0 ...6-r1.ebuild => metasploit-6.0.6-r2.ebuild} | 0 ....5.1-r1.ebuild => whatweb-0.5.2-r1.ebuild} | 0 net-analyzer/whatweb/whatweb-0.5.2.ebuild | 58 ------------------- ...an-3.8.7.ebuild => wpscan-3.8.7-r1.ebuild} | 0 ...-r1.ebuild => blue_hydra-1.9.15-r2.ebuild} | 0 ...-0.5.0.0.ebuild => beef-0.5.0.0-r1.ebuild} | 0 8 files changed, 58 deletions(-) rename dev-ruby/metasploit-model/{metasploit-model-3.0.0-r1.ebuild => metasploit-model-3.0.0-r2.ebuild} (100%) rename dev-ruby/metasploit_data_models/{metasploit_data_models-4.0.2.ebuild => metasploit_data_models-4.0.2-r1.ebuild} (100%) rename net-analyzer/metasploit/{metasploit-6.0.6-r1.ebuild => metasploit-6.0.6-r2.ebuild} (100%) rename net-analyzer/whatweb/{whatweb-0.5.1-r1.ebuild => whatweb-0.5.2-r1.ebuild} (100%) delete mode 100644 net-analyzer/whatweb/whatweb-0.5.2.ebuild rename net-analyzer/wpscan/{wpscan-3.8.7.ebuild => wpscan-3.8.7-r1.ebuild} (100%) rename net-wireless/blue_hydra/{blue_hydra-1.9.15-r1.ebuild => blue_hydra-1.9.15-r2.ebuild} (100%) rename www-apps/beef/{beef-0.5.0.0.ebuild => beef-0.5.0.0-r1.ebuild} (100%) diff --git a/dev-ruby/metasploit-model/metasploit-model-3.0.0-r1.ebuild b/dev-ruby/metasploit-model/metasploit-model-3.0.0-r2.ebuild similarity index 100% rename from dev-ruby/metasploit-model/metasploit-model-3.0.0-r1.ebuild rename to dev-ruby/metasploit-model/metasploit-model-3.0.0-r2.ebuild diff --git a/dev-ruby/metasploit_data_models/metasploit_data_models-4.0.2.ebuild b/dev-ruby/metasploit_data_models/metasploit_data_models-4.0.2-r1.ebuild similarity index 100% rename from dev-ruby/metasploit_data_models/metasploit_data_models-4.0.2.ebuild rename to dev-ruby/metasploit_data_models/metasploit_data_models-4.0.2-r1.ebuild diff --git a/net-analyzer/metasploit/metasploit-6.0.6-r1.ebuild b/net-analyzer/metasploit/metasploit-6.0.6-r2.ebuild similarity index 100% rename from net-analyzer/metasploit/metasploit-6.0.6-r1.ebuild rename to net-analyzer/metasploit/metasploit-6.0.6-r2.ebuild diff --git a/net-analyzer/whatweb/whatweb-0.5.1-r1.ebuild b/net-analyzer/whatweb/whatweb-0.5.2-r1.ebuild similarity index 100% rename from net-analyzer/whatweb/whatweb-0.5.1-r1.ebuild rename to net-analyzer/whatweb/whatweb-0.5.2-r1.ebuild diff --git a/net-analyzer/whatweb/whatweb-0.5.2.ebuild b/net-analyzer/whatweb/whatweb-0.5.2.ebuild deleted file mode 100644 index f531041f0..000000000 --- a/net-analyzer/whatweb/whatweb-0.5.2.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby25 ruby26 ruby27" -inherit ruby-single - -DESCRIPTION="Next generation web scanner, identifies what software websites are running" -HOMEPAGE="http://www.morningstarsecurity.com/research/whatweb" -SRC_URI="https://github.com/urbanadventurer/WhatWeb/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="json" - -DEPEND="dev-ruby/bundler:2" -RDEPEND="${DEPEND} - ${RUBY_DEPS} - dev-ruby/addressable - dev-ruby/ipaddr - json? ( dev-ruby/json )" - -#future rdepend: -#dns: em-resolv-replace -#mongodb: bison bson_ext mongo rchardet - -S="${WORKDIR}/WhatWeb-${PV}" - -src_prepare() { - # fix installation - sed -i '/gzip/d' Makefile || die -# sed -i 's|plugins-disabled||g' Makefile || die - sed -i 's|$(DOCPATH)/$(NAME)|$(DOCPATH)/${PF}|g' Makefile || die - sed -i '/bundle install/d' Makefile || die - sed -i -e "/^group :test do/,/^end$/d" Gemfile || die - sed -i -e "/^group :development do/,/^end$/d" Gemfile || die - -# BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle install --local || die -# BUNDLE_GEMFILE=Gemfile ${RUBY} -S bundle check || die - BUNDLE_GEMFILE=Gemfile ruby -S bundle install --local || die - BUNDLE_GEMFILE=Gemfile ruby -S bundle check || die - - eapply_user -} - -src_compile() { - einfo "Nothing to compile" -} - -src_install() { - dodir /usr/share/doc/"${PF}" - dodir /usr/bin - DESTDIR="${D}" emake install - - dodoc CHANGELOG.md README.md whatweb.xsl -} diff --git a/net-analyzer/wpscan/wpscan-3.8.7.ebuild b/net-analyzer/wpscan/wpscan-3.8.7-r1.ebuild similarity index 100% rename from net-analyzer/wpscan/wpscan-3.8.7.ebuild rename to net-analyzer/wpscan/wpscan-3.8.7-r1.ebuild diff --git a/net-wireless/blue_hydra/blue_hydra-1.9.15-r1.ebuild b/net-wireless/blue_hydra/blue_hydra-1.9.15-r2.ebuild similarity index 100% rename from net-wireless/blue_hydra/blue_hydra-1.9.15-r1.ebuild rename to net-wireless/blue_hydra/blue_hydra-1.9.15-r2.ebuild diff --git a/www-apps/beef/beef-0.5.0.0.ebuild b/www-apps/beef/beef-0.5.0.0-r1.ebuild similarity index 100% rename from www-apps/beef/beef-0.5.0.0.ebuild rename to www-apps/beef/beef-0.5.0.0-r1.ebuild