From: Cédric Krier Date: Mon, 20 Nov 2006 23:15:28 +0000 (+0000) Subject: remove prepall for bug #140699 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=28e0e5d4b55bc949e53559e91cbdc2bd6dcb38b3;p=gentoo.git remove prepall for bug #140699 Package-Manager: portage-2.1.1-r1 --- 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 ttt-1.8.1-r1.ebuild: + remove prepall for bug #140699 17 Feb 2006; Markus Ullmann 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 } diff --git a/net-analyzer/ttt/ttt-1.8.1.ebuild b/net-analyzer/ttt/ttt-1.8.1.ebuild index 8bbcbbff3b30..ce1cfaa557ce 100644 --- a/net-analyzer/ttt/ttt-1.8.1.ebuild +++ b/net-analyzer/ttt/ttt-1.8.1.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.ebuild,v 1.4 2006/02/17 16:50:14 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ttt-1.8.1.ebuild,v 1.5 2006/11/20 23:15:28 cedk Exp $ inherit eutils @@ -47,5 +47,4 @@ src_install() { dodir /usr/lib/ttt dodir /usr/share/man/man1 einstall exec_prefix=${D}/usr install-man || die "make install failed" - prepall }