commit:     fb9f9cb69c80444d21d7542e16902616063552c4
Author:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 01:12:58 2019 +0000
Commit:     Virgil Dupras <vdupras <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 01:12:58 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9f9cb6

dev-python/fusil: remove last-rited package

Closes: https://bugs.gentoo.org/618744

Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>

 dev-python/fusil/Manifest            |  1 -
 dev-python/fusil/fusil-1.5-r1.ebuild | 35 -----------------------------------
 dev-python/fusil/fusil-1.5.ebuild    | 36 ------------------------------------
 dev-python/fusil/metadata.xml        | 12 ------------
 profiles/package.mask                |  8 --------
 5 files changed, 92 deletions(-)

diff --git a/dev-python/fusil/Manifest b/dev-python/fusil/Manifest
deleted file mode 100644
index 39c039cde90..00000000000
--- a/dev-python/fusil/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST fusil-1.5.tar.gz 138910 BLAKE2B 
b3f1d07e40116aadfd3aa008366f9598015e741bd5caa364050e26d6a8d9d9c4fe8bb021431737f58ea54bbfb79808fa1ae99568afadad3ae509937910578f90
 SHA512 
0d84bfd2d9b8e509989723de26b30c3ec2824612dbdcc097ff3e998fd4efa6b1293cb78743e098ad5012d4981b8e8036f3ad3f9c6acf2dc30e3ff1f707c7d1c0

diff --git a/dev-python/fusil/fusil-1.5-r1.ebuild 
b/dev-python/fusil/fusil-1.5-r1.ebuild
deleted file mode 100644
index e7a28cd9415..00000000000
--- a/dev-python/fusil/fusil-1.5-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1 user
-
-DESCRIPTION="Python library to write fuzzing programs"
-HOMEPAGE="https://bitbucket.org/haypo/fusil/wiki/Home 
https://pypi.org/project/fusil/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc examples"
-
-DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"
-RDEPEND=">=dev-python/python-ptrace-0.7[${PYTHON_USEDEP}]"
-
-python_compile_all() {
-       use doc && emake -C doc RST2HTML="rst2html.py"
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( doc/. )
-       use examples && dodoc -r examples
-       distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-       enewgroup "${PN}"
-       enewuser "${PN}" -1 -1 -1 "${PN}"
-}

diff --git a/dev-python/fusil/fusil-1.5.ebuild 
b/dev-python/fusil/fusil-1.5.ebuild
deleted file mode 100644
index 4a13a9f1b43..00000000000
--- a/dev-python/fusil/fusil-1.5.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
-
-inherit distutils-r1 user
-
-DESCRIPTION="Fusil the fuzzer is a Python library used to write fuzzing 
programs"
-HOMEPAGE="https://bitbucket.org/haypo/fusil/wiki/Home 
https://pypi.org/project/fusil/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="doc examples"
-
-DEPEND="doc? ( dev-python/docutils[${PYTHON_USEDEP}] )"
-RDEPEND=">=dev-python/python-ptrace-0.7[${PYTHON_USEDEP}]"
-
-python_compile_all() {
-       if use doc; then
-               emake -C doc RST2HTML="rst2html.py" || die "Generation of 
documentation failed"
-       fi
-}
-
-python_install_all() {
-       use doc && local HTML_DOCS=( doc/. )
-       use examples && local EXAMPLES=( examples/. )
-       distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-       enewgroup fusil
-       enewuser fusil -1 -1 -1 "fusil"
-}

diff --git a/dev-python/fusil/metadata.xml b/dev-python/fusil/metadata.xml
deleted file mode 100644
index 030b6dace8f..00000000000
--- a/dev-python/fusil/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Python</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="pypi">fusil</remote-id>
-    <remote-id type="bitbucket">haypo/fusil</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index e86520a1c7c..ced3501fda2 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -114,14 +114,6 @@ app-text/pdf2htmlEX
 # Depends on >=app-text/enchant-2.1.3 which is masked
 >=app-text/gspell-1.8.1
 
-# Virgil Dupras <[email protected]> (27 Jan 2019)
-# Dead upstream, no revdep. bug #618744
-dev-python/fusil
-
-# Virgil Dupras <[email protected]> (27 Jan 2019)
-# Obsolete upstream. See bug #610466 and bug #645170
-dev-python/python-social-auth
-
 # Miroslav Ć ulc <[email protected]> (23 Jan 2019)
 # Depends on >=virtual/{jdk,jre}-11 which is masked
 =dev-java/ant-eclipse-ecj-4.10

Reply via email to