Gentoo Archives: gentoo-commits

From: Haelwenn Monnier <contact@×××××××××.me>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-client/badwolf/
Date: Sat, 03 Apr 2021 00:03:21
Message-Id: 1617398429.a8ff56961d1eadeeb57c73f77bb0938bfe60bd5c.lanodan@gentoo
1 commit: a8ff56961d1eadeeb57c73f77bb0938bfe60bd5c
2 Author: Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
3 AuthorDate: Fri Apr 2 21:20:29 2021 +0000
4 Commit: Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
5 CommitDate: Fri Apr 2 21:20:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a8ff5696
7
8 www-client/badwolf: Use PF for docdir
9
10 Signed-off-by: Haelwenn (lanodan) Monnier <contact <AT> hacktivis.me>
11
12 www-client/badwolf/badwolf-1.0.3.ebuild | 4 ++--
13 www-client/badwolf/badwolf-9999.ebuild | 4 ++--
14 2 files changed, 4 insertions(+), 4 deletions(-)
15
16 diff --git a/www-client/badwolf/badwolf-1.0.3.ebuild b/www-client/badwolf/badwolf-1.0.3.ebuild
17 index 1112c21be..6389687d1 100644
18 --- a/www-client/badwolf/badwolf-1.0.3.ebuild
19 +++ b/www-client/badwolf/badwolf-1.0.3.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 2019-2020 Gentoo Authors
22 +# Copyright 2019-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -47,7 +47,7 @@ src_compile() {
27 src_install() {
28 emake \
29 DESTDIR="${D}" \
30 - DOCDIR="/usr/share/doc/${P}" \
31 + DOCDIR="/usr/share/doc/${PF}" \
32 PREFIX="/usr" \
33 install
34
35
36 diff --git a/www-client/badwolf/badwolf-9999.ebuild b/www-client/badwolf/badwolf-9999.ebuild
37 index 1112c21be..6389687d1 100644
38 --- a/www-client/badwolf/badwolf-9999.ebuild
39 +++ b/www-client/badwolf/badwolf-9999.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 2019-2020 Gentoo Authors
42 +# Copyright 2019-2021 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46 @@ -47,7 +47,7 @@ src_compile() {
47 src_install() {
48 emake \
49 DESTDIR="${D}" \
50 - DOCDIR="/usr/share/doc/${P}" \
51 + DOCDIR="/usr/share/doc/${PF}" \
52 PREFIX="/usr" \
53 install