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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4C92F1382C5 for ; Fri, 28 May 2021 15:57:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DBB1E0A9B; Fri, 28 May 2021 15:57:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06242E0A9B for ; Fri, 28 May 2021 15:57:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B6BAA340E65 for ; Fri, 28 May 2021 15:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D2D97A4 for ; Fri, 28 May 2021 15:57:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1622217445.6d1eb8a725e4e2cdb2903a84fcb5cc090d25dc5d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/pekwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/pekwm/pekwm-0.1.17-r2.ebuild x11-wm/pekwm/pekwm-0.1.17-r3.ebuild X-VCS-Directories: x11-wm/pekwm/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 6d1eb8a725e4e2cdb2903a84fcb5cc090d25dc5d X-VCS-Branch: master Date: Fri, 28 May 2021 15:57:42 +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: cd4e2a20-099a-4018-86a3-4453892b8371 X-Archives-Hash: 2fc8fd871f3d16f3f449c08561fc5ea4 commit: 6d1eb8a725e4e2cdb2903a84fcb5cc090d25dc5d Author: Sam James gentoo org> AuthorDate: Fri May 28 15:57:25 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri May 28 15:57:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d1eb8a7 x11-wm/pekwm: fix docinto argument (avoid double 'prefix') Signed-off-by: Sam James gentoo.org> Signed-off-by: David Seifert gentoo.org> x11-wm/pekwm/{pekwm-0.1.17-r2.ebuild => pekwm-0.1.17-r3.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/pekwm/pekwm-0.1.17-r2.ebuild b/x11-wm/pekwm/pekwm-0.1.17-r3.ebuild similarity index 95% rename from x11-wm/pekwm/pekwm-0.1.17-r2.ebuild rename to x11-wm/pekwm/pekwm-0.1.17-r3.ebuild index c733ff0ee36..d3a912abdc4 100644 --- a/x11-wm/pekwm/pekwm-0.1.17-r2.ebuild +++ b/x11-wm/pekwm/pekwm-0.1.17-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -60,7 +60,7 @@ src_install() { # Install contributor scripts into doc folder if use contrib ; then - docinto /usr/share/doc/${PF}/contrib + docinto contrib dodoc contrib/lobo/{check.png,pekwm_autoprop.pl,pekwm_menu_config.pl} \ contrib/lobo/{pekwm_menu_config.pl.vars,README,uncheck.png} fi