commit: 4b410473c8409b3a68905abc824cd9064a25e220 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Tue Oct 29 14:09:24 2024 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Tue Oct 29 14:09:24 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b410473
app-misc/delay: drop 1.6-r5 Bug: https://bugs.gentoo.org/881319 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> app-misc/delay/delay-1.6-r5.ebuild | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/app-misc/delay/delay-1.6-r5.ebuild b/app-misc/delay/delay-1.6-r5.ebuild deleted file mode 100644 index 403d03af2144..000000000000 --- a/app-misc/delay/delay-1.6-r5.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools - -DESCRIPTION="Sleeplike program that counts down the number of seconds specified" -HOMEPAGE="https://onegeek.org/~tom/software/delay/" -SRC_URI="https://onegeek.org/~tom/software/delay/dl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -RDEPEND="sys-libs/ncurses:=" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}"/${P}-headers.patch - "${FILESDIR}"/${P}-tinfo.patch -) - -src_prepare() { - default - eautoreconf -}
