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/bitarray/Manifest | 2 - dev-python/bitarray/bitarray-0.5.1.ebuild | 19 --------- dev-python/netzob/netzob-0.3.1.ebuild | 64 ------------------------------ dev-python/netzob/netzob-0.3.2.ebuild | 64 ------------------------------ dev-python/netzob/netzob-0.3.2_rc1.ebuild | 64 ------------------------------ dev-python/netzob/netzob-0.3.3-r1.ebuild | 65 ------------------------------- dev-python/netzob/netzob-0.3.3-r2.ebuild | 65 ------------------------------- dev-python/netzob/netzob-0.3.3.ebuild | 65 ------------------------------- dev-python/pcapy/pcapy-0.10.5.ebuild | 24 ------------ 9 files changed, 432 deletions(-) delete mode 100644 dev-python/bitarray/Manifest delete mode 100644 dev-python/bitarray/bitarray-0.5.1.ebuild delete mode 100644 dev-python/netzob/netzob-0.3.1.ebuild delete mode 100644 dev-python/netzob/netzob-0.3.2.ebuild delete mode 100644 dev-python/netzob/netzob-0.3.2_rc1.ebuild delete mode 100644 dev-python/netzob/netzob-0.3.3-r1.ebuild delete mode 100644 dev-python/netzob/netzob-0.3.3-r2.ebuild delete mode 100644 dev-python/netzob/netzob-0.3.3.ebuild delete mode 100644 dev-python/pcapy/pcapy-0.10.5.ebuild diff --git a/dev-python/bitarray/Manifest b/dev-python/bitarray/Manifest deleted file mode 100644 index 32bec60..0000000 --- a/dev-python/bitarray/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST bitarray-0.5.1.tar.gz 40057 RMD160 032ffcd73363028c5faf39a6549fd7881ba1b6db SHA1 4d86fa217dd07290b207829b3ebdbfc8fce9e32a SHA256 b607cca3e4059f80987d957f3cf3996c7ecd178dd851308d0227f795c2966037 -EBUILD bitarray-0.5.1.ebuild 458 RMD160 c1436565de62472418772b84bdb0488af1af6d5a SHA1 48956cc538b956781c7e77ca4acaf2b9191d3bbc SHA256 65d3698d39fb2445a1db878da4bf5a5009b99f0dabf087de6559b307fc1138aa diff --git a/dev-python/bitarray/bitarray-0.5.1.ebuild b/dev-python/bitarray/bitarray-0.5.1.ebuild deleted file mode 100644 index a0ba3b3..0000000 --- a/dev-python/bitarray/bitarray-0.5.1.ebuild +++ /dev/null @@ -1,19 +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.5 3" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -DESCRIPTION="Efficient arrays of booleans extension for Python" -HOMEPAGE="https://github.com/ilanschnell/bitarray http://pypi.python.org/pypi/bitarray" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="PSF-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" diff --git a/dev-python/netzob/netzob-0.3.1.ebuild b/dev-python/netzob/netzob-0.3.1.ebuild deleted file mode 100644 index f54c6b8..0000000 --- a/dev-python/netzob/netzob-0.3.1.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_P="Netzob-${PV}" - -DESCRIPTION="Network protocol modelization by reverse engineering" -HOMEPAGE="http://www.netzob.org/" -SRC_URI="http://www.netzob.org/repository/${PV}/${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 - net-libs/nfqueue-bindings[python] -" -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 -} diff --git a/dev-python/netzob/netzob-0.3.2.ebuild b/dev-python/netzob/netzob-0.3.2.ebuild deleted file mode 100644 index 5c33743..0000000 --- a/dev-python/netzob/netzob-0.3.2.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 -} 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 -} diff --git a/dev-python/netzob/netzob-0.3.3-r1.ebuild b/dev-python/netzob/netzob-0.3.3-r1.ebuild deleted file mode 100644 index 4473691..0000000 --- a/dev-python/netzob/netzob-0.3.3-r1.ebuild +++ /dev/null @@ -1,65 +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-${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} - dev-python/setuptools - 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 -} - -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 - - doman doc/netzob.1 - if use doc; then - dohtml -r doc/documentation/html/* || die "dohtml failed" - fi -} diff --git a/dev-python/netzob/netzob-0.3.3-r2.ebuild b/dev-python/netzob/netzob-0.3.3-r2.ebuild deleted file mode 100644 index 4473691..0000000 --- a/dev-python/netzob/netzob-0.3.3-r2.ebuild +++ /dev/null @@ -1,65 +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-${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} - dev-python/setuptools - 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 -} - -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 - - doman doc/netzob.1 - if use doc; then - dohtml -r doc/documentation/html/* || die "dohtml failed" - fi -} diff --git a/dev-python/netzob/netzob-0.3.3.ebuild b/dev-python/netzob/netzob-0.3.3.ebuild deleted file mode 100644 index 4473691..0000000 --- a/dev-python/netzob/netzob-0.3.3.ebuild +++ /dev/null @@ -1,65 +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-${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} - dev-python/setuptools - 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 -} - -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 - - doman doc/netzob.1 - if use doc; then - dohtml -r doc/documentation/html/* || die "dohtml failed" - fi -} diff --git a/dev-python/pcapy/pcapy-0.10.5.ebuild b/dev-python/pcapy/pcapy-0.10.5.ebuild deleted file mode 100644 index c2f2bef..0000000 --- a/dev-python/pcapy/pcapy-0.10.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" - -RDEPEND="${DEPEND} - net-libs/libpcap" - -inherit distutils - -DESCRIPTION="Python pcap extension" -HOMEPAGE="http://oss.coresecurity.com/projects/pcapy.html" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz - http://oss.coresecurity.com/repo/${P}.tar.gz" - -LICENSE="Apache-1.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -- cgit v1.2.3-65-gdbad