Gentoo Archives: gentoo-commits

From: "Robert Buchholz (rbu)" <rbu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libnids: ChangeLog libnids-1.23-r1.ebuild libnids-1.22.ebuild libnids-1.21.ebuild libnids-1.20.ebuild libnids-1.23.ebuild
Date: Mon, 23 Mar 2009 19:47:20
Message-Id: E1Llq77-0003C2-06@stork.gentoo.org
1 rbu 09/03/23 19:47:12
2
3 Modified: ChangeLog
4 Added: libnids-1.23-r1.ebuild
5 Removed: libnids-1.22.ebuild libnids-1.21.ebuild
6 libnids-1.20.ebuild libnids-1.23.ebuild
7 Log:
8 Add blocker of 1.2 slot to 1.1 slot, bug #253588
9 (Portage version: 2.1.6.10/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.30 net-libs/libnids/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnids/ChangeLog?rev=1.30&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnids/ChangeLog?rev=1.30&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnids/ChangeLog?r1=1.29&r2=1.30
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v
21 retrieving revision 1.29
22 retrieving revision 1.30
23 diff -u -r1.29 -r1.30
24 --- ChangeLog 1 Mar 2009 16:24:06 -0000 1.29
25 +++ ChangeLog 23 Mar 2009 19:47:12 -0000 1.30
26 @@ -1,6 +1,13 @@
27 # ChangeLog for net-libs/libnids
28 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.29 2009/03/01 16:24:06 patrick Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.30 2009/03/23 19:47:12 rbu Exp $
31 +
32 +*libnids-1.23-r1 (23 Mar 2009)
33 +
34 + 23 Mar 2009; Robert Buchholz <rbu@g.o> -libnids-1.20.ebuild,
35 + -libnids-1.21.ebuild, -libnids-1.22.ebuild, -libnids-1.23.ebuild,
36 + +libnids-1.23-r1.ebuild:
37 + Add blocker of 1.2 slot to 1.1 slot, bug #253588
38
39 *libnids-1.23 (01 Mar 2009)
40
41
42
43
44 1.1 net-libs/libnids/libnids-1.23-r1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnids/libnids-1.23-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libnids/libnids-1.23-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: libnids-1.23-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.23-r1.ebuild,v 1.1 2009/03/23 19:47:12 rbu Exp $
54
55 EAPI=2
56 inherit eutils
57
58 DESCRIPTION="emulates the IP stack of Linux 2.0.x and offers IP defragmentation, TCP stream assembly and TCP port scan detection."
59 HOMEPAGE="http://libnids.sourceforge.net/"
60 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
61
62 LICENSE="LGPL-2.1"
63 SLOT="1.2"
64 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
65 IUSE=""
66
67 DEPEND="net-libs/libpcap
68 >=net-libs/libnet-1.1.0-r3"
69 RDEPEND="${DEPEND}
70 !net-libs/libnids:1.1"
71
72 src_prepare() {
73 epatch "${FILESDIR}"/${PN}-1.20-chksum.c-ebx.patch
74 }
75
76 src_configure() {
77 econf --enable-shared || die "econf failed"
78 }
79
80 src_install() {
81 emake install_prefix="${D}" install || die "emake install failed"
82 dodoc CHANGES CREDITS MISC README
83 dodoc doc/*
84 }