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-proxy/haproxy/
Date: Sun, 11 Aug 2019 11:20:53
Message-Id: 1565522414.56b45cdf9e9f941a6d0ab529d461c468937493c3.soap@gentoo
1 commit: 56b45cdf9e9f941a6d0ab529d461c468937493c3
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 11 11:20:14 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 11:20:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b45cdf
7
8 net-proxy/haproxy: [QA] Fix missing trailing slash
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 net-proxy/haproxy/haproxy-1.9.10.ebuild | 2 +-
14 net-proxy/haproxy/haproxy-1.9.9.ebuild | 2 +-
15 net-proxy/haproxy/haproxy-1.9.9999.ebuild | 2 +-
16 net-proxy/haproxy/haproxy-2.0.3.ebuild | 2 +-
17 net-proxy/haproxy/haproxy-2.0.4.ebuild | 2 +-
18 net-proxy/haproxy/haproxy-2.0.9999.ebuild | 2 +-
19 6 files changed, 6 insertions(+), 6 deletions(-)
20
21 diff --git a/net-proxy/haproxy/haproxy-1.9.10.ebuild b/net-proxy/haproxy/haproxy-1.9.10.ebuild
22 index ca0db852190..0eacacdc48d 100644
23 --- a/net-proxy/haproxy/haproxy-1.9.10.ebuild
24 +++ b/net-proxy/haproxy/haproxy-1.9.10.ebuild
25 @@ -167,7 +167,7 @@ pkg_postinst() {
26 if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then
27 einfo "Please consult the installed documentation for learning the configuration file's syntax."
28 einfo "The documentation and sample configuration files are installed here:"
29 - einfo " ${EROOT}usr/share/doc/${PF}"
30 + einfo " ${EROOT}/usr/share/doc/${PF}"
31 fi
32 fi
33 }
34
35 diff --git a/net-proxy/haproxy/haproxy-1.9.9.ebuild b/net-proxy/haproxy/haproxy-1.9.9.ebuild
36 index ca0db852190..0eacacdc48d 100644
37 --- a/net-proxy/haproxy/haproxy-1.9.9.ebuild
38 +++ b/net-proxy/haproxy/haproxy-1.9.9.ebuild
39 @@ -167,7 +167,7 @@ pkg_postinst() {
40 if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then
41 einfo "Please consult the installed documentation for learning the configuration file's syntax."
42 einfo "The documentation and sample configuration files are installed here:"
43 - einfo " ${EROOT}usr/share/doc/${PF}"
44 + einfo " ${EROOT}/usr/share/doc/${PF}"
45 fi
46 fi
47 }
48
49 diff --git a/net-proxy/haproxy/haproxy-1.9.9999.ebuild b/net-proxy/haproxy/haproxy-1.9.9999.ebuild
50 index ca0db852190..0eacacdc48d 100644
51 --- a/net-proxy/haproxy/haproxy-1.9.9999.ebuild
52 +++ b/net-proxy/haproxy/haproxy-1.9.9999.ebuild
53 @@ -167,7 +167,7 @@ pkg_postinst() {
54 if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then
55 einfo "Please consult the installed documentation for learning the configuration file's syntax."
56 einfo "The documentation and sample configuration files are installed here:"
57 - einfo " ${EROOT}usr/share/doc/${PF}"
58 + einfo " ${EROOT}/usr/share/doc/${PF}"
59 fi
60 fi
61 }
62
63 diff --git a/net-proxy/haproxy/haproxy-2.0.3.ebuild b/net-proxy/haproxy/haproxy-2.0.3.ebuild
64 index 3924975aade..06e10c93669 100644
65 --- a/net-proxy/haproxy/haproxy-2.0.3.ebuild
66 +++ b/net-proxy/haproxy/haproxy-2.0.3.ebuild
67 @@ -170,7 +170,7 @@ pkg_postinst() {
68 if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then
69 einfo "Please consult the installed documentation for learning the configuration file's syntax."
70 einfo "The documentation and sample configuration files are installed here:"
71 - einfo " ${EROOT}usr/share/doc/${PF}"
72 + einfo " ${EROOT}/usr/share/doc/${PF}"
73 fi
74 fi
75 }
76
77 diff --git a/net-proxy/haproxy/haproxy-2.0.4.ebuild b/net-proxy/haproxy/haproxy-2.0.4.ebuild
78 index 3924975aade..06e10c93669 100644
79 --- a/net-proxy/haproxy/haproxy-2.0.4.ebuild
80 +++ b/net-proxy/haproxy/haproxy-2.0.4.ebuild
81 @@ -170,7 +170,7 @@ pkg_postinst() {
82 if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then
83 einfo "Please consult the installed documentation for learning the configuration file's syntax."
84 einfo "The documentation and sample configuration files are installed here:"
85 - einfo " ${EROOT}usr/share/doc/${PF}"
86 + einfo " ${EROOT}/usr/share/doc/${PF}"
87 fi
88 fi
89 }
90
91 diff --git a/net-proxy/haproxy/haproxy-2.0.9999.ebuild b/net-proxy/haproxy/haproxy-2.0.9999.ebuild
92 index e41593121e8..c920acfec53 100644
93 --- a/net-proxy/haproxy/haproxy-2.0.9999.ebuild
94 +++ b/net-proxy/haproxy/haproxy-2.0.9999.ebuild
95 @@ -166,7 +166,7 @@ pkg_postinst() {
96 if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then
97 einfo "Please consult the installed documentation for learning the configuration file's syntax."
98 einfo "The documentation and sample configuration files are installed here:"
99 - einfo " ${EROOT}usr/share/doc/${PF}"
100 + einfo " ${EROOT}/usr/share/doc/${PF}"
101 fi
102 fi
103 }