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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 39109158041 for ; Wed, 3 Apr 2024 08:14:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 355222BC01D; Wed, 3 Apr 2024 08:14:17 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06F302BC01D for ; Wed, 3 Apr 2024 08:14:17 +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 082E53431E4 for ; Wed, 3 Apr 2024 08:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D192162E for ; Wed, 3 Apr 2024 08:14:14 +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: <1712132023.dd9c36f7e857640bd0f8a15de30a04cf2cb0bc4b.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.75.1-r1.ebuild x11-misc/zim/zim-0.75.1.ebuild x11-misc/zim/zim-0.75.2-r1.ebuild x11-misc/zim/zim-0.75.2.ebuild X-VCS-Directories: x11-misc/zim/ X-VCS-Committer: voyageur X-VCS-Committer-Name: Bernard Cafarelli X-VCS-Revision: dd9c36f7e857640bd0f8a15de30a04cf2cb0bc4b X-VCS-Branch: master Date: Wed, 3 Apr 2024 08:14:14 +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: fe3b467f-1fda-47e2-b338-cc9fcd7b968f X-Archives-Hash: ed3979db3ea8086007f9e52d76deef18 commit: dd9c36f7e857640bd0f8a15de30a04cf2cb0bc4b Author: Matthew White inventati org> AuthorDate: Sun Mar 31 20:40:52 2024 +0000 Commit: Bernard Cafarelli gentoo org> CommitDate: Wed Apr 3 08:13:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9c36f7 x11-misc/zim: switch to optfeature dev-vcs/breezy dev-vcs/bzr (python2) is non longer in Gentoo's tree, dev-vcs/breezy (python3) is an alternative. Closes: https://bugs.gentoo.org/928311 Package-Manager: portage-3.0.63 Signed-off-by: Matthew White inventati.org> Closes: https://github.com/gentoo/gentoo/pull/36026 Signed-off-by: Bernard Cafarelli gentoo.org> x11-misc/zim/{zim-0.75.1.ebuild => zim-0.75.1-r1.ebuild} | 4 ++-- x11-misc/zim/{zim-0.75.2.ebuild => zim-0.75.2-r1.ebuild} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/zim/zim-0.75.1.ebuild b/x11-misc/zim/zim-0.75.1-r1.ebuild similarity index 95% rename from x11-misc/zim/zim-0.75.1.ebuild rename to x11-misc/zim/zim-0.75.1-r1.ebuild index c7f34f25a5a3..ff6366ca8674 100644 --- a/x11-misc/zim/zim-0.75.1.ebuild +++ b/x11-misc/zim/zim-0.75.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -71,7 +71,7 @@ pkg_postinst() { optfeature "Spell checker" app-text/gtkspell[introspection] optfeature "GNU R Plot Editor" dev-lang/R - optfeature "Version control Bazaar support" dev-vcs/bzr + optfeature "Version control Bazaar support" dev-vcs/breezy optfeature "Diagram Editor" media-gfx/graphviz optfeature "Insert Screenshot" "media-gfx/imagemagick media-gfx/scrot" optfeature "Score Editor" media-sound/lilypond diff --git a/x11-misc/zim/zim-0.75.2.ebuild b/x11-misc/zim/zim-0.75.2-r1.ebuild similarity index 95% rename from x11-misc/zim/zim-0.75.2.ebuild rename to x11-misc/zim/zim-0.75.2-r1.ebuild index 4bf60e8ee7cd..7afe93914e99 100644 --- a/x11-misc/zim/zim-0.75.2.ebuild +++ b/x11-misc/zim/zim-0.75.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -71,7 +71,7 @@ pkg_postinst() { optfeature "Spell checker" app-text/gtkspell[introspection] optfeature "GNU R Plot Editor" dev-lang/R - optfeature "Version control Bazaar support" dev-vcs/bzr + optfeature "Version control Bazaar support" dev-vcs/breezy optfeature "Diagram Editor" media-gfx/graphviz optfeature "Insert Screenshot" "media-gfx/imagemagick media-gfx/scrot" optfeature "Score Editor" media-sound/lilypond