diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-06-25 23:02:41 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-06-25 23:02:55 +0200 |
commit | b33478dcca59b26bbfb07a08fe97c9a6e5118f89 (patch) | |
tree | d9e8096641b74d38449e4e95dc2394aaf178e17d /net-analyzer/echoping | |
parent | package.mask: Mask multiple dev-ml/ pkgs for removal (diff) | |
download | gentoo-b33478dcca59b26bbfb07a08fe97c9a6e5118f89.tar.gz gentoo-b33478dcca59b26bbfb07a08fe97c9a6e5118f89.tar.bz2 gentoo-b33478dcca59b26bbfb07a08fe97c9a6e5118f89.zip |
net-analyzer/echoping: Old.
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-analyzer/echoping')
-rw-r--r-- | net-analyzer/echoping/echoping-6.0.2_p434.ebuild | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/net-analyzer/echoping/echoping-6.0.2_p434.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434.ebuild deleted file mode 100644 index 4245e74c127b..000000000000 --- a/net-analyzer/echoping/echoping-6.0.2_p434.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit autotools eutils - -DESCRIPTION="Small program to test performances of remote servers" -HOMEPAGE="http://echoping.sourceforge.net/" -SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="amd64 ~hppa x86" -IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap" -RESTRICT="test" - -RDEPEND="idn? ( net-dns/libidn ) - postgres? ( dev-db/postgresql ) - ldap? ( net-nds/openldap ) - ssl? ( - gnutls? ( >=net-libs/gnutls-1.0.17 ) - !gnutls? ( >=dev-libs/openssl-0.9.7d ) - )" -DEPEND="${RDEPEND} - >=sys-devel/libtool-2" - -REQUIRED_USE="gnutls? ( ssl )" - -DOCS=( README AUTHORS ChangeLog DETAILS NEWS TODO ) - -src_prepare() { - epatch "${FILESDIR}"/${PN}-6.0.2_p434-fix_implicit_declarations.patch - - eautoreconf -} - -src_configure() { - econf \ - --config-cache \ - --disable-ttcp \ - $(use_enable http) \ - $(use_enable icp) \ - $(use_with idn libidn) \ - $(use_enable smtp) \ - $(use_enable tos) \ - $(use_enable priority) \ - $(usex gnutls $(use_with gnutls) $(use_with ssl)) -} |