summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 08:44:21 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 08:44:21 +0000
commitd772faa44a2e67a700d9a19c4e5bb5ebdc9f0d7a (patch)
tree4954828729c6bb0b5b686fb0297481e317488151 /net-analyzer/ntop
parentstable x86, bug #159721 (diff)
downloadhistorical-d772faa44a2e67a700d9a19c4e5bb5ebdc9f0d7a.tar.gz
historical-d772faa44a2e67a700d9a19c4e5bb5ebdc9f0d7a.tar.bz2
historical-d772faa44a2e67a700d9a19c4e5bb5ebdc9f0d7a.zip
Remove gnuconfig_update usage, leave it to econf.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'net-analyzer/ntop')
-rw-r--r--net-analyzer/ntop/ChangeLog8
-rw-r--r--net-analyzer/ntop/ntop-3.0.ebuild11
-rw-r--r--net-analyzer/ntop/ntop-3.1.ebuild7
3 files changed, 11 insertions, 15 deletions
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ò <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
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
}