commit: 1a1dde820c3f1ac7f53b3482bbccaf51a312a65d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Nov 30 13:55:27 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Nov 30 13:55:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1dde82
net-analyzer/alive: drop 2.0.5-r1 Signed-off-by: Sam James <sam <AT> gentoo.org> net-analyzer/alive/alive-2.0.5-r1.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/net-analyzer/alive/alive-2.0.5-r1.ebuild b/net-analyzer/alive/alive-2.0.5-r1.ebuild deleted file mode 100644 index bfa83a170f30..000000000000 --- a/net-analyzer/alive/alive-2.0.5-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools unpacker - -DESCRIPTION="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 -}
