summaryrefslogtreecommitdiff
path: root/net-libs/daq
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /net-libs/daq
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'net-libs/daq')
-rw-r--r--net-libs/daq/Manifest2
-rw-r--r--net-libs/daq/daq-2.0.6-r1.ebuild82
2 files changed, 0 insertions, 84 deletions
diff --git a/net-libs/daq/Manifest b/net-libs/daq/Manifest
index 4c52d57c164e..d38fb489c42c 100644
--- a/net-libs/daq/Manifest
+++ b/net-libs/daq/Manifest
@@ -1,7 +1,5 @@
AUX daq-2.0.6-parallel-grammar.patch 560 BLAKE2B 73cae026bca21c573a3871b1a7d97d3fce93f0d66328a840003b0b538792bd8439745081bbda3742d59b5f0880a4a844e919b6db6a19601bebababfe138d1ebe SHA512 d22182c91be6283a057f7f33ea093ba064f8a880fbebc3342ae0ab2d2923fee2fbb2ef1ec69b144b0dfb2fbca09c0f6a6421a961a88832d7b952907e6c2e2665
AUX daq-2.0.6-static-libs.patch 5093 BLAKE2B a374f1d8aa237f55a102dff62084ff3cf62b9672f72448af4f6a1c29aff1f3453e0a49bd4d6c8b209d928425f71bf21d2272a9f6733fb72cc31e52f7ffdc04d2 SHA512 ef793b31c2759366f9890afb8229ce6e47552d4634ea3ae05c77dd55eb674be5e35a9443d271414671945b85dfb7f316a347df94ffea687a382f0b562b191102
-DIST daq-2.0.6.tar.gz 518013 BLAKE2B 702ab20c776b9047230bb1ac36574068e461a850ed5d15959c314d62b0b828c792cf23d19cdb411ba8c067348ae74dd2f011376ccbe0376c44536ad58fa1bba9 SHA512 61dd5408c587e57999445b9549ac539ffc5bb16ddc179601de1065fc5e251c1893536d8aa2251096e34b54093529d3578e7b5d97e3514cb2bbf4de113639b08c
DIST daq-2.0.7.tar.gz 520287 BLAKE2B 799a8e240c9e359a08ac74ef4fe0d92882d4635f270beaf5f5077bb20cc200d6cf8c55e2c68a59ecabac361ce00619d66ddeb4d7e9a25094b16b3a858673099f SHA512 9bedddbc2d952526ab4e1d65f4507eb914507f8b3b5702ecf7137f8a210c690703469162a117a76cb8376a5639db46bd767fc48789ba7294a0bad26d4cd0ede2
-EBUILD daq-2.0.6-r1.ebuild 2053 BLAKE2B d47824d0990ffbf3d91ab7af37b72716983bf491f465c48169b6cb87bd3ebcb4b08a25514262dc207b6bcc68586119c84ae63f9d1274d09d75197a9a521edf35 SHA512 2131265fcf2b167b6d8b2f51edcf614cae22090feda1e44bb42167ad3f5b5b6f81c8892a0d3dac7bcdb75c187caa156eab8e17232268c668c33c510f43b490ef
EBUILD daq-2.0.7.ebuild 2060 BLAKE2B 50bf278b780dff6a4e56cce21ea4c235ba6c2ace8052c827fdb8c29824afac947a3a308444ab1881b88af47fa28a6a8ab34fb4edfe49b7b046e8161d8b63af28 SHA512 ca9ed467651297a25a213f98c511d6243b7253757e80fb2956707ea93286c85a4736d7ba43082ce9a5574e39956e31bfb8bf9375f4a598aaa68cac4461ef493a
MISC metadata.xml 1314 BLAKE2B 167ce20e3e0130835e68309dedcbaac8313455fe7bdf680b00975ebec436d554c4c9d44c71e5b42b4af4b0aa7f7ea5eb7a0d1993c0ee37a0cd1d5267107cc9e1 SHA512 8eddd30b83bd5f03280d208ce11df9e388adb7df2fdb9420bc7fadf6956b85012e0ed6a5fdbace36c5c5f65ff8e711a749da2eb17bf585c6223cfef95218831b
diff --git a/net-libs/daq/daq-2.0.6-r1.ebuild b/net-libs/daq/daq-2.0.6-r1.ebuild
deleted file mode 100644
index e695b8358c31..000000000000
--- a/net-libs/daq/daq-2.0.6-r1.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-inherit autotools multilib
-
-DESCRIPTION="Data Acquisition library, for packet I/O"
-HOMEPAGE="https://www.snort.org/"
-SRC_URI="https://www.snort.org/downloads/snort/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc ~ppc64 ~sparc x86"
-IUSE="ipv6 +afpacket +dump +pcap nfq ipq static-libs"
-
-PCAP_DEPEND=">=net-libs/libpcap-1.0.0"
-IPT_DEPEND="
- >=net-firewall/iptables-1.4.10
- dev-libs/libdnet
- net-libs/libnetfilter_queue
-
-"
-DEPEND="
- dump? ( ${PCAP_DEPEND} )
- ipq? ( ${IPT_DEPEND} )
- nfq? ( ${IPT_DEPEND} )
- pcap? ( ${PCAP_DEPEND} )
-"
-RDEPEND="${DEPEND}"
-PATCHES=(
- "${FILESDIR}"/${PN}-2.0.6-parallel-grammar.patch #673390
- "${FILESDIR}"/${PN}-2.0.6-static-libs.patch
-)
-
-src_prepare() {
- default
-
- eautoreconf
-}
-
-src_configure() {
- # We forced libpcap to 1.x, so we can set this cache var so
- # cross-compiling doesn't break on us.
- daq_cv_libpcap_version_1x=yes \
- econf \
- $(use_enable afpacket afpacket-module) \
- $(use_enable dump dump-module) \
- $(use_enable ipq ipq-module) \
- $(use_enable ipv6) \
- $(use_enable nfq nfq-module) \
- $(use_enable pcap pcap-module) \
- $(use_enable static-libs static) \
- --disable-bundled-modules \
- --disable-ipfw-module \
- --enable-shared
-}
-
-DOCS=( ChangeLog README )
-
-src_install() {
- default
-
- find "${ED}" -name '*.la' -delete || die
-
- # If not using static-libs don't install the static libraries
- # This has been bugged upstream
- if ! use static-libs; then
- for z in libdaq_static libdaq_static_modules; do
- rm "${D}"/usr/$(get_libdir)/${z}.a
- done
- fi
-}
-
-pkg_postinst() {
- einfo "The Data Acquisition library (DAQ) for packet I/O replaces direct"
- einfo "calls to PCAP functions with an abstraction layer that facilitates"
- einfo "operation on a variety of hardware and software interfaces without"
- einfo "requiring changes to application such as Snort."
- einfo
- einfo "Please see the README file for DAQ for information about specific"
- einfo "DAQ modules."
-}