mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 18:40:19 +02:00
24 lines
609 B
Bash
24 lines
609 B
Bash
# 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
|
|
|
|
DESCRIPTION="Detect and bypass web application firewalls and protection systems"
|
|
HOMEPAGE="https://github.com/Ekultek/WhatWaf"
|
|
SRC_URI="https://github.com/Ekultek/WhatWaf/archive/v${PV}.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}]"
|