summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2012-01-07 18:27:29 +0000
committerJeroen Roovers <jer@gentoo.org>2012-01-07 18:27:29 +0000
commitbe4703f53a2015e42e6e65054ed4ab6649b22aa5 (patch)
tree8ae35e72c2b63ae462c85116c77cca7a18b91f96 /net-libs/libnids/libnids-1.18-r1.ebuild
parentStable for AMD64, wrt bug #397065 (diff)
downloadgentoo-2-be4703f53a2015e42e6e65054ed4ab6649b22aa5.tar.gz
gentoo-2-be4703f53a2015e42e6e65054ed4ab6649b22aa5.tar.bz2
gentoo-2-be4703f53a2015e42e6e65054ed4ab6649b22aa5.zip
Fix bug #397881, thanks to Agostino Sarubbo. Shorten DESCRIPTION to something more fitting. Set RDEPEND.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libnids/libnids-1.18-r1.ebuild')
-rw-r--r--net-libs/libnids/libnids-1.18-r1.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-libs/libnids/libnids-1.18-r1.ebuild b/net-libs/libnids/libnids-1.18-r1.ebuild
index 6cca1126b56c..29d23aa08189 100644
--- a/net-libs/libnids/libnids-1.18-r1.ebuild
+++ b/net-libs/libnids/libnids-1.18-r1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.18-r1.ebuild,v 1.2 2010/09/06 17:42:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.18-r1.ebuild,v 1.3 2012/01/07 18:27:28 jer Exp $
EAPI="2"
inherit eutils
-DESCRIPTION="emulates the IP stack of Linux 2.0.x and offers IP defragmentation, TCP stream assembly and TCP port scan detection."
+DESCRIPTION="an implementation of an E-component of Network Intrusion Detection System"
HOMEPAGE="http://www.packetfactory.net/Projects/libnids/"
SRC_URI="http://www.packetfactory.net/Projects/libnids/dist/${P/_}.tar.gz"
@@ -17,10 +17,12 @@ IUSE=""
DEPEND="net-libs/libpcap
>=net-libs/libnet-1.1.0-r3"
+RDEPEND="${DEPEND}"
src_prepare() {
epatch \
"${FILESDIR}"/${P}-chksum.c-ebx.patch \
+ "${FILESDIR}"/${P}-elif.patch \
"${FILESDIR}"/${PN}-1.24-ldflags.patch
}