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 3024715ACFB for ; Thu, 13 Apr 2023 07:02:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A026E0839; Thu, 13 Apr 2023 07:02:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2326DE0837 for ; Thu, 13 Apr 2023 07:02:23 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65877340F66 for ; Thu, 13 Apr 2023 07:02:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E1F8A4F for ; Thu, 13 Apr 2023 07:02:18 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1681363267.79a0c63ed4156ee20a010b702a992dd95441460a.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 79a0c63ed4156ee20a010b702a992dd95441460a X-VCS-Branch: master Date: Thu, 13 Apr 2023 07:02:18 +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: 65dbaead-a940-471b-9810-a91c74263865 X-Archives-Hash: 715a383148675eb5b72236c2965e4eec commit: 79a0c63ed4156ee20a010b702a992dd95441460a Author: Jonas Frei pm me> AuthorDate: Thu Apr 13 05:21:07 2023 +0000 Commit: Florian Schmaus gentoo org> 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="!