summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/dbacl/dbacl-1.14.ebuild')
-rw-r--r--app-text/dbacl/dbacl-1.14.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-text/dbacl/dbacl-1.14.ebuild b/app-text/dbacl/dbacl-1.14.ebuild
deleted file mode 100644
index 2d58f06146d4..000000000000
--- a/app-text/dbacl/dbacl-1.14.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Digramic Bayesian text classifier"
-HOMEPAGE="http://www.lbreyer.com/gpl.html"
-SRC_URI="http://www.lbreyer.com/gpl/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~s390 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="interactive"
-
-RDEPEND="interactive? (
- sys-libs/slang:=
- sys-libs/readline:=
- sys-libs/ncurses:= )"
-
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- # See bug #352636 for reference
- export ac_cv_lib_ncurses_initscr=$(usex interactive)
- export ac_cv_lib_readline_readline=$(usex interactive)
- export ac_cv_lib_slang_SLsmg_init_smg=$(usex interactive)
-}