diff options
author | Bernard Cafarelli <voyageur@gentoo.org> | 2014-10-09 08:39:54 +0000 |
---|---|---|
committer | Bernard Cafarelli <voyageur@gentoo.org> | 2014-10-09 08:39:54 +0000 |
commit | c06f02f077f7884ab5c19bf6011d41d1f5f70b28 (patch) | |
tree | 1258a493a76b6e9d99fd2a7e9ed74ba797f365b8 /net-analyzer | |
parent | Stable for amd64, wrt bug #524416 (diff) | |
download | gentoo-2-c06f02f077f7884ab5c19bf6011d41d1f5f70b28.tar.gz gentoo-2-c06f02f077f7884ab5c19bf6011d41d1f5f70b28.tar.bz2 gentoo-2-c06f02f077f7884ab5c19bf6011d41d1f5f70b28.zip |
Add live ebuild (with shellshock module), tighten a dependency in 2.3.0
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/wapiti/ChangeLog | 10 | ||||
-rw-r--r-- | net-analyzer/wapiti/wapiti-2.3.0.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/wapiti/wapiti-9999.ebuild | 24 |
3 files changed, 35 insertions, 5 deletions
diff --git a/net-analyzer/wapiti/ChangeLog b/net-analyzer/wapiti/ChangeLog index 67a5f07ea9fd..da42845a01c4 100644 --- a/net-analyzer/wapiti/ChangeLog +++ b/net-analyzer/wapiti/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/wapiti -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wapiti/ChangeLog,v 1.1 2013/11/14 10:18:17 voyageur Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wapiti/ChangeLog,v 1.2 2014/10/09 08:39:54 voyageur Exp $ + +*wapiti-9999 (09 Oct 2014) + + 09 Oct 2014; Bernard Cafarelli <voyageur@gentoo.org> wapiti-2.3.0.ebuild, + +wapiti-9999.ebuild: + Add live ebuild (with shellshock module), tighten a dependency in 2.3.0 *wapiti-2.3.0 (14 Nov 2013) diff --git a/net-analyzer/wapiti/wapiti-2.3.0.ebuild b/net-analyzer/wapiti/wapiti-2.3.0.ebuild index 79f3899708b8..749811daa090 100644 --- a/net-analyzer/wapiti/wapiti-2.3.0.ebuild +++ b/net-analyzer/wapiti/wapiti-2.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wapiti/wapiti-2.3.0.ebuild,v 1.1 2013/11/14 10:18:17 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wapiti/wapiti-2.3.0.ebuild,v 1.2 2014/10/09 08:39:54 voyageur Exp $ EAPI=5 @@ -19,5 +19,5 @@ KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="" -RDEPEND="dev-python/beautifulsoup[${PYTHON_USEDEP}] +RDEPEND="dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}] >=dev-python/requests-1.2.3[${PYTHON_USEDEP}]" diff --git a/net-analyzer/wapiti/wapiti-9999.ebuild b/net-analyzer/wapiti/wapiti-9999.ebuild new file mode 100644 index 000000000000..f2cd1e13163b --- /dev/null +++ b/net-analyzer/wapiti/wapiti-9999.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/wapiti/wapiti-9999.ebuild,v 1.1 2014/10/09 08:39:54 voyageur Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_REQ_USE='xml' + +ESVN_REPO_URI="http://svn.code.sourceforge.net/p/wapiti/code/trunk/" +inherit distutils-r1 subversion + +DESCRIPTION="Web-application vulnerability scanner" +HOMEPAGE="http://wapiti.sourceforge.net/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="dev-python/beautifulsoup:4[${PYTHON_USEDEP}] + >=dev-python/requests-1.2.3[${PYTHON_USEDEP}]" |