Gentoo Archives: gentoo-commits

From: Christian Ruppert <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/
Date: Tue, 28 Jun 2022 09:27:20
Message-Id: 1656408432.6dda196d446810c5a5b116f6353267b16c2f50e1.idl0r@gentoo
1 commit: 6dda196d446810c5a5b116f6353267b16c2f50e1
2 Author: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 08:45:55 2022 +0000
4 Commit: Christian Ruppert <idl0r <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 09:27:12 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dda196d
7
8 net-proxy/haproxy: Fix USE=doc installation
9
10 Bug: https://bugs.gentoo.org/854699
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Christian Ruppert <idl0r <AT> gentoo.org>
13
14 net-proxy/haproxy/haproxy-2.6.1.ebuild | 2 +-
15 net-proxy/haproxy/haproxy-2.6.9999.ebuild | 2 +-
16 net-proxy/haproxy/haproxy-9999.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/net-proxy/haproxy/haproxy-2.6.1.ebuild b/net-proxy/haproxy/haproxy-2.6.1.ebuild
20 index 2b772750ef60..daf0687ac086 100644
21 --- a/net-proxy/haproxy/haproxy-2.6.1.ebuild
22 +++ b/net-proxy/haproxy/haproxy-2.6.1.ebuild
23 @@ -133,7 +133,7 @@ src_install() {
24 doins examples/errorfiles/*
25
26 if use doc; then
27 - dodoc ROADMAP doc/*.txt
28 + dodoc doc/*.txt
29 #if use lua; then
30 # TODO: doc/lua-api/
31 #fi
32
33 diff --git a/net-proxy/haproxy/haproxy-2.6.9999.ebuild b/net-proxy/haproxy/haproxy-2.6.9999.ebuild
34 index 2b772750ef60..daf0687ac086 100644
35 --- a/net-proxy/haproxy/haproxy-2.6.9999.ebuild
36 +++ b/net-proxy/haproxy/haproxy-2.6.9999.ebuild
37 @@ -133,7 +133,7 @@ src_install() {
38 doins examples/errorfiles/*
39
40 if use doc; then
41 - dodoc ROADMAP doc/*.txt
42 + dodoc doc/*.txt
43 #if use lua; then
44 # TODO: doc/lua-api/
45 #fi
46
47 diff --git a/net-proxy/haproxy/haproxy-9999.ebuild b/net-proxy/haproxy/haproxy-9999.ebuild
48 index 2b772750ef60..daf0687ac086 100644
49 --- a/net-proxy/haproxy/haproxy-9999.ebuild
50 +++ b/net-proxy/haproxy/haproxy-9999.ebuild
51 @@ -133,7 +133,7 @@ src_install() {
52 doins examples/errorfiles/*
53
54 if use doc; then
55 - dodoc ROADMAP doc/*.txt
56 + dodoc doc/*.txt
57 #if use lua; then
58 # TODO: doc/lua-api/
59 #fi