app-admin/xtail: Remove old
authorDavid Seifert <soap@gentoo.org>
Fri, 29 Dec 2017 19:22:15 +0000 (20:22 +0100)
committerDavid Seifert <soap@gentoo.org>
Fri, 29 Dec 2017 22:32:07 +0000 (23:32 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-admin/xtail/xtail-2.1.ebuild [deleted file]

diff --git a/app-admin/xtail/xtail-2.1.ebuild b/app-admin/xtail/xtail-2.1.ebuild
deleted file mode 100644 (file)
index 656f0b7..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-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"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86"
-IUSE=""
-
-src_compile() {
-       tc-export CC
-       emake || die "emake failed"
-}
-
-src_install() {
-       dobin xtail || die
-       doman xtail.1 || die
-       dodoc README
-}