commit: 4329d7a56556e0c59c9e8b1b7493478d7e742db4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jan 5 22:17:03 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 5 23:19:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4329d7a5
dev-python/pypcap: Clean old up dev-python/pypcap/Manifest | 1 - dev-python/pypcap/pypcap-1.1.6.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-python/pypcap/Manifest b/dev-python/pypcap/Manifest index 0ac0bbd2b11..63e6b6525ec 100644 --- a/dev-python/pypcap/Manifest +++ b/dev-python/pypcap/Manifest @@ -1,2 +1 @@ -DIST pypcap-1.1.6.tar.gz 57984 BLAKE2B 79986455a8714621e45707bba2b4c30dcbb0db4f64d03f669d9ee8e2ccd5c7efac6c1fe064da28b839cd73839da44d4b62b015fbfe56995adbc5543f8c89853b SHA512 3d81364202256b19300b45b570537eead9835d8d58f54f51ed8ae43df1a270c0753c16b2050a999fa0f281e46ac66f71b96b6b4c910f2c18a5efae29a3b4e854 DIST pypcap-1.2.0.tar.gz 134873 BLAKE2B ac9b64077fb6f400a7b06aebb4169dcda6465e8fae2e56451cb9cc74d49a20f7294dea3bb876dfe895ee8181187cb7e3de78cdecf628d738cea1916c542fb2ce SHA512 8046bd314a6cad4aaa0ad2b17aad36011dc234656d9f314644440d7f9a3152ec578e9d58b20c29332f0c59159e019ee967fedb06108e535c9486ab9119b80c99 diff --git a/dev-python/pypcap/pypcap-1.1.6.ebuild b/dev-python/pypcap/pypcap-1.1.6.ebuild deleted file mode 100644 index 66b6ff129a7..00000000000 --- a/dev-python/pypcap/pypcap-1.1.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -PYTHON_COMPAT=( python2_7 pypy ) - -inherit distutils-r1 - -DESCRIPTION="Simplified object-oriented Python extension module for libpcap" -HOMEPAGE="https://github.com/pynetwork/pypcap https://pypi.python.org/pypi/pypcap" -SRC_URI="https://github.com/pynetwork/pypcap/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" - -RDEPEND=" - net-libs/libpcap -" -DEPEND=" - ${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" -PATCHES=( - "${FILESDIR}"/${PN}-1.1.6-mktemp.patch -) - -python_compile() { - local -x CFLAGS="${CFLAGS} -fno-strict-aliasing" - distutils-r1_python_compile -}
