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 074C81382C5 for ; Sun, 29 Nov 2020 23:31:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2504FE0825; Sun, 29 Nov 2020 23:31:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 71EF9E0858 for ; Sun, 29 Nov 2020 23:31:27 +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 D81B3341333 for ; Sun, 29 Nov 2020 23:31:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 260153F0 for ; Sun, 29 Nov 2020 23:31:24 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1606692670.91c2625df71ac76e277f76f38ec465aef9e012d8.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdotool/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xdotool/xdotool-3.20160805.1.ebuild X-VCS-Directories: x11-misc/xdotool/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 91c2625df71ac76e277f76f38ec465aef9e012d8 X-VCS-Branch: master Date: Sun, 29 Nov 2020 23:31:24 +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: 41fc39a7-1a98-4876-bc4f-f2e06483943d X-Archives-Hash: 64a4f5339e6a29973bd12a4c8e6722fa commit: 91c2625df71ac76e277f76f38ec465aef9e012d8 Author: Marek Szuba gentoo org> AuthorDate: Sun Nov 29 23:18:02 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Nov 29 23:31:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c2625d x11-misc/xdotool: For examples, use dodoc instead of doins Signed-off-by: Marek Szuba gentoo.org> x11-misc/xdotool/xdotool-3.20160805.1.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild index fcd7fd283af..0f0072ff510 100644 --- a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild +++ b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -51,7 +51,6 @@ src_install() { dodoc CHANGELIST README if use examples; then - insinto /usr/share/doc/${PF}/examples - doins examples/* + dodoc -r examples fi }