summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Krier <cedk@gentoo.org>2006-11-20 23:10:45 +0000
committerCédric Krier <cedk@gentoo.org>2006-11-20 23:10:45 +0000
commit0626996198aa3c25a28cec8e5bcc1c33b037b1a0 (patch)
tree1fcdd4252a60e6b4271350bc5283e8a61004e83c /net-analyzer
parentcleanup versions and fix dbus deps for bug #155282 (diff)
downloadgentoo-2-0626996198aa3c25a28cec8e5bcc1c33b037b1a0.tar.gz
gentoo-2-0626996198aa3c25a28cec8e5bcc1c33b037b1a0.tar.bz2
gentoo-2-0626996198aa3c25a28cec8e5bcc1c33b037b1a0.zip
remove prepall for bug #140699
(Portage version: 2.1.1-r1)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ttt/ChangeLog5
-rw-r--r--net-analyzer/ttt/files/digest-ttt-1.8.12
-rw-r--r--net-analyzer/ttt/files/digest-ttt-1.8.1-r12
-rw-r--r--net-analyzer/ttt/ttt-1.8.1-r1.ebuild8
4 files changed, 10 insertions, 7 deletions
diff --git a/net-analyzer/ttt/ChangeLog b/net-analyzer/ttt/ChangeLog
index 598c91afb385..cf5973d62ee3 100644
--- a/net-analyzer/ttt/ChangeLog
+++ b/net-analyzer/ttt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ttt
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ChangeLog,v 1.11 2006/02/17 16:50:14 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ChangeLog,v 1.12 2006/11/20 23:10:45 cedk Exp $
+
+ 20 Nov 2006; Cedric Krier <cedk@gentoo.org> ttt-1.8.1-r1.ebuild:
+ remove prepall for bug #140699
17 Feb 2006; Markus Ullmann <jokey@gentoo.org> ttt-1.8.1.ebuild,
ttt-1.8.1-r1.ebuild:
diff --git a/net-analyzer/ttt/files/digest-ttt-1.8.1 b/net-analyzer/ttt/files/digest-ttt-1.8.1
index 223260ed5207..2b5603b0136d 100644
--- a/net-analyzer/ttt/files/digest-ttt-1.8.1
+++ b/net-analyzer/ttt/files/digest-ttt-1.8.1
@@ -1 +1,3 @@
MD5 651ea8ad895bcbca66e53be1fda0a26c ttt-1.8.1.tar.gz 135067
+RMD160 9ca229376f6403f9a2b38edb94f0bb56af66bbea ttt-1.8.1.tar.gz 135067
+SHA256 c0e0bc55a3460eb91a4ad6c7160eb5e1f0c15d8d3f0cfb15ca222fc3db1369f6 ttt-1.8.1.tar.gz 135067
diff --git a/net-analyzer/ttt/files/digest-ttt-1.8.1-r1 b/net-analyzer/ttt/files/digest-ttt-1.8.1-r1
index 223260ed5207..2b5603b0136d 100644
--- a/net-analyzer/ttt/files/digest-ttt-1.8.1-r1
+++ b/net-analyzer/ttt/files/digest-ttt-1.8.1-r1
@@ -1 +1,3 @@
MD5 651ea8ad895bcbca66e53be1fda0a26c ttt-1.8.1.tar.gz 135067
+RMD160 9ca229376f6403f9a2b38edb94f0bb56af66bbea ttt-1.8.1.tar.gz 135067
+SHA256 c0e0bc55a3460eb91a4ad6c7160eb5e1f0c15d8d3f0cfb15ca222fc3db1369f6 ttt-1.8.1.tar.gz 135067
diff --git a/net-analyzer/ttt/ttt-1.8.1-r1.ebuild b/net-analyzer/ttt/ttt-1.8.1-r1.ebuild
index 9e6c2e134ad8..ca8fa5f93c69 100644
--- a/net-analyzer/ttt/ttt-1.8.1-r1.ebuild
+++ b/net-analyzer/ttt/ttt-1.8.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ttt-1.8.1-r1.ebuild,v 1.2 2006/02/17 16:50:14 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ttt-1.8.1-r1.ebuild,v 1.3 2006/11/20 23:10:45 cedk Exp $
inherit eutils
@@ -34,10 +34,7 @@ src_unpack() {
}
src_compile() {
- local myconf
- use ipv6 && myconf="${myconf} --enable-ipv6"
-
- econf ${myconf} || die "./configure failed"
+ econf $(use_enable ipv6) || die "econf failed"
emake || die "make failed"
}
@@ -47,5 +44,4 @@ src_install() {
dodir /usr/lib/ttt
dodir /usr/share/man/man1
einstall exec_prefix="${D}"/usr install-man || die "make install failed"
- prepall
}