From d772faa44a2e67a700d9a19c4e5bb5ebdc9f0d7a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20Petten=C3=B2?= Date: Fri, 5 Jan 2007 08:44:21 +0000 Subject: [PATCH] Remove gnuconfig_update usage, leave it to econf. Package-Manager: portage-2.1.2_rc4-r5 --- net-analyzer/nessus-core/ChangeLog | 9 +++++++-- net-analyzer/nessus-core/nessus-core-2.2.6.ebuild | 11 +++-------- net-analyzer/nessus-core/nessus-core-2.2.7.ebuild | 11 +++-------- net-analyzer/nessus-core/nessus-core-2.2.8.ebuild | 11 +++-------- net-analyzer/ntop/ChangeLog | 8 ++++++-- net-analyzer/ntop/ntop-3.0.ebuild | 11 ++--------- net-analyzer/ntop/ntop-3.1.ebuild | 7 +++---- net-analyzer/tcptrace/ChangeLog | 8 ++++++-- net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild | 12 ++---------- net-analyzer/tcptrace/tcptrace-6.6.1.ebuild | 12 ++---------- net-analyzer/tcptrace/tcptrace-6.6.7.ebuild | 12 ++---------- net-analyzer/traceroute/ChangeLog | 8 ++++++-- net-analyzer/traceroute/traceroute-1.4_p12-r2.ebuild | 7 +++---- net-analyzer/trafshow/ChangeLog | 8 ++++++-- net-analyzer/trafshow/trafshow-5.2.1.ebuild | 7 +++---- net-analyzer/trafshow/trafshow-5.2.3.ebuild | 7 +++---- 16 files changed, 60 insertions(+), 89 deletions(-) diff --git a/net-analyzer/nessus-core/ChangeLog b/net-analyzer/nessus-core/ChangeLog index a38fae97aa06..d2ea2279a036 100644 --- a/net-analyzer/nessus-core/ChangeLog +++ b/net-analyzer/nessus-core/ChangeLog @@ -1,6 +1,11 @@ # 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ò + 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) diff --git a/net-analyzer/nessus-core/nessus-core-2.2.6.ebuild b/net-analyzer/nessus-core/nessus-core-2.2.6.ebuild index e831a6be3f9b..26a066bfe9b3 100644 --- a/net-analyzer/nessus-core/nessus-core-2.2.6.ebuild +++ b/net-analyzer/nessus-core/nessus-core-2.2.6.ebuild @@ -1,8 +1,8 @@ -# 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/" @@ -21,11 +21,6 @@ DEPEND="=net-analyzer/nessus-libraries-${PV} S="${WORKDIR}/${PN}" -src_unpack() { - unpack ${A} - gnuconfig_update -} - src_compile() { export CC="$(tc-getCC)" diff --git a/net-analyzer/nessus-core/nessus-core-2.2.7.ebuild b/net-analyzer/nessus-core/nessus-core-2.2.7.ebuild index 57572cbc9969..c0016d5cb8a4 100644 --- a/net-analyzer/nessus-core/nessus-core-2.2.7.ebuild +++ b/net-analyzer/nessus-core/nessus-core-2.2.7.ebuild @@ -1,8 +1,8 @@ -# 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/" @@ -21,11 +21,6 @@ DEPEND="=net-analyzer/nessus-libraries-${PV} S="${WORKDIR}/${PN}" -src_unpack() { - unpack ${A} - gnuconfig_update -} - src_compile() { export CC="$(tc-getCC)" diff --git a/net-analyzer/nessus-core/nessus-core-2.2.8.ebuild b/net-analyzer/nessus-core/nessus-core-2.2.8.ebuild index 7e5e308e15a2..47bde35b0fa0 100644 --- a/net-analyzer/nessus-core/nessus-core-2.2.8.ebuild +++ b/net-analyzer/nessus-core/nessus-core-2.2.8.ebuild @@ -1,8 +1,8 @@ -# 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/" @@ -21,11 +21,6 @@ DEPEND="=net-analyzer/nessus-libraries-${PV} S="${WORKDIR}/${PN}" -src_unpack() { - unpack ${A} - gnuconfig_update -} - src_compile() { export CC="$(tc-getCC)" diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index 4a5af801794b..25e37818cff6 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,10 @@ # 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ò ntop-3.0.ebuild, + ntop-3.1.ebuild: + Remove gnuconfig_update usage, leave it to econf. 20 Nov 2006; Cedric Krier ntop-3.2-r2.ebuild: fix sslwatchdog and add einfo about pwd diff --git a/net-analyzer/ntop/ntop-3.0.ebuild b/net-analyzer/ntop/ntop-3.0.ebuild index bd216c6ae09e..7a872d43c386 100644 --- a/net-analyzer/ntop/ntop-3.0.ebuild +++ b/net-analyzer/ntop/ntop-3.0.ebuild @@ -1,8 +1,7 @@ -# 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" @@ -21,12 +20,6 @@ DEPEND=">=sys-libs/gdbm-1.8.0 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 diff --git a/net-analyzer/ntop/ntop-3.1.ebuild b/net-analyzer/ntop/ntop-3.1.ebuild index ae44df6fcba7..ad37c5061ccb 100644 --- a/net-analyzer/ntop/ntop-3.1.ebuild +++ b/net-analyzer/ntop/ntop-3.1.ebuild @@ -1,8 +1,8 @@ -# 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" @@ -37,7 +37,6 @@ src_unpack() { unpack ${A} mv ${WORKDIR}/ntop ${WORKDIR}/ntop-3.1 cd ${S} - gnuconfig_update epatch ${FILESDIR}/globals-core.c.diff } diff --git a/net-analyzer/tcptrace/ChangeLog b/net-analyzer/tcptrace/ChangeLog index 716ac1f548ff..af1ce9ca72cf 100644 --- a/net-analyzer/tcptrace/ChangeLog +++ b/net-analyzer/tcptrace/ChangeLog @@ -1,6 +1,10 @@ # 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ò 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 tcptrace-6.6.1.ebuild, tcptrace-6.6.1-r1.ebuild, tcptrace-6.6.7.ebuild: diff --git a/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild index f927f4596523..cab437091f46 100644 --- a/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild +++ b/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild @@ -1,8 +1,6 @@ -# 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="" @@ -17,12 +15,6 @@ KEYWORDS="x86 ~ppc ~amd64 ppc64" DEPEND="net-libs/libpcap" -src_unpack() { - unpack ${A} - cd ${S} - gnuconfig_update -} - src_install() { dobin tcptrace dobin xpl2gpl diff --git a/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild index 172773eea162..26b90d1d961f 100644 --- a/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild +++ b/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild @@ -1,8 +1,6 @@ -# 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="" @@ -17,12 +15,6 @@ KEYWORDS="x86 ~ppc ~amd64 ppc64" DEPEND="net-libs/libpcap" -src_unpack() { - unpack ${A} - cd ${S} - gnuconfig_update -} - src_install() { dobin tcptrace newman tcptrace.man tcptrace.1 diff --git a/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild index d02c670ebb13..d5a3ba26e7d6 100644 --- a/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild +++ b/net-analyzer/tcptrace/tcptrace-6.6.7.ebuild @@ -1,8 +1,6 @@ -# 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="" @@ -17,12 +15,6 @@ KEYWORDS="~x86 ~ppc ~amd64 ~ppc64" DEPEND="net-libs/libpcap" -src_unpack() { - unpack ${A} - cd ${S} - gnuconfig_update -} - src_install() { dobin tcptrace xpl2gpl diff --git a/net-analyzer/traceroute/ChangeLog b/net-analyzer/traceroute/ChangeLog index 8fb983a7d386..3fdac078a14b 100644 --- a/net-analyzer/traceroute/ChangeLog +++ b/net-analyzer/traceroute/ChangeLog @@ -1,6 +1,10 @@ # 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ò + traceroute-1.4_p12-r2.ebuild: + Remove gnuconfig_update usage, leave it to econf. 18 Nov 2006; Eldad Zack +files/traceroute-1.4a12-let_kernel_find_address.patch, diff --git a/net-analyzer/traceroute/traceroute-1.4_p12-r2.ebuild b/net-analyzer/traceroute/traceroute-1.4_p12-r2.ebuild index 86c0a96f0517..23dba25b36cb 100644 --- a/net-analyzer/traceroute/traceroute-1.4_p12-r2.ebuild +++ b/net-analyzer/traceroute/traceroute-1.4_p12-r2.ebuild @@ -1,8 +1,8 @@ -# 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}" @@ -31,7 +31,6 @@ src_unpack() { src_compile() { # fixes bug #21122 # -taviso - gnuconfig_update # use non-lazy bindings for this suid app append-ldflags -Wl,-z,now diff --git a/net-analyzer/trafshow/ChangeLog b/net-analyzer/trafshow/ChangeLog index d4e5b8c15d96..45b3c4038dfe 100644 --- a/net-analyzer/trafshow/ChangeLog +++ b/net-analyzer/trafshow/ChangeLog @@ -1,6 +1,10 @@ # 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ò trafshow-5.2.1.ebuild, + trafshow-5.2.3.ebuild: + Remove gnuconfig_update usage, leave it to econf. 15 Aug 2006; Simon Stelling trafshow-5.2.1.ebuild: stable on amd64 diff --git a/net-analyzer/trafshow/trafshow-5.2.1.ebuild b/net-analyzer/trafshow/trafshow-5.2.1.ebuild index 8e088dd06ff4..8724a3f267b9 100644 --- a/net-analyzer/trafshow/trafshow-5.2.1.ebuild +++ b/net-analyzer/trafshow/trafshow-5.2.1.ebuild @@ -1,8 +1,8 @@ -# 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" @@ -20,7 +20,6 @@ src_unpack() { unpack ${A}; cd "${S}" epatch "${FILESDIR}/${P}-gentoo.patch" epatch "${FILESDIR}/${P}-gcc4.diff" - use ppc64 && gnuconfig_update } src_compile() { diff --git a/net-analyzer/trafshow/trafshow-5.2.3.ebuild b/net-analyzer/trafshow/trafshow-5.2.3.ebuild index afead761dd00..916420870c87 100644 --- a/net-analyzer/trafshow/trafshow-5.2.3.ebuild +++ b/net-analyzer/trafshow/trafshow-5.2.3.ebuild @@ -1,8 +1,8 @@ -# 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" @@ -19,7 +19,6 @@ DEPEND="net-libs/libpcap src_unpack() { unpack ${A}; cd "${S}" epatch "${FILESDIR}/${PN}-5.2.1-gentoo.patch" - use ppc64 && gnuconfig_update } src_compile() { -- 2.26.2