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.18-r2.ebuild libnids-1.24-r2.ebuild
Date: Tue, 10 Jan 2012 19:00:37
Message-Id: 20120110190026.E371B2004B@flycatcher.gentoo.org
1 jer 12/01/10 19:00:26
2
3 Modified: ChangeLog
4 Added: libnids-1.18-r2.ebuild libnids-1.24-r2.ebuild
5 Log:
6 Add USE=static-libs by Maurizio Camisaschi (bug #398411).
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.47 net-libs/libnids/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/ChangeLog?rev=1.47&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/ChangeLog?rev=1.47&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/ChangeLog?r1=1.46&r2=1.47
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v
20 retrieving revision 1.46
21 retrieving revision 1.47
22 diff -u -r1.46 -r1.47
23 --- ChangeLog 10 Jan 2012 17:06:04 -0000 1.46
24 +++ ChangeLog 10 Jan 2012 19:00:26 -0000 1.47
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-libs/libnids
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.46 2012/01/10 17:06:04 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/ChangeLog,v 1.47 2012/01/10 19:00:26 jer Exp $
30 +
31 +*libnids-1.24-r2 (10 Jan 2012)
32 +*libnids-1.18-r2 (10 Jan 2012)
33 +
34 + 10 Jan 2012; Jeroen Roovers <jer@g.o> +libnids-1.18-r2.ebuild,
35 + +libnids-1.24-r2.ebuild:
36 + Add USE=static-libs by Maurizio Camisaschi (bug #398411).
37
38 10 Jan 2012; Agostino Sarubbo <ago@g.o> libnids-1.18-r1.ebuild,
39 libnids-1.24-r1.ebuild:
40
41
42
43 1.1 net-libs/libnids/libnids-1.18-r2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/libnids-1.18-r2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/libnids-1.18-r2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libnids-1.18-r2.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.18-r2.ebuild,v 1.1 2012/01/10 19:00:26 jer Exp $
53
54 EAPI="4"
55
56 inherit eutils
57
58 DESCRIPTION="an implementation of an E-component of Network Intrusion Detection System"
59 HOMEPAGE="http://www.packetfactory.net/Projects/libnids/"
60 SRC_URI="http://www.packetfactory.net/Projects/libnids/dist/${P/_}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="1.1"
64 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
65 IUSE="static-libs"
66
67 DEPEND="net-libs/libpcap
68 >=net-libs/libnet-1.1.0-r3"
69 RDEPEND="${DEPEND}"
70
71 src_prepare() {
72 epatch \
73 "${FILESDIR}"/${P}-chksum.c-ebx.patch \
74 "${FILESDIR}"/${P}-elif.patch \
75 "${FILESDIR}"/${PN}-1.24-ldflags.patch
76 }
77
78 src_configure() {
79 econf --enable-shared
80 }
81
82 src_install() {
83 emake install_prefix="${D}" install
84 use static-libs || rm -f "${D}"/usr/lib*/libnids.a
85 dodoc CHANGES CREDITS MISC README
86 }
87
88
89
90 1.1 net-libs/libnids/libnids-1.24-r2.ebuild
91
92 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/libnids-1.24-r2.ebuild?rev=1.1&view=markup
93 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnids/libnids-1.24-r2.ebuild?rev=1.1&content-type=text/plain
94
95 Index: libnids-1.24-r2.ebuild
96 ===================================================================
97 # Copyright 1999-2012 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 # $Header: /var/cvsroot/gentoo-x86/net-libs/libnids/libnids-1.24-r2.ebuild,v 1.1 2012/01/10 19:00:26 jer Exp $
100
101 EAPI="4"
102
103 inherit eutils
104
105 DESCRIPTION="an implementation of an E-component of Network Intrusion Detection System"
106 HOMEPAGE="http://libnids.sourceforge.net/"
107 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
108
109 LICENSE="GPL-2"
110 SLOT="1.2"
111 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
112 IUSE="+glib +libnet static-libs"
113
114 DEPEND="net-libs/libpcap
115 glib? ( dev-libs/glib )
116 libnet? ( >=net-libs/libnet-1.1.0-r3 )"
117 RDEPEND="${DEPEND}
118 !net-libs/libnids:1.1"
119
120 src_prepare() {
121 epatch "${FILESDIR}/${P}-ldflags.patch"
122 }
123
124 src_configure() {
125 local myconf="--enable-shared"
126 use glib || myconf="${myconf} --disable-libglib"
127 use libnet || myconf="${myconf} --disable-libnet"
128 econf ${myconf}
129 }
130
131 src_install() {
132 emake install_prefix="${D}" install
133 use static-libs || rm -f "${D}"/usr/lib*/libnids.a
134 dodoc CHANGES CREDITS MISC README doc/*
135 }