From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id A18821584AD for ; Sat, 12 Apr 2025 22:19:39 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 8B987343093 for ; Sat, 12 Apr 2025 22:19:39 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 8D7D51102BD; Sat, 12 Apr 2025 22:19:38 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 7F93F1102BD for ; Sat, 12 Apr 2025 22:19:38 +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 2B939343093 for ; Sat, 12 Apr 2025 22:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD35E1BEE for ; Sat, 12 Apr 2025 22:19:36 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1744496366.4a5a0204ced15cb28c840b57d33fc58a08c9eebf.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/nikola/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/nikola/nikola-8.3.1-r1.ebuild X-VCS-Directories: www-apps/nikola/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4a5a0204ced15cb28c840b57d33fc58a08c9eebf X-VCS-Branch: master Date: Sat, 12 Apr 2025 22:19:36 +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: 06adcb8d-2a03-403b-88d2-78c6578a4a0a X-Archives-Hash: aacde581a8d6c376a9c9ebd153dab5ec commit: 4a5a0204ced15cb28c840b57d33fc58a08c9eebf Author: Ulrich Müller gentoo org> AuthorDate: Sat Apr 12 22:17:38 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Apr 12 22:19:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a5a0204 www-apps/nikola: Use newzshcomp Signed-off-by: Ulrich Müller gentoo.org> www-apps/nikola/nikola-8.3.1-r1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www-apps/nikola/nikola-8.3.1-r1.ebuild b/www-apps/nikola/nikola-8.3.1-r1.ebuild index 32ea51e3e1e6..28637f25f1b0 100644 --- a/www-apps/nikola/nikola-8.3.1-r1.ebuild +++ b/www-apps/nikola/nikola-8.3.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{10,11,12,13} ) DISTUTILS_USE_PEP517=setuptools -inherit bash-completion-r1 distutils-r1 optfeature pypi +inherit distutils-r1 optfeature pypi shell-completion DESCRIPTION="A static website and blog generator" HOMEPAGE="https://getnikola.com/" @@ -52,8 +52,7 @@ src_install() { gunzip "${ED}/usr/share/man/man1/${PN}.1.gz" || die newbashcomp ${PN}.bashcomp ${PN} - insinto /usr/share/zsh/site-functions - newins ${PN}.zshcomp _${PN} + newzshcomp ${PN}.zshcomp _${PN} } pkg_postinst() {