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
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>
-rw-r--r--app-text/dbacl/Manifest2
-rw-r--r--app-text/dbacl/dbacl-1.14.1.ebuild28
-rw-r--r--app-text/dbacl/dbacl-1.14.ebuild27
-rw-r--r--app-text/dbacl/metadata.xml9
-rw-r--r--profiles/package.mask7
5 files changed, 0 insertions, 73 deletions
diff --git a/app-text/dbacl/Manifest b/app-text/dbacl/Manifest
deleted file mode 100644
index 931465f405e3..000000000000
--- a/app-text/dbacl/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST dbacl-1.14.1.tar.gz 923956 BLAKE2B a98b7e01a0cafaee8178120069beaa6fbfe716eaa02eeb9505aa498f11b1c54ef599ea3a40bbc6ddfe235d571f550381a9c8026e80208c56a4a44a80750f00e1 SHA512 910fe5d8e56a92a643f16eab73fc3376489f303e22c470b3d78428d65340b01073f336ac8febb7d911eae0995f08ba265cac09628efd55a64955814a810b7372
-DIST dbacl-1.14.tar.gz 922969 BLAKE2B 9d16c1736b9bc062135daa2fd810b527324abe1fa4cdab650bee45949c21f44fef4197a09d9059e89bdc36dc038f073e7d67b295f6a460fad5dd22d688bd464d SHA512 1cf0877c8bea9c47e055f9291efbb934b65cfd7d26d4ef375ee9fb154b557c691e760543254c5128eb1a04b0724462078f47477a91c4e396e7096ef88d2d77c9
diff --git a/app-text/dbacl/dbacl-1.14.1.ebuild b/app-text/dbacl/dbacl-1.14.1.ebuild
deleted file mode 100644
index ee861dd57ff3..000000000000
--- a/app-text/dbacl/dbacl-1.14.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Digramic Bayesian text classifier"
-HOMEPAGE="http://www.lbreyer.com/gpl.html"
-SRC_URI="mirror://sourceforge/${PN}/${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)
- default
-}
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)
-}
diff --git a/app-text/dbacl/metadata.xml b/app-text/dbacl/metadata.xml
deleted file mode 100644
index a7fbda3ebab2..000000000000
--- a/app-text/dbacl/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-<use>
-<flag name="interactive">Enable the interactive mailinspect ability</flag>
-</use>
-<longdescription>dbacl is a fast Bayesian text and email classifier. It builds a variety of language models using maximum entropy (minimum divergence) principles, and these can then be used to categorize input data automatically among multiple categories.</longdescription>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 6db2b9bd5eac..4c36802a2502 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -348,13 +348,6 @@ dev-ruby/ttfunk:1.5
# Blocks (CVE-2018-11797, CVE-2021-{27807,27906,31811,31812})
dev-tex/pdfannotextractor
-# Marek Szuba <marecki@gentoo.org> (2021-11-23)
-# No releases or repo activity upstream since 2013, both versions currently
-# in the tree fail to build (for different reasons), unmaintained in Gentoo,
-# stable ebuild uses EAPI 5.
-# Removal in 30 days. Bug #756925
-app-text/dbacl
-
# Stephan Hartmann <sultan@gentoo.org> (2021-11-22)
# Dev channel releases are only for people who
# are developers or want more experimental features