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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85A5415808B for ; Sat, 9 Apr 2022 02:42:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9DA77E07D4; Sat, 9 Apr 2022 02:42:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAB07E0821 for ; Sat, 9 Apr 2022 02:42:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4C1C8341379 for ; Sat, 9 Apr 2022 02:42:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BD8F138D for ; Sat, 9 Apr 2022 02:42:15 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1649471833.75157086ac78722b4a388057d917d77bdc9be7fe.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/alive/Manifest net-analyzer/alive/alive-2.0.3.ebuild net-analyzer/alive/alive-2.0.4.ebuild X-VCS-Directories: net-analyzer/alive/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 75157086ac78722b4a388057d917d77bdc9be7fe X-VCS-Branch: master Date: Sat, 9 Apr 2022 02:42:15 +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: 152833e7-9150-4958-b519-1f9d726ae98d X-Archives-Hash: dceb25015c499c91ffbfae7d94c0c252 commit: 75157086ac78722b4a388057d917d77bdc9be7fe Author: Sam James gentoo org> AuthorDate: Sat Apr 9 02:37:13 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 9 02:37:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75157086 net-analyzer/alive: drop 2.0.3, 2.0.4 Signed-off-by: Sam James gentoo.org> net-analyzer/alive/Manifest | 2 -- net-analyzer/alive/alive-2.0.3.ebuild | 33 --------------------------------- net-analyzer/alive/alive-2.0.4.ebuild | 30 ------------------------------ 3 files changed, 65 deletions(-) diff --git a/net-analyzer/alive/Manifest b/net-analyzer/alive/Manifest index 87f824415e95..bb460f83ecf4 100644 --- a/net-analyzer/alive/Manifest +++ b/net-analyzer/alive/Manifest @@ -1,3 +1 @@ -DIST alive-2.0.3.tar.xz 187396 BLAKE2B 0614ae8d0707abf59dd1500d986ce21221092d118a40ae92e838bd11b81a2b5fd261a531843f99992746a86a31bbb494a9f35f9fa0ad5c0ea896d68edec17205 SHA512 3b2f14d84682466e02fc6678ba26eb4c0b9378f1c938a7463cc5736501cbf144baaeb7dea2c8343a916891ce4e2d580bac946c913c01d7c25e12bfa611c89422 -DIST alive-2.0.4.tar.lz 185849 BLAKE2B 34d2a29ea084b4bed960169fbf3d20377e79b56c183f1a3c1a05b6eb0a45a388267354d1740b7a9d63ff87281213e424362acb0f74b6d9351dbfad209b427edc SHA512 64842286fbe1ccd4d44d20610443fc5f5a2aef2acaef4d79e56ed9b6064f87ddd8af4dfb96b4a425a6cc28f8c741dbcda6ae86adbc5be86cb5c5925d7897e3c6 DIST alive-2.0.5.tar.lz 186304 BLAKE2B 8528d7b86030ff0b54cd391a7cd7b42be974d5f605c66c6340468855959d2adf31940312d6693580839e9180813a3e96c2fe86a3842f3abd00af0e08b7f301ee SHA512 f760f9386019ddeac8690eec9119d557d4e288cc8698ce69adc8d9915eb0bc27fcf4015e9c4710411321d21c11731e61be754e9b827dceceab6463e531ed4240 diff --git a/net-analyzer/alive/alive-2.0.3.ebuild b/net-analyzer/alive/alive-2.0.3.ebuild deleted file mode 100644 index 34cb398fe14c..000000000000 --- a/net-analyzer/alive/alive-2.0.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools - -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" - -BDEPEND="app-arch/xz-utils" -DEPEND=" - dev-scheme/guile -" -RDEPEND=" - ${DEPEND} - dev-scheme/xdgdirs - net-misc/iputils -" - -PATCHES=( - "${FILESDIR}"/${PN}-2.0.2-ping-test.patch -) - -src_prepare() { - default - eautoreconf -} diff --git a/net-analyzer/alive/alive-2.0.4.ebuild b/net-analyzer/alive/alive-2.0.4.ebuild deleted file mode 100644 index 567f090930f3..000000000000 --- a/net-analyzer/alive/alive-2.0.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools unpacker - -DESCRIPTION="A periodic ping program" -HOMEPAGE="https://www.gnu.org/software/alive/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.lz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~x86" - -DEPEND="dev-scheme/guile" -RDEPEND="${DEPEND} - dev-scheme/xdgdirs - net-misc/iputils" -BDEPEND="$(unpacker_src_uri_depends)" - -PATCHES=( - "${FILESDIR}"/${PN}-2.0.2-ping-test.patch -) - -src_prepare() { - default - - eautoreconf -}