app-misc/btail: remove old
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 25 Jun 2019 17:34:40 +0000 (19:34 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 25 Jun 2019 17:57:39 +0000 (19:57 +0200)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-misc/btail/btail-0.3.ebuild [deleted file]

diff --git a/app-misc/btail/btail-0.3.ebuild b/app-misc/btail/btail-0.3.ebuild
deleted file mode 100644 (file)
index b0235a0..0000000
+++ /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
-}