diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 08:40:32 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 08:40:32 +0000 |
commit | b1f02ec8d8caeac6e79f4f9e5829f2d6854683b9 (patch) | |
tree | 0b92ab88aecb2027324c94477e5c28af4e9e311a /net-analyzer | |
parent | Remove gnuconfig_update usage, leave it to econf. (diff) | |
download | gentoo-2-b1f02ec8d8caeac6e79f4f9e5829f2d6854683b9.tar.gz gentoo-2-b1f02ec8d8caeac6e79f4f9e5829f2d6854683b9.tar.bz2 gentoo-2-b1f02ec8d8caeac6e79f4f9e5829f2d6854683b9.zip |
Remove gnuconfig_update usage, leave it to econf.
(Portage version: 2.1.2_rc4-r5)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/tcptrace/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild | 12 | ||||
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.6.1.ebuild | 12 | ||||
-rw-r--r-- | net-analyzer/tcptrace/tcptrace-6.6.7.ebuild | 12 |
4 files changed, 12 insertions, 32 deletions
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ò <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: 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 |