From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 00645138263 for ; Fri, 20 May 2016 08:00:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FE2C21C01D; Fri, 20 May 2016 08:00:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EE9F321C043 for ; Fri, 20 May 2016 08:00:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 75182340A9C for ; Fri, 20 May 2016 08:00:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C950A334 for ; Fri, 20 May 2016 08:00:22 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1463731221.75a0920dc0e864349a46cdbe470d2dd4d3b8ec0c.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/echoping/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/echoping/echoping-6.0.2_p434-r1.ebuild X-VCS-Directories: net-analyzer/echoping/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 75a0920dc0e864349a46cdbe470d2dd4d3b8ec0c X-VCS-Branch: master Date: Fri, 20 May 2016 08:00:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f9dad2d6-ab8f-4733-8f25-1186cafd106b X-Archives-Hash: ad94bce2de81356a1661ca5b2c3e790f commit: 75a0920dc0e864349a46cdbe470d2dd4d3b8ec0c Author: Jeroen Roovers gentoo org> AuthorDate: Fri May 20 08:00:03 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Fri May 20 08:00:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75a0920d net-analyzer/echoping: Old. Package-Manager: portage-2.3.0_rc1 .../echoping/echoping-6.0.2_p434-r1.ebuild | 55 ---------------------- 1 file changed, 55 deletions(-) diff --git a/net-analyzer/echoping/echoping-6.0.2_p434-r1.ebuild b/net-analyzer/echoping/echoping-6.0.2_p434-r1.ebuild deleted file mode 100644 index f0c6bf4..0000000 --- a/net-analyzer/echoping/echoping-6.0.2_p434-r1.ebuild +++ /dev/null @@ -1,55 +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 \ - $(use_enable http) \ - $(use_enable icp) \ - $(use_enable priority) \ - $(use_enable smtp) \ - $(use_enable tos) \ - $(use_with idn libidn) \ - $(usex gnutls $(use_with gnutls) $(use_with ssl)) \ - --config-cache \ - --disable-static \ - --disable-ttcp -} - -src_install() { - default - prune_libtool_files -}