summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVirgil Dupras <vdupras@gentoo.org>2019-02-27 20:12:58 -0500
committerVirgil Dupras <vdupras@gentoo.org>2019-02-27 20:12:58 -0500
commitfb9f9cb69c80444d21d7542e16902616063552c4 (patch)
treebf7399c2301a1d0c95fad18612df717907c039f8
parentdev-python/python-social-auth: remove last-rited package (diff)
downloadgentoo-fb9f9cb69c80444d21d7542e16902616063552c4.tar.gz
gentoo-fb9f9cb69c80444d21d7542e16902616063552c4.tar.bz2
gentoo-fb9f9cb69c80444d21d7542e16902616063552c4.zip
dev-python/fusil: remove last-rited package
Closes: https://bugs.gentoo.org/618744 Signed-off-by: Virgil Dupras <vdupras@gentoo.org>
-rw-r--r--dev-python/fusil/Manifest1
-rw-r--r--dev-python/fusil/fusil-1.5-r1.ebuild35
-rw-r--r--dev-python/fusil/fusil-1.5.ebuild36
-rw-r--r--dev-python/fusil/metadata.xml12
-rw-r--r--profiles/package.mask8
5 files changed, 0 insertions, 92 deletions
diff --git a/dev-python/fusil/Manifest b/dev-python/fusil/Manifest
deleted file mode 100644
index 39c039cde90e..000000000000
--- 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 e7a28cd94155..000000000000
--- 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 4a13a9f1b432..000000000000
--- 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 030b6dace8fe..000000000000
--- 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>python@gentoo.org</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 e86520a1c7cc..ced3501fda2b 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 <vdupras@gentoo.org> (27 Jan 2019)
-# Dead upstream, no revdep. bug #618744
-dev-python/fusil
-
-# Virgil Dupras <vdupras@gentoo.org> (27 Jan 2019)
-# Obsolete upstream. See bug #610466 and bug #645170
-dev-python/python-social-auth
-
# Miroslav Šulc <fordfrog@gentoo.org> (23 Jan 2019)
# Depends on >=virtual/{jdk,jre}-11 which is masked
=dev-java/ant-eclipse-ecj-4.10