From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/daq/
Date: Fri, 13 Dec 2019 15:55:42 +0000 (UTC) [thread overview]
Message-ID: <1576252521.ee677ba1d96874a33ddcb3a1b1e3bc0d59dc78d1.bman@gentoo> (raw)
commit: ee677ba1d96874a33ddcb3a1b1e3bc0d59dc78d1
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 13 15:55:21 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Dec 13 15:55:21 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee677ba1
net-libs/daq: drop old EAPIs
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
net-libs/daq/Manifest | 3 --
net-libs/daq/daq-0.6.2-r1.ebuild | 68 -----------------------------------
net-libs/daq/daq-0.6.2.ebuild | 69 -----------------------------------
net-libs/daq/daq-2.0.0.ebuild | 68 -----------------------------------
net-libs/daq/daq-2.0.2.ebuild | 77 ----------------------------------------
5 files changed, 285 deletions(-)
diff --git a/net-libs/daq/Manifest b/net-libs/daq/Manifest
index 13a86802343..ada29e95cb7 100644
--- a/net-libs/daq/Manifest
+++ b/net-libs/daq/Manifest
@@ -1,4 +1 @@
-DIST daq-0.6.2.tar.gz 451581 BLAKE2B 64eebeb669eefc6715b206de19e823708a8e4255d5898d5f6d4b80889360611950764432c941a2a930582ab9b8c2300cfdb41784f008f4ef1c248f3469819d4e SHA512 da19034f210d9c202f5e3ba7ddf60645498ed8bdaf28410811922ebb1338b56c55c8e992e46e1c7b9b89de6148b471129826a02ab2a45c7232bc4091a4e53125
-DIST daq-2.0.0.tar.gz 480030 BLAKE2B ab25ce133833babbdaecd74c79d319739e5bfa34bfa100d35c19569c935fe58b425ea817a12f6d2fc1ff47a6e8097b822e2d5ac5dc295cdde516811f139accff SHA512 aa79e06473592c0ee57a3a2da60f01f35e6268a126fcb3a992ee7c6da48a079cf359db7439be3778997e774c340630d768712c9efea10c570feb4961f9a00b3c
-DIST daq-2.0.2.tar.gz 474447 BLAKE2B fa80d435056d672eaa15f003649d90dba91986780f372cd4e953b676e414232516c5fc43065f5497d38299e0309c58b2734458f9e5aa1b93cdfa29dfe72b622d SHA512 b2a47e174155f21cb1c6f1e1c431ea7cca6aa9f7371228e77def3c526a67fd42d0e26e4c94263195e041b203cdf0c2aaef14f9035afb23dde0bd5df3bf422cbd
DIST daq-2.0.6.tar.gz 518013 BLAKE2B 702ab20c776b9047230bb1ac36574068e461a850ed5d15959c314d62b0b828c792cf23d19cdb411ba8c067348ae74dd2f011376ccbe0376c44536ad58fa1bba9 SHA512 61dd5408c587e57999445b9549ac539ffc5bb16ddc179601de1065fc5e251c1893536d8aa2251096e34b54093529d3578e7b5d97e3514cb2bbf4de113639b08c
diff --git a/net-libs/daq/daq-0.6.2-r1.ebuild b/net-libs/daq/daq-0.6.2-r1.ebuild
deleted file mode 100644
index 09c66a2d349..00000000000
--- a/net-libs/daq/daq-0.6.2-r1.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils multilib
-
-DESCRIPTION="Data Acquisition library, for packet I/O"
-HOMEPAGE="http://www.snort.org/"
-SRC_URI="http://www.snort.org/downloads/1339 -> ${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"
-
-DEPEND="pcap? ( >=net-libs/libpcap-1.0.0 )
- dump? ( >=net-libs/libpcap-1.0.0 )
- nfq? ( dev-libs/libdnet
- >=net-firewall/iptables-1.4.10
- net-libs/libnetfilter_queue )
- ipq? ( dev-libs/libdnet
- >=net-firewall/iptables-1.4.10
- net-libs/libnetfilter_queue )"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- $(use_enable ipv6) \
- $(use_enable pcap pcap-module) \
- $(use_enable afpacket afpacket-module) \
- $(use_enable dump dump-module) \
- $(use_enable nfq nfq-module) \
- $(use_enable ipq ipq-module) \
- $(use_enable static-libs static) \
- --disable-ipfw-module \
- --disable-bundled-modules
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc ChangeLog README
-
- # Remove unneeded .la files
- rm \
- "${D}"usr/$(get_libdir)/daq/*.la \
- "${D}"usr/$(get_libdir)/libdaq*.la \
- "${D}"usr/$(get_libdir)/libsfbpf.la \
- || 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."
-}
diff --git a/net-libs/daq/daq-0.6.2.ebuild b/net-libs/daq/daq-0.6.2.ebuild
deleted file mode 100644
index 7070a8c4883..00000000000
--- a/net-libs/daq/daq-0.6.2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils multilib
-
-DESCRIPTION="Data Acquisition library, for packet I/O"
-HOMEPAGE="http://www.snort.org/"
-SRC_URI="http://www.snort.org/downloads/1339 -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~mips ~ppc x86"
-IUSE="ipv6 +afpacket +dump +pcap nfq ipq static-libs"
-
-DEPEND="pcap? ( >=net-libs/libpcap-1.0.0 )
- dump? ( >=net-libs/libpcap-1.0.0 )
- nfq? ( dev-libs/libdnet
- >=net-firewall/iptables-1.4.10
- net-libs/libnetfilter_queue )
- ipq? ( dev-libs/libdnet
- >=net-firewall/iptables-1.4.10
- net-libs/libnetfilter_queue )"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- $(use_enable ipv6) \
- $(use_enable pcap pcap-module) \
- $(use_enable afpacket afpacket-module) \
- $(use_enable dump dump-module) \
- $(use_enable nfq nfq-module) \
- $(use_enable ipq ipq-module) \
- $(use_enable static-libs static) \
- --disable-ipfw-module \
- --disable-bundled-modules
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc ChangeLog README
-
- # Remove unneeded .la files
- for x in pcap afpacket dump nfq ipq; do
- rm "${D}"usr/lib64/daq/daq_${x}.la
- done
- for y in libdaq libdaq_static libdaq_static_modules libsfbpf; do
- rm "${D}"usr/lib64/${y}.la
- done
-
- # 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/lib64/${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."
-}
diff --git a/net-libs/daq/daq-2.0.0.ebuild b/net-libs/daq/daq-2.0.0.ebuild
deleted file mode 100644
index b910b5c0477..00000000000
--- a/net-libs/daq/daq-2.0.0.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit eutils multilib
-
-DESCRIPTION="Data Acquisition library, for packet I/O"
-HOMEPAGE="http://www.snort.org/"
-SRC_URI="http://www.snort.org/downloads/2311 -> ${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"
-
-DEPEND="pcap? ( >=net-libs/libpcap-1.0.0 )
- dump? ( >=net-libs/libpcap-1.0.0 )
- nfq? ( dev-libs/libdnet
- >=net-firewall/iptables-1.4.10
- net-libs/libnetfilter_queue )
- ipq? ( dev-libs/libdnet
- >=net-firewall/iptables-1.4.10
- net-libs/libnetfilter_queue )"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
- econf \
- $(use_enable ipv6) \
- $(use_enable pcap pcap-module) \
- $(use_enable afpacket afpacket-module) \
- $(use_enable dump dump-module) \
- $(use_enable nfq nfq-module) \
- $(use_enable ipq ipq-module) \
- $(use_enable static-libs static) \
- --disable-ipfw-module \
- --disable-bundled-modules
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc ChangeLog README
-
- # Remove unneeded .la files
- rm \
- "${D}"usr/$(get_libdir)/daq/*.la \
- "${D}"usr/$(get_libdir)/libdaq*.la \
- "${D}"usr/$(get_libdir)/libsfbpf.la \
- || 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."
-}
diff --git a/net-libs/daq/daq-2.0.2.ebuild b/net-libs/daq/daq-2.0.2.ebuild
deleted file mode 100644
index 35b35c7c306..00000000000
--- a/net-libs/daq/daq-2.0.2.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib autotools
-
-DESCRIPTION="Data Acquisition library, for packet I/O"
-HOMEPAGE="http://www.snort.org/"
-SRC_URI="http://www.snort.org/downloads/2778 -> ${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}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-parallel-grammar.patch #511892
- epatch "${FILESDIR}"/${P}-libpcap-check.patch
- 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 ipv6) \
- $(use_enable pcap pcap-module) \
- $(use_enable afpacket afpacket-module) \
- $(use_enable dump dump-module) \
- $(use_enable nfq nfq-module) \
- $(use_enable ipq ipq-module) \
- $(use_enable static-libs static) \
- --disable-ipfw-module \
- --disable-bundled-modules
-}
-
-DOCS=( ChangeLog README )
-
-src_install() {
- default
-
- prune_libtool_files
-
- # 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."
-}
next reply other threads:[~2019-12-13 15:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-13 15:55 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-04-03 19:53 [gentoo-commits] repo/gentoo:master commit in: net-libs/daq/ Sam James
2021-01-05 20:51 Sam James
2020-12-29 8:36 Sam James
2020-12-27 5:40 Sam James
2020-04-14 8:38 Jeroen Roovers
2019-11-18 12:22 Agostino Sarubbo
2019-08-11 11:20 David Seifert
2018-12-10 16:45 Thomas Deutschmann
2017-10-29 14:47 Jonas Stein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1576252521.ee677ba1d96874a33ddcb3a1b1e3bc0d59dc78d1.bman@gentoo \
--to=bman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox