commit:     56bbc067d968edcb61756d6cf8b8783cc0015e57
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Jun 25 17:34:40 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 17:57:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bbc067

app-misc/btail: remove old

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/btail/btail-0.3.ebuild | 41 -----------------------------------------
 1 file changed, 41 deletions(-)

diff --git a/app-misc/btail/btail-0.3.ebuild b/app-misc/btail/btail-0.3.ebuild
deleted file mode 100644
index b0235a0d999..00000000000
--- 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
-}

Reply via email to