From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BAE2215800F for ; Tue, 3 Jan 2023 09:09:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1AD1E091A; Tue, 3 Jan 2023 09:09:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B6360E091A for ; Tue, 3 Jan 2023 09:09:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8A49340CC7 for ; Tue, 3 Jan 2023 09:09:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0CF777FA for ; Tue, 3 Jan 2023 09:09:12 +0000 (UTC) From: "Bernard Cafarelli" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Bernard Cafarelli" Message-ID: <1672736950.886109ad55a175ee59e1cefd29bcdb017d05ec23.voyageur@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/zim/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/zim/zim-0.74.3.ebuild x11-misc/zim/zim-0.75.1.ebuild X-VCS-Directories: x11-misc/zim/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: 886109ad55a175ee59e1cefd29bcdb017d05ec23 X-VCS-Branch: master Date: Tue, 3 Jan 2023 09:09:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e39960f7-475a-4cfc-9dfb-6f8549b032aa X-Archives-Hash: 6c45879eb2c6ee1a84e228963d8bdd4c commit: 886109ad55a175ee59e1cefd29bcdb017d05ec23 Author: Bernard Cafarelli gentoo org> AuthorDate: Tue Jan 3 09:06:43 2023 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Tue Jan 3 09:09:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=886109ad x11-misc/zim: update gtkspell optional dep Signed-off-by: Bernard Cafarelli gentoo.org> x11-misc/zim/zim-0.74.3.ebuild | 4 ++-- x11-misc/zim/zim-0.75.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/zim/zim-0.74.3.ebuild b/x11-misc/zim/zim-0.74.3.ebuild index 04a70d299eff..88278699623a 100644 --- a/x11-misc/zim/zim-0.74.3.ebuild +++ b/x11-misc/zim/zim-0.74.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -60,8 +60,8 @@ pkg_postinst() { xdg_pkg_postinst if ! has_version ${CATEGORY}/${PN}; then elog "Please install these packages for additional functionality" + elog " app-text/gtkspell[introspection]" elog " dev-lang/R" - elog " dev-python/gtkspell-python" elog " dev-vcs/bzr" elog " media-gfx/graphviz" elog " media-gfx/imagemagick" diff --git a/x11-misc/zim/zim-0.75.1.ebuild b/x11-misc/zim/zim-0.75.1.ebuild index a7fb11f78c96..bf506651c1d0 100644 --- a/x11-misc/zim/zim-0.75.1.ebuild +++ b/x11-misc/zim/zim-0.75.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -69,8 +69,8 @@ src_install() { pkg_postinst() { xdg_pkg_postinst + optfeature "Spell checker" app-text/gtkspell[introspection] optfeature "GNU R Plot Editor" dev-lang/R - optfeature "Spell checker" dev-python/gtkspell-python optfeature "Version control Bazaar support" dev-vcs/bzr optfeature "Diagram Editor" media-gfx/graphviz optfeature "Insert Screenshot" "media-gfx/imagemagick media-gfx/scrot"