# ChangeLog for net-analyzer/nessus-core
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.106 2006/06/01 21:41:01 jokey Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.107 2007/01/05 08:37:52 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ nessus-core-2.2.6.ebuild, nessus-core-2.2.7.ebuild,
+ nessus-core-2.2.8.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
*nessus-core-2.2.8 (01 Jun 2006)
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.2.6.ebuild,v 1.9 2006/02/07 21:31:11 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.2.6.ebuild,v 1.10 2007/01/05 08:37:52 flameeyes Exp $
-inherit toolchain-funcs eutils gnuconfig
+inherit toolchain-funcs eutils
DESCRIPTION="A remote security scanner for Linux (nessus-core)"
HOMEPAGE="http://www.nessus.org/"
S="${WORKDIR}/${PN}"
-src_unpack() {
- unpack ${A}
- gnuconfig_update
-}
-
src_compile() {
export CC="$(tc-getCC)"
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.2.7.ebuild,v 1.1 2006/03/09 17:48:36 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.2.7.ebuild,v 1.2 2007/01/05 08:37:52 flameeyes Exp $
-inherit toolchain-funcs eutils gnuconfig
+inherit toolchain-funcs eutils
DESCRIPTION="A remote security scanner for Linux (nessus-core)"
HOMEPAGE="http://www.nessus.org/"
S="${WORKDIR}/${PN}"
-src_unpack() {
- unpack ${A}
- gnuconfig_update
-}
-
src_compile() {
export CC="$(tc-getCC)"
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.2.8.ebuild,v 1.1 2006/06/01 21:41:01 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.2.8.ebuild,v 1.2 2007/01/05 08:37:52 flameeyes Exp $
-inherit toolchain-funcs eutils gnuconfig
+inherit toolchain-funcs eutils
DESCRIPTION="A remote security scanner for Linux (nessus-core)"
HOMEPAGE="http://www.nessus.org/"
S="${WORKDIR}/${PN}"
-src_unpack() {
- unpack ${A}
- gnuconfig_update
-}
-
src_compile() {
export CC="$(tc-getCC)"
# ChangeLog for net-analyzer/ntop
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.48 2006/11/20 22:10:15 cedk Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.49 2007/01/05 08:39:00 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> ntop-3.0.ebuild,
+ ntop-3.1.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
20 Nov 2006; Cedric Krier <cedk@gentoo.org> ntop-3.2-r2.ebuild:
fix sslwatchdog and add einfo about pwd
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.19 2006/02/15 23:41:37 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.0.ebuild,v 1.20 2007/01/05 08:39:00 flameeyes Exp $
-inherit gnuconfig
DESCRIPTION="tool that shows network usage like top"
HOMEPAGE="http://www.ntop.org/ntop.html"
ssl? ( >=dev-libs/openssl-0.9.6 )
readline? ( >=sys-libs/readline-4.1 )"
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
src_compile() {
local myconf
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.1.ebuild,v 1.9 2006/02/15 23:41:37 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.1.ebuild,v 1.10 2007/01/05 08:39:00 flameeyes Exp $
-inherit gnuconfig eutils
+inherit eutils
DESCRIPTION="tool that shows network usage like top"
HOMEPAGE="http://www.ntop.org/ntop.html"
unpack ${A}
mv ${WORKDIR}/ntop ${WORKDIR}/ntop-3.1
cd ${S}
- gnuconfig_update
epatch ${FILESDIR}/globals-core.c.diff
}
# ChangeLog for net-analyzer/tcptrace
-# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/ChangeLog,v 1.15 2006/02/17 16:17:22 jokey Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/ChangeLog,v 1.16 2007/01/05 08:40:32 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> tcptrace-6.6.1.ebuild,
+ tcptrace-6.6.1-r1.ebuild, tcptrace-6.6.7.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
17 Feb 2006; Markus Ullmann <jokey@gentoo.org> tcptrace-6.6.1.ebuild,
tcptrace-6.6.1-r1.ebuild, tcptrace-6.6.7.ebuild:
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild,v 1.8 2006/02/17 16:17:22 jokey Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild,v 1.9 2007/01/05 08:40:32 flameeyes Exp $
IUSE=""
DEPEND="net-libs/libpcap"
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
src_install() {
dobin tcptrace
dobin xpl2gpl
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild,v 1.8 2006/02/17 16:17:22 jokey Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild,v 1.9 2007/01/05 08:40:32 flameeyes Exp $
IUSE=""
DEPEND="net-libs/libpcap"
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
src_install() {
dobin tcptrace
newman tcptrace.man tcptrace.1
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild,v 1.3 2006/02/17 16:17:22 jokey Exp $
-
-inherit gnuconfig
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild,v 1.4 2007/01/05 08:40:32 flameeyes Exp $
IUSE=""
DEPEND="net-libs/libpcap"
-src_unpack() {
- unpack ${A}
- cd ${S}
- gnuconfig_update
-}
-
src_install() {
dobin tcptrace xpl2gpl
# ChangeLog for net-analyzer/traceroute
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.40 2006/11/18 12:37:33 eldad Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.41 2007/01/05 08:42:24 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org>
+ traceroute-1.4_p12-r2.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
18 Nov 2006; Eldad Zack <eldad@gentoo.org>
+files/traceroute-1.4a12-let_kernel_find_address.patch,
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-1.4_p12-r2.ebuild,v 1.12 2006/03/01 02:01:44 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-1.4_p12-r2.ebuild,v 1.13 2007/01/05 08:42:24 flameeyes Exp $
-inherit eutils gnuconfig flag-o-matic
+inherit eutils flag-o-matic
MY_P="${PN}-1.4a12"
S="${WORKDIR}/${MY_P}"
src_compile() {
# fixes bug #21122
# -taviso
- gnuconfig_update
# use non-lazy bindings for this suid app
append-ldflags -Wl,-z,now
# ChangeLog for net-analyzer/trafshow
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/ChangeLog,v 1.26 2006/08/15 09:10:57 blubb Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/ChangeLog,v 1.27 2007/01/05 08:44:21 flameeyes Exp $
+
+ 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> trafshow-5.2.1.ebuild,
+ trafshow-5.2.3.ebuild:
+ Remove gnuconfig_update usage, leave it to econf.
15 Aug 2006; Simon Stelling <blubb@gentoo.org> trafshow-5.2.1.ebuild:
stable on amd64
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-5.2.1.ebuild,v 1.8 2006/08/15 09:10:57 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-5.2.1.ebuild,v 1.9 2007/01/05 08:44:21 flameeyes Exp $
-inherit eutils gnuconfig
+inherit eutils
DESCRIPTION="Full screen visualization of the network traffic"
HOMEPAGE="http://soft.risp.ru/trafshow/index_en.shtml"
unpack ${A}; cd "${S}"
epatch "${FILESDIR}/${P}-gentoo.patch"
epatch "${FILESDIR}/${P}-gcc4.diff"
- use ppc64 && gnuconfig_update
}
src_compile() {
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-5.2.3.ebuild,v 1.2 2006/07/28 06:42:15 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/trafshow/trafshow-5.2.3.ebuild,v 1.3 2007/01/05 08:44:21 flameeyes Exp $
-inherit eutils gnuconfig
+inherit eutils
DESCRIPTION="Full screen visualization of the network traffic"
HOMEPAGE="http://soft.risp.ru/trafshow/index_en.shtml"
src_unpack() {
unpack ${A}; cd "${S}"
epatch "${FILESDIR}/${PN}-5.2.1-gentoo.patch"
- use ppc64 && gnuconfig_update
}
src_compile() {