From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8EFFF138334 for ; Tue, 17 Dec 2019 09:38:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D9B4E0897; Tue, 17 Dec 2019 09:38:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F5F9E0897 for ; Tue, 17 Dec 2019 09:38:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1143834D9A4 for ; Tue, 17 Dec 2019 09:38:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CFBB904 for ; Tue, 17 Dec 2019 09:38:17 +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: <1576575495.0132ddab36889721f14d0dc9740bfb0865da5dfd.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/alive/alive-2.0.2.ebuild X-VCS-Directories: net-analyzer/alive/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 0132ddab36889721f14d0dc9740bfb0865da5dfd X-VCS-Branch: master Date: Tue, 17 Dec 2019 09:38:17 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3e58aa15-b030-4b28-9d0f-7824b9d5cd37 X-Archives-Hash: c3278116364659c1d61067be0837f19c commit: 0132ddab36889721f14d0dc9740bfb0865da5dfd Author: Jeroen Roovers gentoo org> AuthorDate: Tue Dec 17 09:37:28 2019 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Tue Dec 17 09:38:15 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0132ddab net-analyzer/alive: Old Package-Manager: Portage-2.3.82, Repoman-2.3.20 Signed-off-by: Jeroen Roovers gentoo.org> net-analyzer/alive/alive-2.0.2.ebuild | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/net-analyzer/alive/alive-2.0.2.ebuild b/net-analyzer/alive/alive-2.0.2.ebuild deleted file mode 100644 index 7c00e7498f3..00000000000 --- a/net-analyzer/alive/alive-2.0.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools eutils - -DESCRIPTION="a periodic ping program" -HOMEPAGE="https://www.gnu.org/software/alive/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" -IUSE="" - -COMMON_DEPEND="net-misc/iputils" -DEPEND=" - app-arch/xz-utils - ${COMMON_DEPEND} -" -RDEPEND=" - dev-scheme/guile - ${COMMON_DEPEND} -" - -src_prepare() { - epatch "${FILESDIR}"/${P}-ping-test.patch - eautoreconf -}