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 1BE6F15ACFB for ; Thu, 13 Apr 2023 05:42:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58081E07EA; Thu, 13 Apr 2023 05:42:27 +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 3CDCDE07EA for ; Thu, 13 Apr 2023 05:42:27 +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 43857340F0D for ; Thu, 13 Apr 2023 05:42:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E748A45 for ; Thu, 13 Apr 2023 05:42:23 +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: <1681364230.ccb14ee4943ede49dd6e01e83c79929688a918a6.freijon@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/OCRmyPDF/OCRmyPDF-14.0.1-r4.ebuild X-VCS-Directories: app-text/OCRmyPDF/ X-VCS-Committer: freijon X-VCS-Committer-Name: Jonas Frei X-VCS-Revision: ccb14ee4943ede49dd6e01e83c79929688a918a6 X-VCS-Branch: dev Date: Thu, 13 Apr 2023 05:42:23 +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: 8c2348e6-edba-4412-a642-20ea488bde8e X-Archives-Hash: b59a6057557637ec1dfc3726964e38fe commit: ccb14ee4943ede49dd6e01e83c79929688a918a6 Author: Jonas Frei pm me> AuthorDate: Thu Apr 13 05:37:10 2023 +0000 Commit: Jonas Frei pm me> CommitDate: Thu Apr 13 05:37:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ccb14ee4 app-text/OCRmyPDF: Make use of 'shell-completion' eclass Signed-off-by: Jonas Frei pm.me> app-text/OCRmyPDF/OCRmyPDF-14.0.1-r4.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-text/OCRmyPDF/OCRmyPDF-14.0.1-r4.ebuild b/app-text/OCRmyPDF/OCRmyPDF-14.0.1-r4.ebuild index 0561df0b5..59a7f5bd3 100644 --- a/app-text/OCRmyPDF/OCRmyPDF-14.0.1-r4.ebuild +++ b/app-text/OCRmyPDF/OCRmyPDF-14.0.1-r4.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..10} ) -inherit bash-completion-r1 distutils-r1 optfeature +inherit distutils-r1 optfeature shell-completion DESCRIPTION="OCRmyPDF adds an OCR text layer to scanned PDF files" HOMEPAGE="https://github.com/ocrmypdf/OCRmyPDF" @@ -58,8 +58,7 @@ src_install() { distutils-r1_src_install newbashcomp misc/completion/ocrmypdf.bash "${PN,,}" - insinto /usr/share/fish/vendor_completions.d - doins misc/completion/ocrmypdf.fish + dofishcomp misc/completion/ocrmypdf.fish } pkg_postinst() {