From 14b6d617a9e38c002d094dcf5f27a517d929d0f2 Mon Sep 17 00:00:00 2001 From: Markus Ullmann Date: Thu, 1 Feb 2007 21:44:37 +0000 Subject: [PATCH] emake > make Package-Manager: portage-2.1.2-r1 --- net-analyzer/dsniff/ChangeLog | 7 +++++-- net-analyzer/dsniff/dsniff-2.4_beta1-r3.ebuild | 10 +++++----- net-analyzer/echoping/ChangeLog | 7 +++++-- net-analyzer/echoping/echoping-5.2.0.ebuild | 10 +++++----- 4 files changed, 20 insertions(+), 14 deletions(-) diff --git a/net-analyzer/dsniff/ChangeLog b/net-analyzer/dsniff/ChangeLog index e5f2c6f8d78f..525f81f86bd3 100644 --- a/net-analyzer/dsniff/ChangeLog +++ b/net-analyzer/dsniff/ChangeLog @@ -1,6 +1,9 @@ # 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 dsniff-2.4_beta1-r3.ebuild: + emake > make 01 Dec 2006; Cedric Krier dsniff-2.4_beta1-r3.ebuild: Fix cross-compilation and typo diff --git a/net-analyzer/dsniff/dsniff-2.4_beta1-r3.ebuild b/net-analyzer/dsniff/dsniff-2.4_beta1-r3.ebuild index e6ceebcb0615..ad7cf36c9797 100644 --- a/net-analyzer/dsniff/dsniff-2.4_beta1-r3.ebuild +++ b/net-analyzer/dsniff/dsniff-2.4_beta1-r3.ebuild @@ -1,6 +1,6 @@ -# 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 @@ -57,13 +57,13 @@ src_compile() { 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/ diff --git a/net-analyzer/echoping/ChangeLog b/net-analyzer/echoping/ChangeLog index 25b7ec6c40f8..ca4bd7d3e91a 100644 --- a/net-analyzer/echoping/ChangeLog +++ b/net-analyzer/echoping/ChangeLog @@ -1,6 +1,9 @@ # 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 echoping-5.2.0.ebuild: + emake > make 27 Jul 2006; Marcelo Goes echoping-5.2.0.ebuild: Force ebuild to fail if both ssl and gnutls USE flags are set. Fixes bug diff --git a/net-analyzer/echoping/echoping-5.2.0.ebuild b/net-analyzer/echoping/echoping-5.2.0.ebuild index 3c8eb9f41afb..7eae5be82d05 100644 --- a/net-analyzer/echoping/echoping-5.2.0.ebuild +++ b/net-analyzer/echoping/echoping-5.2.0.ebuild @@ -1,6 +1,6 @@ -# 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 @@ -13,7 +13,7 @@ SLOT="0" 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 )" @@ -37,7 +37,7 @@ src_unpack() { 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 @@ -59,7 +59,7 @@ src_compile() { } 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 -- 2.26.2