summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2018-01-09 14:14:30 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2018-01-09 14:38:54 +0100
commitdaf0730441dbf2fe6469a0cdb2b5187d39b65c90 (patch)
tree1ca18024d98f08ce5641efa2545a390bcdedc55f /net-analyzer/wapiti/wapiti-9999.ebuild
parentdev-python/yaswfp: initial import (diff)
downloadgentoo-daf0730441dbf2fe6469a0cdb2b5187d39b65c90.tar.gz
gentoo-daf0730441dbf2fe6469a0cdb2b5187d39b65c90.tar.bz2
gentoo-daf0730441dbf2fe6469a0cdb2b5187d39b65c90.zip
net-analyzer/wapiti: 3.0.0 bump
New dependencies and optional support for kerberos/NTLM auth Sync live ebuild Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'net-analyzer/wapiti/wapiti-9999.ebuild')
-rw-r--r--net-analyzer/wapiti/wapiti-9999.ebuild16
1 files changed, 11 insertions, 5 deletions
diff --git a/net-analyzer/wapiti/wapiti-9999.ebuild b/net-analyzer/wapiti/wapiti-9999.ebuild
index 7d202ad1e489..525c4a02ceb0 100644
--- a/net-analyzer/wapiti/wapiti-9999.ebuild
+++ b/net-analyzer/wapiti/wapiti-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python3_{4,5,6} )
PYTHON_REQ_USE='xml'
ESVN_REPO_URI="https://svn.code.sf.net/p/wapiti/code/trunk/"
@@ -16,8 +16,14 @@ SRC_URI=""
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE=""
+IUSE="kerberos ntlm"
DEPEND=""
RDEPEND="dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
- >=dev-python/requests-1.2.3[${PYTHON_USEDEP}]"
+ dev-python/lxml[${PYTHON_USEDEP}]
+ dev-python/mako[${PYTHON_USEDEP}]
+ >=dev-python/requests-1.2.3[${PYTHON_USEDEP}]
+ dev-python/tld[${PYTHON_USEDEP}]
+ dev-python/yaswfp[${PYTHON_USEDEP}]
+ kerberos? ( dev-python/requests-kerberos[${PYTHON_USEDEP}] )
+ ntlm? ( dev-python/requests-ntlm[${PYTHON_USEDEP}] )"