# 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:
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
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
# 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
}
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"
}
dodir /usr/lib/ttt
dodir /usr/share/man/man1
einstall exec_prefix="${D}"/usr install-man || die "make install failed"
- prepall
}
# 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
dodir /usr/lib/ttt
dodir /usr/share/man/man1
einstall exec_prefix=${D}/usr install-man || die "make install failed"
- prepall
}