emake > make
authorMarkus Ullmann <jokey@gentoo.org>
Thu, 1 Feb 2007 21:44:37 +0000 (21:44 +0000)
committerMarkus Ullmann <jokey@gentoo.org>
Thu, 1 Feb 2007 21:44:37 +0000 (21:44 +0000)
Package-Manager: portage-2.1.2-r1

net-analyzer/dsniff/ChangeLog
net-analyzer/dsniff/dsniff-2.4_beta1-r3.ebuild
net-analyzer/echoping/ChangeLog
net-analyzer/echoping/echoping-5.2.0.ebuild

index e5f2c6f8d78f28b14e25ac4b1c9e07fc41662e81..525f81f86bd3be7d8f826a811dd1c83cec094a98 100644 (file)
@@ -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 <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
index e6ceebcb0615c327ad29da0ea093b3f5e8579c67..ad7cf36c97976aae05616c0c2c4f17b30946db7b 100644 (file)
@@ -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/
index 25b7ec6c40f898c7cbb234a49071905c9c51e2d2..ca4bd7d3e91a56d4e73a50146b4776b29cdd984f 100644 (file)
@@ -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 <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
index 3c8eb9f41afbe4a9912643725f23992d5273f01d..7eae5be82d0530c1af1174941bb26255011a6f2d 100644 (file)
@@ -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