* [gentoo-commits] gentoo-x86 commit in net-analyzer/wapiti: ChangeLog wapiti-2.3.0.ebuild wapiti-9999.ebuild
@ 2014-10-09 8:39 Bernard Cafarelli (voyageur)
0 siblings, 0 replies; only message in thread
From: Bernard Cafarelli (voyageur) @ 2014-10-09 8:39 UTC (permalink / raw
To: gentoo-commits
voyageur 14/10/09 08:39:54
Modified: ChangeLog wapiti-2.3.0.ebuild
Added: wapiti-9999.ebuild
Log:
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)
Revision Changes Path
1.2 net-analyzer/wapiti/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wapiti/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wapiti/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wapiti/ChangeLog?r1=1.1&r2=1.2
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wapiti/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog 14 Nov 2013 10:18:17 -0000 1.1
+++ ChangeLog 9 Oct 2014 08:39:54 -0000 1.2
@@ -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)
1.2 net-analyzer/wapiti/wapiti-2.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wapiti/wapiti-2.3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wapiti/wapiti-2.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wapiti/wapiti-2.3.0.ebuild?r1=1.1&r2=1.2
Index: wapiti-2.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/wapiti/wapiti-2.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wapiti-2.3.0.ebuild 14 Nov 2013 10:18:17 -0000 1.1
+++ wapiti-2.3.0.ebuild 9 Oct 2014 08:39:54 -0000 1.2
@@ -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 @@
IUSE=""
DEPEND=""
-RDEPEND="dev-python/beautifulsoup[${PYTHON_USEDEP}]
+RDEPEND="dev-python/beautifulsoup:python-2[${PYTHON_USEDEP}]
>=dev-python/requests-1.2.3[${PYTHON_USEDEP}]"
1.1 net-analyzer/wapiti/wapiti-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wapiti/wapiti-9999.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/wapiti/wapiti-9999.ebuild?rev=1.1&content-type=text/plain
Index: wapiti-9999.ebuild
===================================================================
# 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}]"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-10-09 8:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-09 8:39 [gentoo-commits] gentoo-x86 commit in net-analyzer/wapiti: ChangeLog wapiti-2.3.0.ebuild wapiti-9999.ebuild Bernard Cafarelli (voyageur)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox