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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54D45158041 for ; Fri, 12 Apr 2024 08:35:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6EABEE29D6; Fri, 12 Apr 2024 08:35:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 51420E29D6 for ; Fri, 12 Apr 2024 08:35: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 775DC343276 for ; Fri, 12 Apr 2024 08:35:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CFA7F1688 for ; Fri, 12 Apr 2024 08:35:22 +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: <1712910913.45869eeea51a81c30016917e073cbaef4d507336.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/rubber/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/rubber/rubber-1.6.4-r1.ebuild X-VCS-Directories: dev-tex/rubber/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 45869eeea51a81c30016917e073cbaef4d507336 X-VCS-Branch: master Date: Fri, 12 Apr 2024 08:35: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: bd088050-0c1c-4e1e-8c76-54cc32d6bbf1 X-Archives-Hash: 4434071eb2ea803686d773f09569268d commit: 45869eeea51a81c30016917e073cbaef4d507336 Author: Florian Schmaus gentoo org> AuthorDate: Fri Apr 12 08:34:44 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Fri Apr 12 08:35:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45869eee dev-tex/rubber: remove unnecessary dodir Closes: https://bugs.gentoo.org/929195 Signed-off-by: Florian Schmaus gentoo.org> dev-tex/rubber/rubber-1.6.4-r1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-tex/rubber/rubber-1.6.4-r1.ebuild b/dev-tex/rubber/rubber-1.6.4-r1.ebuild index 405bf11742ff..39ebc4698ab0 100644 --- a/dev-tex/rubber/rubber-1.6.4-r1.ebuild +++ b/dev-tex/rubber/rubber-1.6.4-r1.ebuild @@ -110,6 +110,5 @@ src_install() { dodir /usr/share/man/fr mv "${D}"/usr/share/{doc/man-fr,man/fr/man1} || die mv "${D}"/usr/share/{doc/man-en,man/man1} || die - dodir /usr/share/doc/${P} mv "${D}"/usr/share/doc/{rubber.*,${PF}/} || die }