summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-02-01 21:44:37 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-02-01 21:44:37 +0000
commitaa39a7c03fedd75d0e98521dbbec1738be48cef7 (patch)
tree1c85ad4491ec3a44c51c6c17c32ea8dadb0e5ab3 /net-analyzer/echoping
parentemake > make (diff)
downloadgentoo-2-aa39a7c03fedd75d0e98521dbbec1738be48cef7.tar.gz
gentoo-2-aa39a7c03fedd75d0e98521dbbec1738be48cef7.tar.bz2
gentoo-2-aa39a7c03fedd75d0e98521dbbec1738be48cef7.zip
emake > make
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-analyzer/echoping')
-rw-r--r--net-analyzer/echoping/ChangeLog7
-rw-r--r--net-analyzer/echoping/echoping-5.2.0.ebuild10
2 files changed, 10 insertions, 7 deletions
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 <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
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