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 D0B6615ACFB for ; Thu, 13 Apr 2023 05:42:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEFC7E07D3; Thu, 13 Apr 2023 05:42:25 +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 C2E44E07D3 for ; Thu, 13 Apr 2023 05:42:25 +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 80663340F32 for ; Thu, 13 Apr 2023 05:42:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B4DAE9F7 for ; Thu, 13 Apr 2023 05:42:22 +0000 (UTC) From: "Jonas Frei" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Frei" Message-ID: <1681363267.79a0c63ed4156ee20a010b702a992dd95441460a.freijon@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/cheat/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/cheat/cheat-4.3.3-r1.ebuild app-misc/cheat/cheat-4.3.3.ebuild X-VCS-Directories: app-misc/cheat/ X-VCS-Committer: freijon X-VCS-Committer-Name: Jonas Frei X-VCS-Revision: 79a0c63ed4156ee20a010b702a992dd95441460a X-VCS-Branch: dev Date: Thu, 13 Apr 2023 05:42:22 +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: c42a9649-55c3-4bb8-846d-ffc44318d94f X-Archives-Hash: 0085c3b8c6bf9b20575d5b32a91cc751 commit: 79a0c63ed4156ee20a010b702a992dd95441460a Author: Jonas Frei pm me> AuthorDate: Thu Apr 13 05:21:07 2023 +0000 Commit: Jonas Frei pm me> CommitDate: Thu Apr 13 05:21:07 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79a0c63e app-misc/cheat: shell-completion, several fixes - Now making use of the 'shell-completion' eclass - Removed 'zsh-completion' USE flag (completion is now installed undonditionally) - No longer building manpage since it's pre-built in the release - Therefore: No longer depending on app-text/pandoc at build time - Removed weird total blocking of app-shells/zsh-completion. Now soft-blocking app-shells/zsh-completion < 0.34.0 because it used to install the zsh completion '_cheat' before 0.34.0. Signed-off-by: Jonas Frei pm.me> .../{cheat-4.3.3.ebuild => cheat-4.3.3-r1.ebuild} | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/app-misc/cheat/cheat-4.3.3.ebuild b/app-misc/cheat/cheat-4.3.3-r1.ebuild similarity index 58% rename from app-misc/cheat/cheat-4.3.3.ebuild rename to app-misc/cheat/cheat-4.3.3-r1.ebuild index d45719a63..9fb8c0868 100644 --- a/app-misc/cheat/cheat-4.3.3.ebuild +++ b/app-misc/cheat/cheat-4.3.3-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019-2021 Gentoo Authors +# Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit bash-completion-r1 go-module optfeature +inherit go-module optfeature shell-completion DESCRIPTION="cheat allows you to create and view interactive cheatsheets on the command-line" HOMEPAGE="https://github.com/cheat/cheat" @@ -14,17 +14,13 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT Apache-2.0 BSD BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="man zsh-completion" +IUSE="man" -RDEPEND="zsh-completion? ( !app-shells/zsh-completions )" -BDEPEND="man? ( app-text/pandoc )" +RDEPEND="!