From: Michael Mair-Keimberger Date: Tue, 25 Jun 2019 17:34:40 +0000 (+0200) Subject: app-misc/btail: remove old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=56bbc067d968edcb61756d6cf8b8783cc0015e57;p=gentoo.git app-misc/btail: remove old Signed-off-by: Michael Mair-Keimberger Signed-off-by: Andreas Sturmlechner --- diff --git a/app-misc/btail/btail-0.3.ebuild b/app-misc/btail/btail-0.3.ebuild deleted file mode 100644 index b0235a0d999b..000000000000 --- a/app-misc/btail/btail-0.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" - -inherit toolchain-funcs - -DESCRIPTION="Bayesian logfile filter" -HOMEPAGE="https://www.vanheusden.com/btail/" -SRC_URI="${HOMEPAGE}/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="sys-libs/gdbm" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i Makefile \ - -e '/^LDFLAGS/s:=:+=:g' \ - -e '/$(CC)/s:-Wall:$(CFLAGS) &:g' \ - || die - sed -i conf.cpp \ - -e '/Configline/s:):, line):g' \ - || die -} - -src_compile() { - emake \ - CFLAGS="${CFLAGS}" \ - CXXFLAGS="${CXXFLAGS}" \ - CC="$(tc-getCC)" \ - CXX="$(tc-getCXX)" -} - -src_install() { - dobin blearn btail - dodoc readme.txt btail.conf license.txt -}