From f1b6bb4fc4d396ae0e8c058b6c77bae7d144d9a7 Mon Sep 17 00:00:00 2001 From: blshkv Date: Wed, 3 Jul 2019 15:18:58 +0800 Subject: [PATCH] httprint: fix SRC_URI --- net-analyzer/httprint/Manifest | 2 +- net-analyzer/httprint/httprint-301.ebuild | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/net-analyzer/httprint/Manifest b/net-analyzer/httprint/Manifest index 5cb0e94db..11228672e 100644 --- a/net-analyzer/httprint/Manifest +++ b/net-analyzer/httprint/Manifest @@ -1 +1 @@ -DIST httprint_linux_301.zip 679128 SHA256 41eee3f135949f3b588e89ab0912e2e4e2d328d213f1b6103808ad205e6f7a41 SHA512 56a2598f4836d3d354f24697cbb2519b7668ee8198e3767597d8a79a4ed425e88042b79731c2a68e6fed5161bb42b35389817c7278612537bb9bc77bb19f6786 WHIRLPOOL 953cef0990c2094615e162b29297f23556b24fda83c1030a961a7f5b89de3d844b4fbeaa7a8a6b9cc8910b947465496893925f8b5f7dfd77ea2cfdad2761d3f9 +DIST httprint_linux_301.zip 679128 BLAKE2B 98da405e3cfce704cee5a8d80b3a54e26e5cb9b94aaf256526ea6f8b24bf710a258891bf08c3bd815e764fb851cb4375210da9a26556ecbfb13259c77a67ed70 SHA512 56a2598f4836d3d354f24697cbb2519b7668ee8198e3767597d8a79a4ed425e88042b79731c2a68e6fed5161bb42b35389817c7278612537bb9bc77bb19f6786 diff --git a/net-analyzer/httprint/httprint-301.ebuild b/net-analyzer/httprint/httprint-301.ebuild index 23320a73a..fc3231ae7 100644 --- a/net-analyzer/httprint/httprint-301.ebuild +++ b/net-analyzer/httprint/httprint-301.ebuild @@ -1,16 +1,15 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: /root/portage/net-analyzer/httprint/httprint-301.ebuild,v 1.1.1.1 2006/03/09 21:57:23 grimmlin Exp $ -EAPI=5 +EAPI=6 MY_P="${PN}_${PV}" DESCRIPTION="HTTP fingerprinter tool" HOMEPAGE="http://net-square.com/httprint.html" -SRC_URI="http://net-square.com/zip%20folders/${PN}_linux_${PV}.zip" +SRC_URI="http://net-square.com/_assets/${PN}_linux_${PV}.zip" -LICENSE="as-is" +LICENSE="no-source-code" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="allsigs" @@ -20,9 +19,9 @@ RDEPEND="amd64? ( sys-libs/glibc[multilib] )" S="${WORKDIR}"/${MY_P}/linux -src_compile() { - einfo "Nothing to compile" -} +#src_compile() { +# einfo "Nothing to compile" +#} src_install() { use allsigs && sed -i -e '/^#[a-zA-Z0-9]/ s/^#//g' signatures.txt