summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2012-03-11 14:21:25 +0000
committerJoshua Kinard <kumba@gentoo.org>2012-03-11 14:21:25 +0000
commit2812bc6e922d26da99f7233c16aa48e1e55e46ea (patch)
tree756fcda6cb782d31b0a2ea3234ac689b78abcba0 /net-libs/daq
parentkeyworded ~amd64, respect LDFLAGS wrt bug #334459 (diff)
downloadgentoo-2-2812bc6e922d26da99f7233c16aa48e1e55e46ea.tar.gz
gentoo-2-2812bc6e922d26da99f7233c16aa48e1e55e46ea.tar.bz2
gentoo-2-2812bc6e922d26da99f7233c16aa48e1e55e46ea.zip
Drop older versions, but keep 0.5 and 0.6.2 around. Also marked 0.6.2 stable on x86/amd64, as it was a minor bugfix only. Added ~mips.
(Portage version: 2.1.10.45/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/daq')
-rw-r--r--net-libs/daq/ChangeLog7
-rw-r--r--net-libs/daq/daq-0.2.ebuild61
-rw-r--r--net-libs/daq/daq-0.3.ebuild61
-rw-r--r--net-libs/daq/daq-0.4.ebuild61
-rw-r--r--net-libs/daq/daq-0.6.1.ebuild70
-rw-r--r--net-libs/daq/daq-0.6.2.ebuild4
6 files changed, 8 insertions, 256 deletions
diff --git a/net-libs/daq/ChangeLog b/net-libs/daq/ChangeLog
index 8161605c3c1b..75b660517748 100644
--- a/net-libs/daq/ChangeLog
+++ b/net-libs/daq/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/daq
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/ChangeLog,v 1.14 2012/01/11 07:58:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/ChangeLog,v 1.15 2012/03/11 14:21:24 kumba Exp $
+
+ 11 Mar 2012; Joshua Kinard <kumba@gentoo.org> -daq-0.2.ebuild,
+ -daq-0.3.ebuild, -daq-0.4.ebuild, -daq-0.6.1.ebuild, daq-0.6.2.ebuild:
+ Drop older versions, but keep 0.5 and 0.6.2 around. Also marked 0.6.2 stable
+ on x86/amd64, as it was a minor bugfix only. Added ~mips.
*daq-0.6.2 (11 Jan 2012)
diff --git a/net-libs/daq/daq-0.2.ebuild b/net-libs/daq/daq-0.2.ebuild
deleted file mode 100644
index 3996f0e2e5ac..000000000000
--- a/net-libs/daq/daq-0.2.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/daq-0.2.ebuild,v 1.1 2010/11/02 18:11:18 patrick Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="Data Acquisition library, for packet I/O"
-HOMEPAGE="http://www.snort.org/"
-SRC_URI="http://www.snort.org/downloads/263 -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ipv6 afpacket dump +pcap"
-
-DEPEND="pcap? ( >=net-libs/libpcap-1.0.0 )
- dump? ( >=net-libs/libpcap-1.0.0 )"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-
- econf \
- $(use_enable ipv6) \
- $(use_enable pcap pcap-module) \
- $(use_enable afpacket afpacket-module) \
- $(use_enable dump dump-module) \
- --disable-ipfw-module \
- --disable-bundled-modules
-
-}
-
-src_install() {
-
- emake DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog README
-
-}
-
-pkg_postinst() {
-
- elog
- elog "The Data Acquisition library (DAQ) for packet I/O replaces direct"
- elog "calls to PCAP functions with an abstraction layer that facilitates"
- elog "operation on a variety of hardware and software interfaces without"
- elog "requiring changes to application such as Snort."
- elog
- elog "The only DAQ modules supported with this ebuild are AFpacket, PCAP,"
- elog "and Dump. IPQ and NFQ will be supported in future versions of this"
- elog "package."
- elog
- elog "Please see the README file for DAQ for information about specific"
- elog "DAQ modules."
- ewarn
- ewarn "If you are reinstalling this package, you should also reinstall"
- ewarn "packages that use this library for packet capture."
- ewarn
-
-}
diff --git a/net-libs/daq/daq-0.3.ebuild b/net-libs/daq/daq-0.3.ebuild
deleted file mode 100644
index 66130713c811..000000000000
--- a/net-libs/daq/daq-0.3.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/daq-0.3.ebuild,v 1.2 2010/11/24 14:01:27 patrick Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="Data Acquisition library, for packet I/O"
-HOMEPAGE="http://www.snort.org/"
-SRC_URI="http://www.snort.org/downloads/302 -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ipv6 afpacket dump +pcap"
-
-DEPEND="pcap? ( >=net-libs/libpcap-1.0.0 )
- dump? ( >=net-libs/libpcap-1.0.0 )"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-
- econf \
- $(use_enable ipv6) \
- $(use_enable pcap pcap-module) \
- $(use_enable afpacket afpacket-module) \
- $(use_enable dump dump-module) \
- --disable-ipfw-module \
- --disable-bundled-modules
-
-}
-
-src_install() {
-
- emake -j1 DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog README
-
-}
-
-pkg_postinst() {
-
- elog
- elog "The Data Acquisition library (DAQ) for packet I/O replaces direct"
- elog "calls to PCAP functions with an abstraction layer that facilitates"
- elog "operation on a variety of hardware and software interfaces without"
- elog "requiring changes to application such as Snort."
- elog
- elog "The only DAQ modules supported with this ebuild are AFpacket, PCAP,"
- elog "and Dump. IPQ and NFQ will be supported in future versions of this"
- elog "package."
- elog
- elog "Please see the README file for DAQ for information about specific"
- elog "DAQ modules."
- ewarn
- ewarn "If you are reinstalling this package, you should also reinstall"
- ewarn "packages that use this library for packet capture."
- ewarn
-
-}
diff --git a/net-libs/daq/daq-0.4.ebuild b/net-libs/daq/daq-0.4.ebuild
deleted file mode 100644
index 33ba897e9f01..000000000000
--- a/net-libs/daq/daq-0.4.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/daq-0.4.ebuild,v 1.2 2011/01/07 17:35:22 patrick Exp $
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="Data Acquisition library, for packet I/O"
-HOMEPAGE="http://www.snort.org/"
-SRC_URI="http://www.snort.org/downloads/579 -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ipv6 +afpacket +dump +pcap"
-
-DEPEND="pcap? ( >=net-libs/libpcap-1.0.0 )
- dump? ( >=net-libs/libpcap-1.0.0 )"
-
-RDEPEND="${DEPEND}"
-
-src_configure() {
-
- econf \
- $(use_enable ipv6) \
- $(use_enable pcap pcap-module) \
- $(use_enable afpacket afpacket-module) \
- $(use_enable dump dump-module) \
- --disable-ipfw-module \
- --disable-bundled-modules
-
-}
-
-src_install() {
-
- emake -j1 DESTDIR="${D}" install || die "make install failed"
-
- dodoc ChangeLog README
-
-}
-
-pkg_postinst() {
-
- elog
- elog "The Data Acquisition library (DAQ) for packet I/O replaces direct"
- elog "calls to PCAP functions with an abstraction layer that facilitates"
- elog "operation on a variety of hardware and software interfaces without"
- elog "requiring changes to application such as Snort."
- elog
- elog "The only DAQ modules supported with this ebuild are AFpacket, PCAP,"
- elog "and Dump. IPQ and NFQ will be supported in future versions of this"
- elog "package."
- elog
- elog "Please see the README file for DAQ for information about specific"
- elog "DAQ modules."
- ewarn
- ewarn "If you are reinstalling this package, you should also reinstall"
- ewarn "packages that use this library for packet capture."
- ewarn
-
-}
diff --git a/net-libs/daq/daq-0.6.1.ebuild b/net-libs/daq/daq-0.6.1.ebuild
deleted file mode 100644
index 89db6eaa90ba..000000000000
--- a/net-libs/daq/daq-0.6.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/daq-0.6.1.ebuild,v 1.1 2011/09/22 17:45:57 patrick Exp $
-
-EAPI="2"
-
-inherit eutils multilib
-
-DESCRIPTION="Data Acquisition library, for packet I/O"
-HOMEPAGE="http://www.snort.org/"
-SRC_URI="http://www.snort.org/downloads/1098 -> ${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~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 || die "make install failed"
- 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-0.6.2.ebuild b/net-libs/daq/daq-0.6.2.ebuild
index 16ea11c0b0b4..c505e287927b 100644
--- a/net-libs/daq/daq-0.6.2.ebuild
+++ b/net-libs/daq/daq-0.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/daq-0.6.2.ebuild,v 1.1 2012/01/11 07:58:02 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/daq/daq-0.6.2.ebuild,v 1.2 2012/03/11 14:21:24 kumba Exp $
EAPI="2"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.snort.org/"
SRC_URI="http://www.snort.org/downloads/1339 -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86 ~mips"
IUSE="ipv6 +afpacket +dump +pcap nfq ipq static-libs"
DEPEND="pcap? ( >=net-libs/libpcap-1.0.0 )