Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/pedro/
Date: Fri, 28 May 2021 15:57:46
Message-Id: 1622217427.91a1567719bdbdfe9147ae618e778f53e747a059.soap@gentoo
1 commit: 91a1567719bdbdfe9147ae618e778f53e747a059
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 28 15:57:07 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 15:57:07 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91a15677
7
8 net-misc/pedro: fix docinto argument (avoid double 'prefix')
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-misc/pedro/{pedro-1.6.ebuild => pedro-1.6-r1.ebuild} | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-misc/pedro/pedro-1.6.ebuild b/net-misc/pedro/pedro-1.6-r1.ebuild
17 similarity index 86%
18 rename from net-misc/pedro/pedro-1.6.ebuild
19 rename to net-misc/pedro/pedro-1.6-r1.ebuild
20 index 68f35cb0e6f..f6b5ca3d86b 100644
21 --- a/net-misc/pedro/pedro-1.6.ebuild
22 +++ b/net-misc/pedro/pedro-1.6-r1.ebuild
23 @@ -40,13 +40,13 @@ src_install() {
24 fi
25
26 if use examples ; then
27 - docinto /usr/share/doc/${PF}/examples
28 + docinto examples
29 dodoc src/examples/*.{c,tcl}
30
31 - docinto /usr/share/doc/${PF}/examples/java_api
32 + docinto examples/java_api
33 dodoc src/java_api/*.java
34
35 - docinto /usr/share/doc/${PF}/examples/python_api
36 + docinto examples/python_api
37 dodoc src/python_api/*.py
38 fi
39 }