ChangeLog

# ChangeLog for net-analyzer/echoping
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/ChangeLog,v 1.15 2008/05/21 18:47:00 dev-zero Exp $

21 May 2008; Tiziano Müller ChangeLog:
Changed dependency for postgresql from dev-db/postgresql to
virtual/postgresql-server

26 Jan 2008; echoping-6.0.2.ebuild:
Do not die if ssl and gnutls are enabled, better chose gnutls, thank Paul
Tobias for patch, bug #141782.

06 Sep 2007; Markus Ullmann
-files/maxtoread-5.2.0.patch, -echoping-5.2.0.ebuild,
-echoping-6.0.1.ebuild:
Cleanup

06 Sep 2007; Markus Ullmann echoping-6.0.2.ebuild:
Stable on x86

*echoping-6.0.2 (29 Jul 2007)

29 Jul 2007; Tobias Scherbaum
+echoping-6.0.2.ebuild:
Version bump, bug #184713

09 Jul 2007; Raúl Porcel echoping-6.0.1.ebuild:
x86 stable

*echoping-6.0.1 (12 Apr 2007)

12 Apr 2007; Markus Ullmann +echoping-6.0.1.ebuild:
Version bump wrt bug #172453 thanks to Stephane Bortzmeyer

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
141782. Thanks to Johannes Weiner .

27 Jul 2006; Marcelo Goes metadata.xml:
Remove angusyoung from metadata.xml, see bug 58356.

26 Feb 2006; Marcelo Goes echoping-5.2.0.ebuild:
Add quotes to S, FILESDIR and D, use make install instead of emake install,
do not install COPYING.

27 May 2005; Otavio Piske echoping-5.2.0.ebuild:
Marked as x86.

05 Apr 2005; Otavio R. Piske echoping-5.2.0.ebuild:
Removed 1 of the 2 use_enable icp in src_compile

25 Jan 2005; Otavio R. Piske echoping-5.2.0.ebuild:
Removed einstall in favour of emake install

*echoping-5.2.0 (25 Jan 2005)

25 Jan 2005; Otavio R. Piske
+files/maxtoread-5.2.0.patch, +echoping-5.2.0.ebuild:
Initial release. Thanks to Gudleik Rasch for
submitting the ebuild.

Manifest

DIST echoping-6.0.2.tar.gz 1660983 RMD160 73ee80f4b666fde3a0e02589388e485c487005fc SHA1 8b414d1dbc5a0f21a7f2cccb0138aec13117a1a4 SHA256 1dfa4c45bf461b2379ff91773ed7136176e2abac9e85c26bc9654942b5155eac
EBUILD echoping-6.0.2.ebuild 1484 RMD160 2d114bc4f1b6f6edd804133223706e6c94b5aebf SHA1 57bf6ea4993a01b653850f8570e12304b80296fe SHA256 b121bda7048238f6dac11f4ed743e86ea839dedad357b4c42a39c35567e4c2ff
MISC ChangeLog 2381 RMD160 9eb2643dab38dffaa7541da9ddf84f76202b0056 SHA1 b47eb52ab7b2235c7b32e28df131e4b4e6d04729 SHA256 441ae27ab430c489b5432c19bd5ef434ba6612feb81640a27219fffcdbb12f17
MISC metadata.xml 159 RMD160 28e799fe0fd02aaab9d4bbe5595f133101606f5b SHA1 9f5df3eabd621951a959cc8e0e2e0d352cd1fe1e SHA256 b75c711bd971e46f0ec957e833c60879b0c5023e0bb94409a6255781b69f6dc6

echoping-6.0.2.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/echoping/echoping-6.0.2.ebuild,v 1.4 2008/05/21 18:47:00 dev-zero Exp $

inherit eutils

DESCRIPTION="echoping is a small program to test performances of remote servers"
HOMEPAGE="http://echoping.sourceforge.net/"
SRC_URI="mirror://sourceforge/echoping/${P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 x86"
IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap"

DEPEND="gnutls? ( >=net-libs/gnutls-1.0.17 )
ssl? ( >=dev-libs/openssl-0.9.7d )
idn? ( net-dns/libidn )
postgres? ( virtual/postgresql-server )
ldap? ( net-nds/openldap )"

src_compile() {
local my_ssl_conf
if use gnutls; then
if use ssl; then
ewarn "You've enabled both ssl and gnutls USE flags but ${PN} could"
ewarn "not be built with both, see bug #141782. Using gnutls only."
fi
my_ssl_conf="${myconf} $(use_with gnutls)"
elif use ssl; then
my_ssl_conf="${myconf} $(use_with ssl)"
fi

econf \
--config-cache \
--disable-ttcp \
${my_ssl_conf} \
$(use_enable http) \
$(use_enable icp) \
$(use_with idn libidn) \
$(use_enable smtp) \
$(use_enable tos) \
$(use_enable priority) \
|| die "econf failed"

emake || die "emake failed"
}

src_install() {
emake install DESTDIR="${D}" || die "emake install failed"

# They are not installed by make install
dodoc README AUTHORS ChangeLog DETAILS NEWS TODO
}

metadata.xml




netmon