summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-10-28 17:05:52 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-10-28 17:05:52 +0200
commit45510096635fa0fe40c1df154cfd63a7e13086b4 (patch)
tree0beecedff874da052eef27f587eb9db1b192a277 /app-admin/xtail
parentnet-libs/libaccounts-glib: drop 1.26 (diff)
downloadgentoo-45510096635fa0fe40c1df154cfd63a7e13086b4.tar.gz
gentoo-45510096635fa0fe40c1df154cfd63a7e13086b4.tar.bz2
gentoo-45510096635fa0fe40c1df154cfd63a7e13086b4.zip
app-admin/xtail: drop 2.1-r1
Closes: https://bugs.gentoo.org/873436 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-admin/xtail')
-rw-r--r--app-admin/xtail/xtail-2.1-r1.ebuild37
1 files changed, 0 insertions, 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
-}