commit:     d7b94381c92da4017de867251c2681ad2e79e4d3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  4 16:51:15 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec  4 16:51:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b94381

net-analyzer/w3af: Remove last-rited pkg

Closes: https://bugs.gentoo.org/480160
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-analyzer/w3af/Manifest           |  2 -
 net-analyzer/w3af/files/w3af_console |  3 --
 net-analyzer/w3af/files/w3af_gui     |  3 --
 net-analyzer/w3af/metadata.xml       | 10 -----
 net-analyzer/w3af/w3af-1.1-r1.ebuild | 70 ---------------------------------
 net-analyzer/w3af/w3af-1.5.ebuild    | 76 ------------------------------------
 profiles/package.mask                |  5 ---
 7 files changed, 169 deletions(-)

diff --git a/net-analyzer/w3af/Manifest b/net-analyzer/w3af/Manifest
deleted file mode 100644
index e78c7b1496f..00000000000
--- a/net-analyzer/w3af/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST w3af-1.1.tar.bz2 39994121 BLAKE2B 
e7f2fbb26360149dcffbd70b3cd2bb66a44019fc31962f9e7ce73e4dc417b8b44b656cb44d2f0f0c6fd51d6900865d3d3f839a27796b533e81d2ec003b9392f2
 SHA512 
9a6c7d474d61f9039c150b44d4c6027451d58e925e47083262105f62b0fca718373103015e3f5bbed1cb89a40c9c057d3d54ce0c533ad3cc90e8ff24e193f868
-DIST w3af-1.5.tar.gz 31147412 BLAKE2B 
1ef8d22143925f7958539179b01ec1a4ae3e10a71c62cabc9b4644de56fc050312ce23df339a28451040a7c31262177d47a8280e6ce979ec93db5ea26880e512
 SHA512 
5b0b83e36b35883bd78fe990e9e5f0c955e49a22421d8eee4ec877cda842e79c8af0b490f0927ea253bdd60b957fbacf7ad1116e2c3d93023f160691aa50ce7e

diff --git a/net-analyzer/w3af/files/w3af_console 
b/net-analyzer/w3af/files/w3af_console
deleted file mode 100644
index 93212cefb23..00000000000
--- a/net-analyzer/w3af/files/w3af_console
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-cd /usr/lib/w3af
-./w3af_console $*

diff --git a/net-analyzer/w3af/files/w3af_gui b/net-analyzer/w3af/files/w3af_gui
deleted file mode 100644
index 41f4802e3ae..00000000000
--- a/net-analyzer/w3af/files/w3af_gui
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-cd /usr/lib/w3af
-./w3af_gui $*

diff --git a/net-analyzer/w3af/metadata.xml b/net-analyzer/w3af/metadata.xml
deleted file mode 100644
index 573e0af1030..00000000000
--- a/net-analyzer/w3af/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="github">andresriancho/w3af</remote-id>
-               <remote-id type="sourceforge">w3af</remote-id>
-       </upstream>
-</pkgmetadata>
-

diff --git a/net-analyzer/w3af/w3af-1.1-r1.ebuild 
b/net-analyzer/w3af/w3af-1.1-r1.ebuild
deleted file mode 100644
index a2a89f6c86f..00000000000
--- a/net-analyzer/w3af/w3af-1.1-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit multilib python-single-r1 versionator
-
-MY_P=${PN}-"$(replace_version_separator 2 '-')"
-
-DESCRIPTION="Web Application Attack and Audit Framework"
-HOMEPAGE="http://w3af.sourceforge.net/";
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc gtk"
-
-RDEPEND="${PYTHON_DEPS}
-       >=dev-python/fpconst-0.7.2[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/nltk[${PYTHON_USEDEP}]
-       dev-python/pybloomfiltermmap[${PYTHON_USEDEP}]
-       dev-python/pyopenssl[${PYTHON_USEDEP}]
-       dev-python/pyPdf[${PYTHON_USEDEP}]
-       dev-python/python-cluster[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/simplejson[${PYTHON_USEDEP}]
-       dev-python/soappy[${PYTHON_USEDEP}]
-       dev-python/pysvn[${PYTHON_USEDEP}]
-       || (
-               net-analyzer/gnu-netcat
-               net-analyzer/netcat
-               net-analyzer/netcat6
-               )
-       >=net-analyzer/scapy-2
-       gtk? (
-               media-gfx/graphviz
-               >dev-python/pygtk-2.0
-               dev-python/pygtksourceview
-               )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-S=${WORKDIR}/${PN}
-
-src_prepare(){
-       rm -r extlib/{cluster,fpconst-0.7.2,pyPdf,SOAPpy,yaml} || die
-       sed -i 's,extlib.pyPdf.,,' core/data/parsers/pdfParser.py || die
-       rm readme/{GPL,INSTALL} || die
-       rm plugins/attack/payloads/code/netcat || die #bug 349780
-       esvn_clean
-}
-
-src_install() {
-       insinto /usr/$(get_libdir)/w3af
-       doins -r core extlib locales plugins profiles scripts tools w3af_gui 
w3af_console
-       fperms +x /usr/$(get_libdir)/w3af/w3af_{gui,console}
-       dobin "${FILESDIR}"/w3af_console
-       use gtk && dobin "${FILESDIR}"/w3af_gui
-       #use flag doc is here because doc is bigger than 3 Mb
-       if use doc ; then
-               insinto /usr/share/doc/${PF}/
-               doins -r readme/*
-       fi
-       python_fix_shebang "${ED}"usr/$(get_libdir)/${PN}
-}

diff --git a/net-analyzer/w3af/w3af-1.5.ebuild 
b/net-analyzer/w3af/w3af-1.5.ebuild
deleted file mode 100644
index 857b058864f..00000000000
--- a/net-analyzer/w3af/w3af-1.5.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit multilib python-single-r1
-
-DESCRIPTION="Web Application Attack and Audit Framework"
-HOMEPAGE="http://w3af.sourceforge.net/";
-SRC_URI="https://github.com/andresriancho/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE="doc gtk"
-
-#w3af seems to ship sqlmap? maybe we should split this out...
-
-QA_PREBUILT="
-       
usr/$(get_libdir)/${PN}/plugins/attack/db/sqlmap/udf/mysql/linux/32/lib_mysqludf_sys.so
-       
usr/$(get_libdir)/${PN}/plugins/attack/db/sqlmap/udf/mysql/linux/64/lib_mysqludf_sys.so
-       
usr/$(get_libdir)/${PN}/plugins/attack/db/sqlmap/udf/postgresql/linux/*/8.2/lib_postgresqludf_sys.so
-       
usr/$(get_libdir)/${PN}/plugins/attack/db/sqlmap/udf/postgresql/linux/*/8.3/lib_postgresqludf_sys.so
-       
usr/$(get_libdir)/${PN}/plugins/attack/db/sqlmap/udf/postgresql/linux/*/8.4/lib_postgresqludf_sys.so
-       
usr/$(get_libdir)/${PN}/plugins/attack/db/sqlmap/udf/postgresql/linux/*/9.0/lib_postgresqludf_sys.so"
-
-RDEPEND="${PYTHON_DEPS}
-       >=dev-python/fpconst-0.7.2[${PYTHON_USEDEP}]
-       dev-python/lxml[${PYTHON_USEDEP}]
-       dev-python/nltk[${PYTHON_USEDEP}]
-       dev-python/pybloomfiltermmap[${PYTHON_USEDEP}]
-       dev-python/pyopenssl[${PYTHON_USEDEP}]
-       dev-python/pyPdf[${PYTHON_USEDEP}]
-       dev-python/python-cluster[${PYTHON_USEDEP}]
-       dev-python/pyyaml[${PYTHON_USEDEP}]
-       dev-python/simplejson[${PYTHON_USEDEP}]
-       dev-python/soappy[${PYTHON_USEDEP}]
-       dev-python/pysvn[${PYTHON_USEDEP}]
-       || (
-               net-analyzer/gnu-netcat
-               net-analyzer/netcat
-               net-analyzer/netcat6
-               )
-       >=net-analyzer/scapy-2
-       gtk? (
-               media-gfx/graphviz
-               >dev-python/pygtk-2.0
-               dev-python/pygtksourceview
-               )"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-src_prepare(){
-       rm doc/{GPL,INSTALL} || die
-}
-
-src_install() {
-       insinto /usr/$(get_libdir)/${PN}
-       doins -r core locales plugins profiles scripts tools w3af_gui 
w3af_console
-       fperms +x /usr/$(get_libdir)/${PN}/${PN}_{gui,console}
-       dobin "${FILESDIR}"/${PN}_console
-       if use gtk ; then
-               dobin "${FILESDIR}"/${PN}_gui
-       else
-               rm "${ED}"/usr/$(get_libdir)/${PN}/w3af_gui
-       fi
-       #use flag doc is here because doc is bigger than 3 Mb
-       if use doc ; then
-               insinto /usr/share/doc/${PF}/
-               doins -r doc/*
-       fi
-       python_fix_shebang "${ED}"usr/$(get_libdir)/${PN}
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index 01454212afb..ef5b906132d 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -380,11 +380,6 @@ dev-lua/lua-openssl
 # month.
 net-misc/tlsdate
 
-# Pacho Ramos <[email protected]> (04 Nov 2018)
-# Hard to bump (#480160), uses get_libdir at global scope (#593400). Removal
-# in a month.
-net-analyzer/w3af
-
 # Andreas Sturmlechner <[email protected]> (03 Nov 2018)
 # Breaks revdeps (GDir and GDirEntry split from gfile.h into new gdir.h)
 # See tracker: https://bugs.gentoo.org/670222

Reply via email to