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 140831382C5 for ; Tue, 13 Feb 2018 09:17:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DF71E0B7D; Tue, 13 Feb 2018 09:17:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1A3B3E0B7D for ; Tue, 13 Feb 2018 09:17:11 +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 94749335C2A for ; Tue, 13 Feb 2018 09:17:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBA0C206 for ; Tue, 13 Feb 2018 09:17:08 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1518513190.0fb985204b12124039f520015752a3f0aeb29078.idl0r@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.8.9999.ebuild net-proxy/haproxy/haproxy-1.9.9999.ebuild X-VCS-Directories: net-proxy/haproxy/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 0fb985204b12124039f520015752a3f0aeb29078 X-VCS-Branch: master Date: Tue, 13 Feb 2018 09:17:08 +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-Archives-Salt: 256904d1-f591-4a39-92fe-1aa700265e0b X-Archives-Hash: b95a347fc834e3a1897a51d2d38679a9 commit: 0fb985204b12124039f520015752a3f0aeb29078 Author: Bertrand Jacquin jacquin bzh> AuthorDate: Sun Feb 11 13:24:26 2018 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Tue Feb 13 09:13:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fb98520 net-proxy/haproxy: Move live ebuild to 1.9 branch branch 1.8 is not under heavy development anymore while 1.9 is Update HOMEPAGE Resolve ebuild.absdosym warnings Package-Manager: Portage-2.3.19, Repoman-2.3.6 .../haproxy/{haproxy-1.8.9999.ebuild => haproxy-1.9.9999.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-proxy/haproxy/haproxy-1.8.9999.ebuild b/net-proxy/haproxy/haproxy-1.9.9999.ebuild similarity index 98% rename from net-proxy/haproxy/haproxy-1.8.9999.ebuild rename to net-proxy/haproxy/haproxy-1.9.9999.ebuild index 7827f2e5bdd..44131da836d 100644 --- a/net-proxy/haproxy/haproxy-1.8.9999.ebuild +++ b/net-proxy/haproxy/haproxy-1.9.9999.ebuild @@ -9,7 +9,7 @@ inherit user versionator toolchain-funcs flag-o-matic systemd linux-info $SCM MY_P="${PN}-${PV/_beta/-dev}" DESCRIPTION="A TCP/HTTP reverse proxy for high availability environments" -HOMEPAGE="http://haproxy.1wt.eu" +HOMEPAGE="http://www.haproxy.org" if [[ ${PV} != *9999 ]]; then SRC_URI="http://haproxy.1wt.eu/download/$(get_version_component_range 1-2)/src/${MY_P}.tar.gz" KEYWORDS="~amd64 ~arm ~ppc ~x86" @@ -110,7 +110,7 @@ src_compile() { src_install() { dosbin haproxy - dosym /usr/sbin/haproxy /usr/bin/haproxy + dosym ../sbin/haproxy /usr/bin/haproxy newconfd "${FILESDIR}/${PN}.confd" $PN newinitd "${FILESDIR}/${PN}.initd-r6" $PN