summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-12-22 12:20:41 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-12-22 12:23:05 +0100
commit7707f505b698768d0cd948f3e1392b4599c7b602 (patch)
tree515c2d69e4cd397beff60f0a2c362d402960464a /app-text/dbacl/dbacl-1.14.ebuild
parentapp-text/pdf2oo: treeclean (diff)
downloadgentoo-7707f505b698768d0cd948f3e1392b4599c7b602.tar.gz
gentoo-7707f505b698768d0cd948f3e1392b4599c7b602.tar.bz2
gentoo-7707f505b698768d0cd948f3e1392b4599c7b602.zip
app-text/dbacl: treeclean
Closes: https://bugs.gentoo.org/756925 Closes: https://bugs.gentoo.org/689500 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
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)
-}