commit:     f132fde3ee9a40ce563bc24783255cbef9329297
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  4 05:29:20 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar  4 05:29:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f132fde3

net-libs/libpcap: remove 1.9.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/libpcap/Manifest                |  1 -
 net-libs/libpcap/libpcap-1.9.1-r3.ebuild | 84 --------------------------------
 2 files changed, 85 deletions(-)

diff --git a/net-libs/libpcap/Manifest b/net-libs/libpcap/Manifest
index 1d64f36e6ed..fd26acd7371 100644
--- a/net-libs/libpcap/Manifest
+++ b/net-libs/libpcap/Manifest
@@ -1,2 +1 @@
 DIST libpcap-1.10.0.tar.gz 920263 BLAKE2B 
40b9f3562161dbdd30065757ae045bc3b6447a954dd3019e932cdc9c794e0f47e8eb0480144bfd7765122a3efa750caa0c77abbb98ce29ad79a84ceaedcb9e3f
 SHA512 
d77f05aff76aefbd280e5e24eb4a23b6f3b31c9aacff77d556259325273083f185c451b7ad40b57ac63c9114510e8f768fb99907b1ee54fa95b80f21d7d6500f
-DIST libpcap-1.9.1.tar.gz 849407 BLAKE2B 
700d8b3d25c036033c4f9b652cec6a30d4a45aa418c2ec45698018b3d3fe8d0a61f6759f5734e2c7ff9a8f42cce65fbd8b3e1b1efd44776e53674fbc609da59d
 SHA512 
9ab9da20194e0dfb105daa28c8841118118f5a7f68b5e30e31da6c56eec91430c8ee481f1f9d20aec4d33d7ee9e6fb0b5e08a90a8d7e5ace8e6210e29e7eab0f

diff --git a/net-libs/libpcap/libpcap-1.9.1-r3.ebuild 
b/net-libs/libpcap/libpcap-1.9.1-r3.ebuild
deleted file mode 100644
index 5e862ad5bd4..00000000000
--- a/net-libs/libpcap/libpcap-1.9.1-r3.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools multilib-minimal
-
-DESCRIPTION="A system-independent library for user-level network packet 
capture"
-HOMEPAGE="
-       https://www.tcpdump.org/
-       https://github.com/the-tcpdump-group/libpcap
-"
-SRC_URI="
-       https://github.com/the-tcpdump-group/${PN}/archive/${P/_}.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x86-solaris"
-IUSE="bluetooth dbus netlink rdma -remote static-libs usb -yydebug"
-
-RDEPEND="
-       bluetooth? ( net-wireless/bluez:=[${MULTILIB_USEDEP}] )
-       dbus? ( sys-apps/dbus[${MULTILIB_USEDEP}] )
-       netlink? ( dev-libs/libnl:3[${MULTILIB_USEDEP}] )
-       rdma? ( sys-cluster/rdma-core )
-       usb? ( virtual/libusb:1[${MULTILIB_USEDEP}] )
-"
-DEPEND="
-       ${RDEPEND}
-"
-BDEPEND="
-       sys-devel/flex
-       virtual/yacc
-       dbus? ( virtual/pkgconfig )
-"
-
-S=${WORKDIR}/${PN}-${P/_}
-
-PATCHES=(
-       "${FILESDIR}"/${PN}-1.8.1-usbmon.patch
-       "${FILESDIR}"/${PN}-1.9.1-pcap-config.patch
-)
-
-src_prepare() {
-       default
-
-       echo ${PV} > VERSION || die
-
-       eautoreconf
-}
-
-multilib_src_configure() {
-       ECONF_SOURCE="${S}" \
-       econf \
-               $(use_enable bluetooth) \
-               $(use_enable dbus) \
-               $(use_enable rdma) \
-               $(use_enable remote) \
-               $(use_enable usb) \
-               $(use_enable yydebug) \
-               $(use_with netlink libnl) \
-               --enable-ipv6
-}
-
-multilib_src_compile() {
-       emake all shared
-}
-
-multilib_src_install_all() {
-       dodoc CREDITS CHANGES VERSION TODO README.* doc/README.*
-
-       # remove static libraries (--disable-static does not work)
-       if ! use static-libs; then
-               find "${ED}" -name '*.a' -exec rm {} + || die
-       fi
-
-       find "${ED}" -name '*.la' -delete || die
-
-       # We need this to build pppd on G/FBSD systems
-       if [[ "${USERLAND}" == "BSD" ]]; then
-               insinto /usr/include
-               doins pcap-int.h portability.h
-       fi
-}

Reply via email to