From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2739D138334 for ; Sun, 11 Aug 2019 11:20:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A6F26E088F; Sun, 11 Aug 2019 11:20:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66AB2E088D for ; Sun, 11 Aug 2019 11:20:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B8833498E7 for ; Sun, 11 Aug 2019 11:20:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED4CC770 for ; Sun, 11 Aug 2019 11:20:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1565522414.56b45cdf9e9f941a6d0ab529d461c468937493c3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/haproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/haproxy/haproxy-1.9.10.ebuild net-proxy/haproxy/haproxy-1.9.9.ebuild net-proxy/haproxy/haproxy-1.9.9999.ebuild net-proxy/haproxy/haproxy-2.0.3.ebuild net-proxy/haproxy/haproxy-2.0.4.ebuild net-proxy/haproxy/haproxy-2.0.9999.ebuild X-VCS-Directories: net-proxy/haproxy/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 56b45cdf9e9f941a6d0ab529d461c468937493c3 X-VCS-Branch: master Date: Sun, 11 Aug 2019 11:20:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1e8e083c-fd82-4831-b1f2-734de3f408a6 X-Archives-Hash: a1b461ee2537f14c4d2545135d10aa1c commit: 56b45cdf9e9f941a6d0ab529d461c468937493c3 Author: David Seifert gentoo org> AuthorDate: Sun Aug 11 11:20:14 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 11 11:20:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b45cdf net-proxy/haproxy: [QA] Fix missing trailing slash Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> net-proxy/haproxy/haproxy-1.9.10.ebuild | 2 +- net-proxy/haproxy/haproxy-1.9.9.ebuild | 2 +- net-proxy/haproxy/haproxy-1.9.9999.ebuild | 2 +- net-proxy/haproxy/haproxy-2.0.3.ebuild | 2 +- net-proxy/haproxy/haproxy-2.0.4.ebuild | 2 +- net-proxy/haproxy/haproxy-2.0.9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-proxy/haproxy/haproxy-1.9.10.ebuild b/net-proxy/haproxy/haproxy-1.9.10.ebuild index ca0db852190..0eacacdc48d 100644 --- a/net-proxy/haproxy/haproxy-1.9.10.ebuild +++ b/net-proxy/haproxy/haproxy-1.9.10.ebuild @@ -167,7 +167,7 @@ pkg_postinst() { if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then einfo "Please consult the installed documentation for learning the configuration file's syntax." einfo "The documentation and sample configuration files are installed here:" - einfo " ${EROOT}usr/share/doc/${PF}" + einfo " ${EROOT}/usr/share/doc/${PF}" fi fi } diff --git a/net-proxy/haproxy/haproxy-1.9.9.ebuild b/net-proxy/haproxy/haproxy-1.9.9.ebuild index ca0db852190..0eacacdc48d 100644 --- a/net-proxy/haproxy/haproxy-1.9.9.ebuild +++ b/net-proxy/haproxy/haproxy-1.9.9.ebuild @@ -167,7 +167,7 @@ pkg_postinst() { if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then einfo "Please consult the installed documentation for learning the configuration file's syntax." einfo "The documentation and sample configuration files are installed here:" - einfo " ${EROOT}usr/share/doc/${PF}" + einfo " ${EROOT}/usr/share/doc/${PF}" fi fi } diff --git a/net-proxy/haproxy/haproxy-1.9.9999.ebuild b/net-proxy/haproxy/haproxy-1.9.9999.ebuild index ca0db852190..0eacacdc48d 100644 --- a/net-proxy/haproxy/haproxy-1.9.9999.ebuild +++ b/net-proxy/haproxy/haproxy-1.9.9999.ebuild @@ -167,7 +167,7 @@ pkg_postinst() { if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then einfo "Please consult the installed documentation for learning the configuration file's syntax." einfo "The documentation and sample configuration files are installed here:" - einfo " ${EROOT}usr/share/doc/${PF}" + einfo " ${EROOT}/usr/share/doc/${PF}" fi fi } diff --git a/net-proxy/haproxy/haproxy-2.0.3.ebuild b/net-proxy/haproxy/haproxy-2.0.3.ebuild index 3924975aade..06e10c93669 100644 --- a/net-proxy/haproxy/haproxy-2.0.3.ebuild +++ b/net-proxy/haproxy/haproxy-2.0.3.ebuild @@ -170,7 +170,7 @@ pkg_postinst() { if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then einfo "Please consult the installed documentation for learning the configuration file's syntax." einfo "The documentation and sample configuration files are installed here:" - einfo " ${EROOT}usr/share/doc/${PF}" + einfo " ${EROOT}/usr/share/doc/${PF}" fi fi } diff --git a/net-proxy/haproxy/haproxy-2.0.4.ebuild b/net-proxy/haproxy/haproxy-2.0.4.ebuild index 3924975aade..06e10c93669 100644 --- a/net-proxy/haproxy/haproxy-2.0.4.ebuild +++ b/net-proxy/haproxy/haproxy-2.0.4.ebuild @@ -170,7 +170,7 @@ pkg_postinst() { if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then einfo "Please consult the installed documentation for learning the configuration file's syntax." einfo "The documentation and sample configuration files are installed here:" - einfo " ${EROOT}usr/share/doc/${PF}" + einfo " ${EROOT}/usr/share/doc/${PF}" fi fi } diff --git a/net-proxy/haproxy/haproxy-2.0.9999.ebuild b/net-proxy/haproxy/haproxy-2.0.9999.ebuild index e41593121e8..c920acfec53 100644 --- a/net-proxy/haproxy/haproxy-2.0.9999.ebuild +++ b/net-proxy/haproxy/haproxy-2.0.9999.ebuild @@ -166,7 +166,7 @@ pkg_postinst() { if [[ -d "${EROOT}/usr/share/doc/${PF}" ]]; then einfo "Please consult the installed documentation for learning the configuration file's syntax." einfo "The documentation and sample configuration files are installed here:" - einfo " ${EROOT}usr/share/doc/${PF}" + einfo " ${EROOT}/usr/share/doc/${PF}" fi fi }