WhatWaf: testing the latest, still broken

This commit is contained in:
blshkv 2019-12-16 10:55:53 +08:00
parent 7b5c9f02e6
commit 5e8ca0c087
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
2 changed files with 29 additions and 0 deletions

View file

@ -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

View file

@ -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}"