summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-analyzer/tcptrace/ChangeLog6
-rw-r--r--net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild12
-rw-r--r--net-analyzer/tcptrace/tcptrace-6.6.1.ebuild12
3 files changed, 25 insertions, 5 deletions
diff --git a/net-analyzer/tcptrace/ChangeLog b/net-analyzer/tcptrace/ChangeLog
index f06a8f334c93..fa04f6586a8c 100644
--- a/net-analyzer/tcptrace/ChangeLog
+++ b/net-analyzer/tcptrace/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/tcptrace
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/ChangeLog,v 1.9 2004/08/15 09:05:26 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/ChangeLog,v 1.10 2004/08/28 17:04:05 tgall Exp $
+
+ 28 Aug 2004; Tom Gall <tgall@gentoo.org> tcptrace-6.6.1-r1.ebuild,
+ tcptrace-6.6.1.ebuild:
+ stable on ppc64, and ~ppc64 (for -r1) bug #60143
*tcptrace-6.6.1-r1 (15 Aug 2004)
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild
index 67530f0f9929..ba676ab86bd2 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 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.1 2004/08/15 09:03:02 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.1-r1.ebuild,v 1.2 2004/08/28 17:04:05 tgall Exp $
+
+inherit gnuconfig
IUSE=""
@@ -11,10 +13,16 @@ SRC_URI="http://www.tcptrace.org/download/${P}.tar.gz
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~amd64"
+KEYWORDS="~x86 ~ppc ~amd64 ~ppc64"
DEPEND="net-libs/libpcap"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ gnuconfig_update
+}
+
src_compile() {
econf || die
emake || die
diff --git a/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild b/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild
index a5f7ac6221e2..9b95c5e2d540 100644
--- a/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild
+++ b/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2004 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.4 2004/08/10 09:42:59 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcptrace/tcptrace-6.6.1.ebuild,v 1.5 2004/08/28 17:04:05 tgall Exp $
+
+inherit gnuconfig
IUSE=""
@@ -11,10 +13,16 @@ SRC_URI="http://www.tcptrace.org/download/${P}.tar.gz
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc ~amd64"
+KEYWORDS="x86 ~ppc ~amd64 ppc64"
DEPEND="net-libs/libpcap"
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+ gnuconfig_update
+}
+
src_compile() {
econf || die
emake || die