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 8427115800A for ; Sat, 5 Aug 2023 22:41:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BD38A2BC03F; Sat, 5 Aug 2023 22:41:41 +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 964FA2BC03F for ; Sat, 5 Aug 2023 22:41:41 +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 A76DA340E6F for ; Sat, 5 Aug 2023 22:41:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DAFBF24 for ; Sat, 5 Aug 2023 22:41:37 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1691275201.7e9094696715b7ea249c1ff0481fa808e5f2e6e9.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-antivirus/clamtk/clamtk-6.16.ebuild X-VCS-Directories: app-antivirus/clamtk/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7e9094696715b7ea249c1ff0481fa808e5f2e6e9 X-VCS-Branch: master Date: Sat, 5 Aug 2023 22:41:37 +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: 7c0b5599-2d33-499f-8e87-b80e07dc19e4 X-Archives-Hash: 5861760cb33b6723f9395f7f7170240e commit: 7e9094696715b7ea249c1ff0481fa808e5f2e6e9 Author: Conrad Kostecki gentoo org> AuthorDate: Sat Aug 5 22:38:31 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Aug 5 22:40:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e909469 app-antivirus/clamtk: fix QA ExcessiveLineLength Signed-off-by: Conrad Kostecki gentoo.org> app-antivirus/clamtk/clamtk-6.16.ebuild | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/app-antivirus/clamtk/clamtk-6.16.ebuild b/app-antivirus/clamtk/clamtk-6.16.ebuild index a79d196d5dd1..69942562e890 100644 --- a/app-antivirus/clamtk/clamtk-6.16.ebuild +++ b/app-antivirus/clamtk/clamtk-6.16.ebuild @@ -105,7 +105,10 @@ src_install() { doman ../clamtk-gnome.1 docinto nautilus - dodoc ../clamtk-gnome-${MY_PV_NAUTILUS}/CHANGES ../clamtk-gnome-${MY_PV_NAUTILUS}/DISCLAIMER ../clamtk-gnome-${MY_PV_NAUTILUS}/README.md + dodoc \ + ../clamtk-gnome-${MY_PV_NAUTILUS}/CHANGES \ + ../clamtk-gnome-${MY_PV_NAUTILUS}/DISCLAIMER \ + ../clamtk-gnome-${MY_PV_NAUTILUS}/README.md fi if use nemo; then @@ -115,7 +118,10 @@ src_install() { doman ../nemo-sendto-clamtk.1 docinto nemo - dodoc ../nemo-sendto-clamtk-${MY_PV_NEMO}/CHANGES ../nemo-sendto-clamtk-${MY_PV_NEMO}/DISCLAIMER ../nemo-sendto-clamtk-${MY_PV_NEMO}/README.md + dodoc \ + ../nemo-sendto-clamtk-${MY_PV_NEMO}/CHANGES \ + ../nemo-sendto-clamtk-${MY_PV_NEMO}/DISCLAIMER \ + ../nemo-sendto-clamtk-${MY_PV_NEMO}/README.md fi if use thunar; then @@ -125,7 +131,10 @@ src_install() { doman ../thunar-sendto-clamtk.1 docinto thunar - dodoc ../thunar-sendto-clamtk-${MY_PV_THUNAR}/CHANGES ../thunar-sendto-clamtk-${MY_PV_THUNAR}/DISCLAIMER ../thunar-sendto-clamtk-${MY_PV_THUNAR}/README.md + dodoc \ + ../thunar-sendto-clamtk-${MY_PV_THUNAR}/CHANGES \ + ../thunar-sendto-clamtk-${MY_PV_THUNAR}/DISCLAIMER \ + ../thunar-sendto-clamtk-${MY_PV_THUNAR}/README.md fi einstalldocs