mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
httprint: fix SRC_URI
This commit is contained in:
parent
6a41fdc658
commit
f1b6bb4fc4
2 changed files with 8 additions and 9 deletions
|
|
@ -1 +1 @@
|
|||
DIST httprint_linux_301.zip 679128 SHA256 41eee3f135949f3b588e89ab0912e2e4e2d328d213f1b6103808ad205e6f7a41 SHA512 56a2598f4836d3d354f24697cbb2519b7668ee8198e3767597d8a79a4ed425e88042b79731c2a68e6fed5161bb42b35389817c7278612537bb9bc77bb19f6786 WHIRLPOOL 953cef0990c2094615e162b29297f23556b24fda83c1030a961a7f5b89de3d844b4fbeaa7a8a6b9cc8910b947465496893925f8b5f7dfd77ea2cfdad2761d3f9
|
||||
DIST httprint_linux_301.zip 679128 BLAKE2B 98da405e3cfce704cee5a8d80b3a54e26e5cb9b94aaf256526ea6f8b24bf710a258891bf08c3bd815e764fb851cb4375210da9a26556ecbfb13259c77a67ed70 SHA512 56a2598f4836d3d354f24697cbb2519b7668ee8198e3767597d8a79a4ed425e88042b79731c2a68e6fed5161bb42b35389817c7278612537bb9bc77bb19f6786
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue