Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libpcapnav/
Date: Sun, 29 Nov 2020 09:56:33
Message-Id: 1606643730.42a129f2e390bb9f324d24f09f7356122c7ffdd2.soap@gentoo
1 commit: 42a129f2e390bb9f324d24f09f7356122c7ffdd2
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 09:55:30 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 09:55:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42a129f2
7
8 net-libs/libpcapnav: Remove old
9
10 Package-Manager: Portage-3.0.10, Repoman-3.0.2
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-libs/libpcapnav/libpcapnav-0.8.ebuild | 40 -------------------------------
14 1 file changed, 40 deletions(-)
15
16 diff --git a/net-libs/libpcapnav/libpcapnav-0.8.ebuild b/net-libs/libpcapnav/libpcapnav-0.8.ebuild
17 deleted file mode 100644
18 index 6e3be2c6080..00000000000
19 --- a/net-libs/libpcapnav/libpcapnav-0.8.ebuild
20 +++ /dev/null
21 @@ -1,40 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -inherit eutils ltprune
27 -
28 -DESCRIPTION="Libpcap wrapper library to navigate to arbitrary packets in a tcpdump trace file"
29 -HOMEPAGE="http://netdude.sourceforge.net/"
30 -SRC_URI="mirror://sourceforge/netdude/${P}.tar.gz"
31 -
32 -LICENSE="BSD"
33 -SLOT="0"
34 -KEYWORDS="amd64 ~arm ~sparc x86"
35 -IUSE="doc static-libs"
36 -
37 -DEPEND="net-libs/libpcap"
38 -RDEPEND="${DEPEND}"
39 -
40 -RESTRICT="test"
41 -
42 -DOCS=( AUTHORS ChangeLog README )
43 -
44 -src_prepare() {
45 - epatch "${FILESDIR}"/${P}-includes.patch
46 -}
47 -
48 -src_configure() {
49 - econf $(use_enable static-libs static)
50 -}
51 -
52 -src_compile() {
53 - emake SUBDIRS="src docs"
54 -}
55 -
56 -src_install() {
57 - default
58 - rm -fr "${D}"/usr/share/gtk-doc
59 - use doc && dohtml -r docs/*.css docs/html/*.html docs/images
60 - prune_libtool_files
61 -}