commit: 45510096635fa0fe40c1df154cfd63a7e13086b4 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Oct 28 15:05:52 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Oct 28 15:05:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45510096
app-admin/xtail: drop 2.1-r1 Closes: https://bugs.gentoo.org/873436 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-admin/xtail/xtail-2.1-r1.ebuild | 37 ------------------------------------- 1 file changed, 37 deletions(-) diff --git a/app-admin/xtail/xtail-2.1-r1.ebuild b/app-admin/xtail/xtail-2.1-r1.ebuild deleted file mode 100644 index 9f010062d31f..000000000000 --- a/app-admin/xtail/xtail-2.1-r1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="Tail multiple logfiles at once, even if rotated" -HOMEPAGE="http://www.unicom.com/sw/xtail/" -SRC_URI=" - http://www.unicom.com/sw/xtail/${P}.tar.gz - http://www.unicom.com/files/20120219-patch-aalto.zip" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc sparc x86" -IUSE="" - -DEPEND="app-arch/unzip" - -PATCHES=( - "${WORKDIR}"/0001-Use-ISO8601-Fix-Gcc-header-Use-C-c.patch - "${WORKDIR}"/0001-xtail.1-remove-SIGQUIT.patch - "${WORKDIR}"/xtail_2.1-5-debian-local-changes.patch -) - -src_configure() { - tc-export CC - default -} - -src_install() { - dobin xtail - doman xtail.1 - dodoc README - newdoc ../README README.patches -}
