From 72c4eca20c81453daf6f4e1d31861f3a5f12efd1 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 3 Apr 2024 20:41:47 -0400 Subject: [PATCH] whatweb: pkgcheck fixes --- net-analyzer/whatweb/metadata.xml | 14 ++++++++++++++ net-analyzer/whatweb/whatweb-0.5.5.ebuild | 7 +++---- 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 net-analyzer/whatweb/metadata.xml diff --git a/net-analyzer/whatweb/metadata.xml b/net-analyzer/whatweb/metadata.xml new file mode 100644 index 000000000..648c677e8 --- /dev/null +++ b/net-analyzer/whatweb/metadata.xml @@ -0,0 +1,14 @@ + + + + + noone@pentoo.org + No One + + + Enable json support + + + urbanadventurer/WhatWeb + + diff --git a/net-analyzer/whatweb/whatweb-0.5.5.ebuild b/net-analyzer/whatweb/whatweb-0.5.5.ebuild index 86f0abd3e..5cf118c4a 100644 --- a/net-analyzer/whatweb/whatweb-0.5.5.ebuild +++ b/net-analyzer/whatweb/whatweb-0.5.5.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 USE_RUBY="ruby31 ruby32" inherit ruby-single @@ -10,6 +10,7 @@ DESCRIPTION="Next generation web scanner, identifies what software websites are HOMEPAGE="http://www.morningstarsecurity.com/research/whatweb" SRC_URI="https://github.com/urbanadventurer/WhatWeb/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/WhatWeb-${PV}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm64 x86" @@ -26,8 +27,6 @@ RDEPEND="${DEPEND} #dns: em-resolv-replace #mongodb: bison bson_ext mongo rchardet -S="${WORKDIR}/WhatWeb-${PV}" - src_prepare() { # fix installation sed -i '/gzip/d' Makefile || die