From a28c49d8f40f42a9346d583060daa223ea9b537f Mon Sep 17 00:00:00 2001 From: Alexandre PIGNÉ Date: Sun, 19 Feb 2017 19:35:41 +0100 Subject: remove obsolete packages --- dev-python/netzob/netzob-0.3.2_rc1.ebuild | 64 ------------------------------- 1 file changed, 64 deletions(-) delete mode 100644 dev-python/netzob/netzob-0.3.2_rc1.ebuild (limited to 'dev-python/netzob/netzob-0.3.2_rc1.ebuild') diff --git a/dev-python/netzob/netzob-0.3.2_rc1.ebuild b/dev-python/netzob/netzob-0.3.2_rc1.ebuild deleted file mode 100644 index 5c33743..0000000 --- a/dev-python/netzob/netzob-0.3.2_rc1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -PYTHON_DEPEND="2:2.6" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PV=${PV/_/-} -MY_P="Netzob-${MY_PV}" - -DESCRIPTION="Network protocol modelization by reverse engineering" -HOMEPAGE="http://www.netzob.org/" -SRC_URI="http://www.netzob.org/repository/${MY_PV}/${MY_P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="doc" - -RDEPEND=" - dev-python/pcapy - dev-python/impacket - dev-python/pygtk - >=dev-python/python-ptrace-0.4.1 - dev-python/matplotlib - dev-util/strace - sys-process/lsof - >=dev-python/lxml-2.3 - dev-python/bitarray -" -DEPEND="${RDEPEND} - doc? ( dev-python/sphinx )" - -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" -DOCS="README.txt AUTHORS.txt NEWS.txt COPYING.txt" - -src_prepare() { - distutils_src_prepare - sed -i "s;resources/static;/usr/share/netzob;" src/netzob/NetzobResources.py || die -} - -src_compile() { - distutils_src_compile - - if use doc; then - einfo "Generation of documentation" - pushd doc/documentation >/dev/null - sphinx-build -b html source html || die "Generation of documentation failed" - popd >/dev/null - fi -} - -src_install() { - distutils_src_install - - if use doc; then - dohtml -r doc/documentation/html/* || die "dohtml failed" - fi -} -- cgit v1.2.3-65-gdbad