commit:     218548e91d4842589147e5187d7551c2624fcab1
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 11 20:22:33 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 11 21:18:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=218548e9

net-analyzer/ngrep: drop old version

Closes: https://bugs.gentoo.org/781353
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 net-analyzer/ngrep/ngrep-1.47.ebuild | 55 ------------------------------------
 1 file changed, 55 deletions(-)

diff --git a/net-analyzer/ngrep/ngrep-1.47.ebuild 
b/net-analyzer/ngrep/ngrep-1.47.ebuild
deleted file mode 100644
index 768d8053525..00000000000
--- a/net-analyzer/ngrep/ngrep-1.47.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools user
-
-DESCRIPTION="A grep for network layers"
-HOMEPAGE="https://github.com/jpr5/ngrep";
-SRC_URI="https://github.com/jpr5/ngrep/archive/V${PV/./_}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="ngrep"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos"
-IUSE="ipv6"
-
-DEPEND="
-       dev-libs/libpcre
-       net-libs/libpcap
-"
-RDEPEND="
-       ${DEPEND}
-"
-DOCS=(
-       CHANGES
-       CREDITS
-       README.md
-)
-S=${WORKDIR}/${P/./_}
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.47-regex.patch
-)
-
-src_prepare() {
-       default
-       eautoreconf
-}
-
-src_configure() {
-       econf \
-               $(use_enable ipv6) \
-               --disable-pcap-restart \
-               --enable-pcre \
-               --with-dropprivs-user=ngrep \
-               --with-pcap-includes="${EPREFIX}"/usr/include/pcap
-}
-
-src_compile() {
-       emake -C regex-0.12
-       emake STRIPFLAG="${CFLAGS}"
-}
-
-pkg_preinst() {
-       enewgroup ngrep
-       enewuser ngrep -1 -1 -1 ngrep
-}

Reply via email to