# ChangeLog for net-analyzer/dsniff
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/ChangeLog,v 1.41 2006/12/01 23:16:06 cedk Exp $
+# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/ChangeLog,v 1.42 2007/02/01 21:42:14 jokey Exp $
+
+ 01 Feb 2007; Markus Ullmann <jokey@gentoo.org> dsniff-2.4_beta1-r3.ebuild:
+ emake > make
01 Dec 2006; Cedric Krier <cedk@gentoo.org> dsniff-2.4_beta1-r3.ebuild:
Fix cross-compilation and typo
-# 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/dsniff/dsniff-2.4_beta1-r3.ebuild,v 1.4 2006/12/01 23:16:06 cedk Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dsniff/dsniff-2.4_beta1-r3.ebuild,v 1.5 2007/02/01 21:42:14 jokey Exp $
inherit eutils flag-o-matic toolchain-funcs
append-flags -DCLK_TCK=CLOCKS_PER_SEC
fi
econf \
- $(use_with X x) \
- || die "econf failed"
+ $(use_with X x) \
+ || die "econf failed"
emake CC="$(tc-getCC)" || die "emake failed"
}
src_install() {
- make install install_prefix="${D}" || die "make install failed"
+ emake install install_prefix="${D}" || die "emake install failed"
dodir /etc/dsniff
cp "${D}"/usr/share/dsniff/{dnsspoof.hosts,dsniff.{magic,services}} \
"${D}"/etc/dsniff/
# ChangeLog for net-analyzer/echoping
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.7 2006/07/27 02:47:09 vanquirius Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.8 2007/02/01 21:44:37 jokey Exp $
+
+ 01 Feb 2007; Markus Ullmann <jokey@gentoo.org> echoping-5.2.0.ebuild:
+ emake > make
27 Jul 2006; Marcelo Goes <vanquirius@gentoo.org> echoping-5.2.0.ebuild:
Force ebuild to fail if both ssl and gnutls USE flags are set. Fixes bug
-# 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/echoping/echoping-5.2.0.ebuild,v 1.6 2006/07/27 02:47:09 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-5.2.0.ebuild,v 1.7 2007/02/01 21:44:37 jokey Exp $
inherit eutils
KEYWORDS="x86"
IUSE="gnutls http icp idn priority smtp ssl tos"
-# Add suport to libidn
+# Add suport to libidn
DEPEND="gnutls? ( >=net-libs/gnutls-1.0.17 )
ssl? ( >=dev-libs/openssl-0.9.7d )
idn? ( net-dns/libidn )"
cd "${S}"
if ! use http ; then
- # This patch defines maxtoread eventhough http is not
+ # This patch defines maxtoread eventhough http is not
# enabled. This avoids an error in readline.c:56.
epatch "${FILESDIR}"/maxtoread-${PV}.patch
fi
}
src_install() {
- make install DESTDIR="${D}" || die
+ emake install DESTDIR="${D}" || die "emake install failed"
# They are not installed by make install
dodoc README AUTHORS ChangeLog DETAILS NEWS TODO