summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-16 12:43:34 +0000
committerSam James <sam@gentoo.org>2021-03-16 13:09:28 +0000
commitba005557677479277cb36d580ccca5872123992a (patch)
tree81f0e9ffbc7bad92075a8b5775974d320791ed27 /net-analyzer/alive
parentdev-scheme/xdgdirs: initial import (diff)
downloadgentoo-ba005557677479277cb36d580ccca5872123992a.tar.gz
gentoo-ba005557677479277cb36d580ccca5872123992a.tar.bz2
gentoo-ba005557677479277cb36d580ccca5872123992a.zip
net-analyzer/alive: add 2.0.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/alive')
-rw-r--r--net-analyzer/alive/Manifest1
-rw-r--r--net-analyzer/alive/alive-2.0.3.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/net-analyzer/alive/Manifest b/net-analyzer/alive/Manifest
index f4bb81d3f630..178ee9fad231 100644
--- a/net-analyzer/alive/Manifest
+++ b/net-analyzer/alive/Manifest
@@ -1 +1,2 @@
DIST alive-2.0.2.tar.xz 174936 BLAKE2B f3998d1cbf81d77be449cf1157bc570837b87fd15a860041273059de69536ff9cab8d00b8cb1191b2d6d692b41fb3fa5863248267a86ad542326f48c8ab43730 SHA512 7e9c88f62ab5c0248d1e42b81e2106f43fc9587543782623e8a564ab99fd1d4a55058a175dc46d25520454c07f732101c7e62248ce992d1a8a615f531b1c090e
+DIST alive-2.0.3.tar.xz 187396 BLAKE2B 0614ae8d0707abf59dd1500d986ce21221092d118a40ae92e838bd11b81a2b5fd261a531843f99992746a86a31bbb494a9f35f9fa0ad5c0ea896d68edec17205 SHA512 3b2f14d84682466e02fc6678ba26eb4c0b9378f1c938a7463cc5736501cbf144baaeb7dea2c8343a916891ce4e2d580bac946c913c01d7c25e12bfa611c89422
diff --git a/net-analyzer/alive/alive-2.0.3.ebuild b/net-analyzer/alive/alive-2.0.3.ebuild
new file mode 100644
index 000000000000..89a15d6ada23
--- /dev/null
+++ b/net-analyzer/alive/alive-2.0.3.ebuild
@@ -0,0 +1,33 @@
+# 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"
+
+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
+}