Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/alive/
Date: Sat, 09 Apr 2022 02:42:22
Message-Id: 1649471833.75157086ac78722b4a388057d917d77bdc9be7fe.sam@gentoo
1 commit: 75157086ac78722b4a388057d917d77bdc9be7fe
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 02:37:13 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 02:37:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75157086
7
8 net-analyzer/alive: drop 2.0.3, 2.0.4
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-analyzer/alive/Manifest | 2 --
13 net-analyzer/alive/alive-2.0.3.ebuild | 33 ---------------------------------
14 net-analyzer/alive/alive-2.0.4.ebuild | 30 ------------------------------
15 3 files changed, 65 deletions(-)
16
17 diff --git a/net-analyzer/alive/Manifest b/net-analyzer/alive/Manifest
18 index 87f824415e95..bb460f83ecf4 100644
19 --- a/net-analyzer/alive/Manifest
20 +++ b/net-analyzer/alive/Manifest
21 @@ -1,3 +1 @@
22 -DIST alive-2.0.3.tar.xz 187396 BLAKE2B 0614ae8d0707abf59dd1500d986ce21221092d118a40ae92e838bd11b81a2b5fd261a531843f99992746a86a31bbb494a9f35f9fa0ad5c0ea896d68edec17205 SHA512 3b2f14d84682466e02fc6678ba26eb4c0b9378f1c938a7463cc5736501cbf144baaeb7dea2c8343a916891ce4e2d580bac946c913c01d7c25e12bfa611c89422
23 -DIST alive-2.0.4.tar.lz 185849 BLAKE2B 34d2a29ea084b4bed960169fbf3d20377e79b56c183f1a3c1a05b6eb0a45a388267354d1740b7a9d63ff87281213e424362acb0f74b6d9351dbfad209b427edc SHA512 64842286fbe1ccd4d44d20610443fc5f5a2aef2acaef4d79e56ed9b6064f87ddd8af4dfb96b4a425a6cc28f8c741dbcda6ae86adbc5be86cb5c5925d7897e3c6
24 DIST alive-2.0.5.tar.lz 186304 BLAKE2B 8528d7b86030ff0b54cd391a7cd7b42be974d5f605c66c6340468855959d2adf31940312d6693580839e9180813a3e96c2fe86a3842f3abd00af0e08b7f301ee SHA512 f760f9386019ddeac8690eec9119d557d4e288cc8698ce69adc8d9915eb0bc27fcf4015e9c4710411321d21c11731e61be754e9b827dceceab6463e531ed4240
25
26 diff --git a/net-analyzer/alive/alive-2.0.3.ebuild b/net-analyzer/alive/alive-2.0.3.ebuild
27 deleted file mode 100644
28 index 34cb398fe14c..000000000000
29 --- a/net-analyzer/alive/alive-2.0.3.ebuild
30 +++ /dev/null
31 @@ -1,33 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit autotools
38 -
39 -DESCRIPTION="A periodic ping program"
40 -HOMEPAGE="https://www.gnu.org/software/alive/"
41 -SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
42 -
43 -LICENSE="GPL-3"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~hppa ~x86"
46 -
47 -BDEPEND="app-arch/xz-utils"
48 -DEPEND="
49 - dev-scheme/guile
50 -"
51 -RDEPEND="
52 - ${DEPEND}
53 - dev-scheme/xdgdirs
54 - net-misc/iputils
55 -"
56 -
57 -PATCHES=(
58 - "${FILESDIR}"/${PN}-2.0.2-ping-test.patch
59 -)
60 -
61 -src_prepare() {
62 - default
63 - eautoreconf
64 -}
65
66 diff --git a/net-analyzer/alive/alive-2.0.4.ebuild b/net-analyzer/alive/alive-2.0.4.ebuild
67 deleted file mode 100644
68 index 567f090930f3..000000000000
69 --- a/net-analyzer/alive/alive-2.0.4.ebuild
70 +++ /dev/null
71 @@ -1,30 +0,0 @@
72 -# Copyright 1999-2022 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=7
76 -
77 -inherit autotools unpacker
78 -
79 -DESCRIPTION="A periodic ping program"
80 -HOMEPAGE="https://www.gnu.org/software/alive/"
81 -SRC_URI="mirror://gnu/${PN}/${P}.tar.lz"
82 -
83 -LICENSE="GPL-3"
84 -SLOT="0"
85 -KEYWORDS="~amd64 ~hppa ~x86"
86 -
87 -DEPEND="dev-scheme/guile"
88 -RDEPEND="${DEPEND}
89 - dev-scheme/xdgdirs
90 - net-misc/iputils"
91 -BDEPEND="$(unpacker_src_uri_depends)"
92 -
93 -PATCHES=(
94 - "${FILESDIR}"/${PN}-2.0.2-ping-test.patch
95 -)
96 -
97 -src_prepare() {
98 - default
99 -
100 - eautoreconf
101 -}