commit:     fac6085e598cc8caf8c87429a1a12d7b94c2cf66
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 17 12:33:57 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Feb 17 12:59:07 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac6085e

dev-python/pylibpcap: Clean up old version

 dev-python/pylibpcap/pylibpcap-0.6.4.ebuild | 33 -----------------------------
 1 file changed, 33 deletions(-)

diff --git a/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild 
b/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild
deleted file mode 100644
index 941dc21fc5..0000000000
--- a/dev-python/pylibpcap/pylibpcap-0.6.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.* *-jython"
-
-inherit distutils
-
-DESCRIPTION="Python interface to libpcap"
-HOMEPAGE="https://sourceforge.net/projects/pylibpcap/";
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~hppa ia64 x86"
-IUSE="examples"
-
-RDEPEND="net-libs/libpcap"
-DEPEND="${RDEPEND}"
-
-PYTHON_MODNAME="pcap.py"
-
-src_install() {
-       distutils_src_install
-
-       if use examples; then
-               insinto /usr/share/doc/${PF}
-               doins -r examples
-       fi
-}

Reply via email to