commit: f2746072c2b08b2166a507c64d7d2516af3b4fdf Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sun May 4 18:47:17 2025 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sun May 4 18:47:17 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2746072
app-office/abiword: remove USE="ots" Closes: https://bugs.gentoo.org/648964 Signed-off-by: David Seifert <soap <AT> gentoo.org> app-office/abiword/abiword-3.0.5-r1.ebuild | 7 ++----- app-office/abiword/metadata.xml | 1 - profiles/base/package.use.mask | 4 ---- 3 files changed, 2 insertions(+), 10 deletions(-) diff --git a/app-office/abiword/abiword-3.0.5-r1.ebuild b/app-office/abiword/abiword-3.0.5-r1.ebuild index 6602419d6506..48155c5a9ba2 100644 --- a/app-office/abiword/abiword-3.0.5-r1.ebuild +++ b/app-office/abiword/abiword-3.0.5-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,14 +14,13 @@ SRC_URI=" LICENSE="GPL-2" SLOT="2" KEYWORDS="~alpha amd64 ~arm ~arm64 ppc ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" -IUSE="calendar collab cups debug eds +goffice grammar +introspection latex map math ots +plugins readline redland spell wordperfect wmf thesaurus" +IUSE="calendar collab cups debug eds +goffice grammar +introspection latex map math +plugins readline redland spell wordperfect wmf thesaurus" # You need 'plugins' enabled if want to enable the extra plugins REQUIRED_USE=" collab? ( plugins ) grammar? ( plugins ) latex? ( plugins ) math? ( plugins ) - ots? ( plugins ) readline? ( plugins ) thesaurus? ( plugins ) wordperfect? ( plugins ) @@ -53,7 +52,6 @@ RDEPEND=" ) grammar? ( >=dev-libs/link-grammar-4.2.1 ) math? ( >=x11-libs/gtkmathview-0.7.5 ) - ots? ( >=app-text/ots-0.5-r1 ) readline? ( sys-libs/readline:0= ) thesaurus? ( >=app-text/aiksaurus-1.2[gtk] ) wordperfect? ( @@ -117,7 +115,6 @@ src_configure() { use goffice && plugins+=(goffice) use latex && plugins+=(latex) use math && plugins+=(mathview) - use ots && plugins+=(ots) # psion: >=psiconv-0.9.4 use readline && plugins+=(command) use thesaurus && plugins+=(aiksaurus) diff --git a/app-office/abiword/metadata.xml b/app-office/abiword/metadata.xml index c2c35f810d02..94e44e62d02d 100644 --- a/app-office/abiword/metadata.xml +++ b/app-office/abiword/metadata.xml @@ -15,7 +15,6 @@ <flag name="grammar">Enable grammar checking via <pkg>dev-libs/link-grammar</pkg></flag> <flag name="map">Enable world map support through <pkg>media-libs/libchamplain</pkg></flag> <flag name="math">Enable support for <pkg>x11-libs/gtkmathview</pkg></flag> - <flag name="ots">Enable Text Summarizer plugin</flag> <flag name="plugins">Enable plugins build (see http://www.abisource.com/wiki/PluginMatrix for more information). If your file cannot be opened due lack of support, try enabling this.</flag> <flag name="redland">Enables support redland and raptor libs.</flag> <flag name="thesaurus">Enable thesaurus support</flag> diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 9be52ea0cd1b..476371573589 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -694,10 +694,6 @@ app-i18n/enca doc # This use flag enables code which appears to be broken net-wireless/gr-osmosdr xtrx -# Michał Górny <[email protected]> (2020-12-18) -# app-text/ots is masked for removal. Bug #648964. -app-office/abiword ots - # Michał Górny <[email protected]> (2020-12-04) # Mask the experimental targets in release ebuilds. # Note to self: remember to move still-applicable masks to the newer
