Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/echoping/
Date: Sat, 25 Jun 2016 21:03:01
Message-Id: 1466888575.b33478dcca59b26bbfb07a08fe97c9a6e5118f89.jer@gentoo
1 commit: b33478dcca59b26bbfb07a08fe97c9a6e5118f89
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 25 21:02:41 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 25 21:02:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b33478dc
7
8 net-analyzer/echoping: Old.
9
10 Package-Manager: portage-2.3.0
11
12 net-analyzer/echoping/echoping-6.0.2_p434.ebuild | 49 ------------------------
13 1 file changed, 49 deletions(-)
14
15 diff --git a/net-analyzer/echoping/echoping-6.0.2_p434.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434.ebuild
16 deleted file mode 100644
17 index 4245e74..0000000
18 --- a/net-analyzer/echoping/echoping-6.0.2_p434.ebuild
19 +++ /dev/null
20 @@ -1,49 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -inherit autotools eutils
27 -
28 -DESCRIPTION="Small program to test performances of remote servers"
29 -HOMEPAGE="http://echoping.sourceforge.net/"
30 -SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz"
31 -LICENSE="GPL-2"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 ~hppa x86"
35 -IUSE="gnutls http icp idn priority smtp ssl tos postgres ldap"
36 -RESTRICT="test"
37 -
38 -RDEPEND="idn? ( net-dns/libidn )
39 - postgres? ( dev-db/postgresql )
40 - ldap? ( net-nds/openldap )
41 - ssl? (
42 - gnutls? ( >=net-libs/gnutls-1.0.17 )
43 - !gnutls? ( >=dev-libs/openssl-0.9.7d )
44 - )"
45 -DEPEND="${RDEPEND}
46 - >=sys-devel/libtool-2"
47 -
48 -REQUIRED_USE="gnutls? ( ssl )"
49 -
50 -DOCS=( README AUTHORS ChangeLog DETAILS NEWS TODO )
51 -
52 -src_prepare() {
53 - epatch "${FILESDIR}"/${PN}-6.0.2_p434-fix_implicit_declarations.patch
54 -
55 - eautoreconf
56 -}
57 -
58 -src_configure() {
59 - econf \
60 - --config-cache \
61 - --disable-ttcp \
62 - $(use_enable http) \
63 - $(use_enable icp) \
64 - $(use_with idn libidn) \
65 - $(use_enable smtp) \
66 - $(use_enable tos) \
67 - $(use_enable priority) \
68 - $(usex gnutls $(use_with gnutls) $(use_with ssl))
69 -}