From 5e8ca0c08773524270476e58737ba691b4b14cff Mon Sep 17 00:00:00 2001 From: blshkv Date: Mon, 16 Dec 2019 10:55:53 +0800 Subject: [PATCH] WhatWaf: testing the latest, still broken --- net-analyzer/WhatWaf/Manifest | 1 + .../WhatWaf/WhatWaf-1.9_p20191216.ebuild | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 net-analyzer/WhatWaf/WhatWaf-1.9_p20191216.ebuild diff --git a/net-analyzer/WhatWaf/Manifest b/net-analyzer/WhatWaf/Manifest index 991f2f692..de686c793 100644 --- a/net-analyzer/WhatWaf/Manifest +++ b/net-analyzer/WhatWaf/Manifest @@ -1 +1,2 @@ DIST WhatWaf-1.9.tar.gz 85794 BLAKE2B da341951b62d228aaac37b84bb999ca7e29b6279abd951e252e27bfbafe4b14a33d8a365a1b2c5fb71bcbd72f7b2ffb18731d2f4c7607b0c92858927bfdc218d SHA512 aa9a62df5cb5a88056df29753e642843907f0f9defd6e6deb88e7b6a5ceef165cff2819387fb63e2591bd109b88cdad1f51062843bf5be22598d79dbe443a201 +DIST WhatWaf-1.9_p20191216.tar.gz 85805 BLAKE2B 34755c956a0783c22cbea6e98b0b32dba8a9ddae52918a151a8087a089f081ea64883d08cd4a78eedf1d9b48ecbc09dd54b09f3e3446041417a56f94c3a4357e SHA512 bc269ccb2d4ecae7486ec235e26e56dc404319068c4cbb6d00ce08c3631ac46c47bdf627eaecea4fe9695b98300f03583d78836c03bc792b0221d2deff406c4e diff --git a/net-analyzer/WhatWaf/WhatWaf-1.9_p20191216.ebuild b/net-analyzer/WhatWaf/WhatWaf-1.9_p20191216.ebuild new file mode 100644 index 000000000..1df23be39 --- /dev/null +++ b/net-analyzer/WhatWaf/WhatWaf-1.9_p20191216.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{5,6} ) + +inherit distutils-r1 + +HASH_COMMIT="625d6247f3f4f361339761bc231cd599c6b60767" + +DESCRIPTION="Detect and bypass web application firewalls and protection systems" +HOMEPAGE="https://github.com/Ekultek/WhatWaf" +SRC_URI="https://github.com/Ekultek/WhatWaf/archive/${HASH_COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" + +#https://github.com/Ekultek/WhatWaf/issues/628 +#KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + dev-python/beautifulsoup:4[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}]" + +S="${WORKDIR}/${PN}-${HASH_COMMIT}"