commit:     42a129f2e390bb9f324d24f09f7356122c7ffdd2
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 09:55:30 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 09:55:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a129f2

net-libs/libpcapnav: Remove old

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-libs/libpcapnav/libpcapnav-0.8.ebuild | 40 -------------------------------
 1 file changed, 40 deletions(-)

diff --git a/net-libs/libpcapnav/libpcapnav-0.8.ebuild 
b/net-libs/libpcapnav/libpcapnav-0.8.ebuild
deleted file mode 100644
index 6e3be2c6080..00000000000
--- a/net-libs/libpcapnav/libpcapnav-0.8.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils ltprune
-
-DESCRIPTION="Libpcap wrapper library to navigate to arbitrary packets in a 
tcpdump trace file"
-HOMEPAGE="http://netdude.sourceforge.net/";
-SRC_URI="mirror://sourceforge/netdude/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~sparc x86"
-IUSE="doc static-libs"
-
-DEPEND="net-libs/libpcap"
-RDEPEND="${DEPEND}"
-
-RESTRICT="test"
-
-DOCS=( AUTHORS ChangeLog README )
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-includes.patch
-}
-
-src_configure() {
-       econf $(use_enable static-libs static)
-}
-
-src_compile() {
-       emake SUBDIRS="src docs"
-}
-
-src_install() {
-       default
-       rm -fr "${D}"/usr/share/gtk-doc
-       use doc && dohtml -r docs/*.css docs/html/*.html docs/images
-       prune_libtool_files
-}

Reply via email to