Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/xtail/
Date: Fri, 29 Dec 2017 22:33:38
Message-Id: 1514586727.3fbaf4c63ed52cab9753a4268c44c5161ca06045.soap@gentoo
1 commit: 3fbaf4c63ed52cab9753a4268c44c5161ca06045
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 19:22:15 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 22:32:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fbaf4c6
7
8 app-admin/xtail: Remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-admin/xtail/xtail-2.1.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/app-admin/xtail/xtail-2.1.ebuild b/app-admin/xtail/xtail-2.1.ebuild
16 deleted file mode 100644
17 index 656f0b7240e..00000000000
18 --- a/app-admin/xtail/xtail-2.1.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=2
25 -inherit toolchain-funcs
26 -
27 -DESCRIPTION="Tail multiple logfiles at once, even if rotated"
28 -HOMEPAGE="http://www.unicom.com/sw/xtail/"
29 -SRC_URI="http://www.unicom.com/sw/xtail/${P}.tar.gz"
30 -
31 -LICENSE="BSD"
32 -SLOT="0"
33 -KEYWORDS="amd64 ppc sparc x86"
34 -IUSE=""
35 -
36 -src_compile() {
37 - tc-export CC
38 - emake || die "emake failed"
39 -}
40 -
41 -src_install() {
42 - dobin xtail || die
43 - doman xtail.1 || die
44 - dodoc README
45 -}