diff options
author | David Seifert <soap@gentoo.org> | 2017-12-29 20:22:15 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-29 23:32:07 +0100 |
commit | 3fbaf4c63ed52cab9753a4268c44c5161ca06045 (patch) | |
tree | f94d0e8a4cd32382fa118466a83d1b10dccfdea6 /app-admin/xtail | |
parent | app-admin/xtail: Port to EAPI 6 (diff) | |
download | gentoo-3fbaf4c63ed52cab9753a4268c44c5161ca06045.tar.gz gentoo-3fbaf4c63ed52cab9753a4268c44c5161ca06045.tar.bz2 gentoo-3fbaf4c63ed52cab9753a4268c44c5161ca06045.zip |
app-admin/xtail: Remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-admin/xtail')
-rw-r--r-- | app-admin/xtail/xtail-2.1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app-admin/xtail/xtail-2.1.ebuild b/app-admin/xtail/xtail-2.1.ebuild deleted file mode 100644 index 656f0b7240e3..000000000000 --- a/app-admin/xtail/xtail-2.1.ebuild +++ /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 -} |