Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libnids: ChangeLog libnids-1.24.ebuild libnids-1.18-r1.ebuild
Date: Mon, 28 Jun 2010 04:18:59
Message-Id: 20100628041853.DEB012CFA2@corvid.gentoo.org
1 jer 10/06/28 04:18:53
2
3 Modified: ChangeLog libnids-1.24.ebuild
4 Added: libnids-1.18-r1.ebuild
5 Log:
6 Apply LDFLAGS patch to 1.18. Add dev-libs/glib dependency to 1.24 thanks to Francis Norberg (bug #325005).
7 (Portage version: 2.2_rc67/cvs/Linux i686)
8
9 Revision Changes Path
10 1.41 net-libs/libnids/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 28 Jun 2010 04:09:08 -0000 1.40
23 +++ ChangeLog 28 Jun 2010 04:18:53 -0000 1.41
24 @@ -1,6 +1,13 @@
25 # ChangeLog for net-libs/libnids
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.40 2010/06/28 04:09:08 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.41 2010/06/28 04:18:53 jer Exp $
29 +
30 +*libnids-1.18-r1 (28 Jun 2010)
31 +
32 + 28 Jun 2010; Jeroen Roovers <jer@g.o> +libnids-1.18-r1.ebuild,
33 + libnids-1.24.ebuild:
34 + Apply LDFLAGS patch to 1.18. Add dev-libs/glib dependency to 1.24 thanks
35 + to Francis Norberg (bug #325005).
36
37 28 Jun 2010; Jeroen Roovers <jer@g.o> libnids-1.18.ebuild,
38 -files/libnids-1.20-chksum.c-ebx.patch, -libnids-1.23-r1.ebuild,
39
40
41
42 1.7 net-libs/libnids/libnids-1.24.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/libnids-1.24.ebuild?rev=1.7&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/libnids-1.24.ebuild?rev=1.7&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/libnids-1.24.ebuild?r1=1.6&r2=1.7
47
48 Index: libnids-1.24.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.24.ebuild,v
51 retrieving revision 1.6
52 retrieving revision 1.7
53 diff -u -r1.6 -r1.7
54 --- libnids-1.24.ebuild 4 May 2010 18:53:02 -0000 1.6
55 +++ libnids-1.24.ebuild 28 Jun 2010 04:18:53 -0000 1.7
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2010 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.24.ebuild,v 1.6 2010/05/04 18:53:02 armin76 Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.24.ebuild,v 1.7 2010/06/28 04:18:53 jer Exp $
61
62 EAPI=2
63 inherit eutils
64 @@ -15,6 +15,7 @@
65 IUSE=""
66
67 DEPEND="net-libs/libpcap
68 + dev-libs/glib
69 >=net-libs/libnet-1.1.0-r3"
70 RDEPEND="${DEPEND}
71 !net-libs/libnids:1.1"
72
73
74
75 1.1 net-libs/libnids/libnids-1.18-r1.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/libnids-1.18-r1.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/libnids-1.18-r1.ebuild?rev=1.1&content-type=text/plain
79
80 Index: libnids-1.18-r1.ebuild
81 ===================================================================
82 # Copyright 1999-2010 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.18-r1.ebuild,v 1.1 2010/06/28 04:18:53 jer Exp $
85
86 EAPI="2"
87
88 inherit eutils
89
90 DESCRIPTION="emulates the IP stack of Linux 2.0.x and offers IP defragmentation, TCP stream assembly and TCP port scan detection."
91 HOMEPAGE="http://www.packetfactory.net/Projects/libnids/"
92 SRC_URI="http://www.packetfactory.net/Projects/libnids/dist/${P/_}.tar.gz"
93
94 LICENSE="LGPL-2.1"
95 SLOT="1.1"
96 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
97 IUSE=""
98
99 DEPEND="net-libs/libpcap
100 >=net-libs/libnet-1.1.0-r3"
101
102 src_prepare() {
103 epatch \
104 "${FILESDIR}"/${P}-chksum.c-ebx.patch \
105 "${FILESDIR}"/${PN}-1.24-ldflags.patch
106 }
107
108 src_configure() {
109 econf --enable-shared || die "econf failed"
110 }
111
112 src_install() {
113 emake install_prefix="${D}" install || die "emake install failed"
114 dodoc CHANGES CREDITS MISC README
115 }