Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xdotool/
Date: Sun, 29 Nov 2020 23:31:29
Message-Id: 1606692670.91c2625df71ac76e277f76f38ec465aef9e012d8.marecki@gentoo
1 commit: 91c2625df71ac76e277f76f38ec465aef9e012d8
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 23:18:02 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 23:31:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91c2625d
7
8 x11-misc/xdotool: For examples, use dodoc instead of doins
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 x11-misc/xdotool/xdotool-3.20160805.1.ebuild | 5 ++---
13 1 file changed, 2 insertions(+), 3 deletions(-)
14
15 diff --git a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild
16 index fcd7fd283af..0f0072ff510 100644
17 --- a/x11-misc/xdotool/xdotool-3.20160805.1.ebuild
18 +++ b/x11-misc/xdotool/xdotool-3.20160805.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -51,7 +51,6 @@ src_install() {
26
27 dodoc CHANGELIST README
28 if use examples; then
29 - insinto /usr/share/doc/${PF}/examples
30 - doins examples/*
31 + dodoc -r examples
32 fi
33 }