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 69F53138334 for ; Sun, 5 Aug 2018 21:48:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CC0BE07EE; Sun, 5 Aug 2018 21:48:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C7D5FE07EE for ; Sun, 5 Aug 2018 21:48:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 0B24B335CDF for ; Sun, 5 Aug 2018 21:48:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CD0A393 for ; Sun, 5 Aug 2018 21:48:01 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1533505637.e334c95fde9d5db981d11184176b51388e7afac5.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/boost-build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/boost-build/boost-build-1.62.0-r1.ebuild dev-util/boost-build/boost-build-1.63.0.ebuild dev-util/boost-build/boost-build-1.65.0.ebuild dev-util/boost-build/boost-build-1.66.0.ebuild dev-util/boost-build/boost-build-1.67.0.ebuild X-VCS-Directories: dev-util/boost-build/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e334c95fde9d5db981d11184176b51388e7afac5 X-VCS-Branch: master Date: Sun, 5 Aug 2018 21:48:01 +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: 38532308-8427-4fa2-a17b-0478488c91bd X-Archives-Hash: 38e459dc03b73cd73c4b20f7fc82a6ed commit: e334c95fde9d5db981d11184176b51388e7afac5 Author: Francesco Turco fastmail fm> AuthorDate: Sat Aug 4 18:34:14 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Aug 5 21:47:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e334c95f dev-util/boost-build: update HOMEPAGE. Closes: https://github.com/gentoo/gentoo/pull/9445 dev-util/boost-build/boost-build-1.62.0-r1.ebuild | 2 +- dev-util/boost-build/boost-build-1.63.0.ebuild | 2 +- dev-util/boost-build/boost-build-1.65.0.ebuild | 2 +- dev-util/boost-build/boost-build-1.66.0.ebuild | 2 +- dev-util/boost-build/boost-build-1.67.0.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild index 55f8756c65e..0178c2e3dfb 100644 --- a/dev-util/boost-build/boost-build-1.62.0-r1.ebuild +++ b/dev-util/boost-build/boost-build-1.62.0-r1.ebuild @@ -11,7 +11,7 @@ inherit eutils flag-o-matic python-single-r1 toolchain-funcs versionator MY_PV="$(replace_all_version_separators _)" DESCRIPTION="A system for large project software construction, simple to use and powerful" -HOMEPAGE="http://www.boost.org/doc/tools/build/index.html" +HOMEPAGE="https://boostorg.github.io/build/" SRC_URI="https://downloads.sourceforge.net/project/boost/boost/${PV}/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0" diff --git a/dev-util/boost-build/boost-build-1.63.0.ebuild b/dev-util/boost-build/boost-build-1.63.0.ebuild index b9a786d1e29..070a8e4d603 100644 --- a/dev-util/boost-build/boost-build-1.63.0.ebuild +++ b/dev-util/boost-build/boost-build-1.63.0.ebuild @@ -11,7 +11,7 @@ inherit eutils flag-o-matic python-single-r1 toolchain-funcs versionator MY_PV="$(replace_all_version_separators _)" DESCRIPTION="A system for large project software construction, simple to use and powerful" -HOMEPAGE="http://www.boost.org/doc/tools/build/index.html" +HOMEPAGE="https://boostorg.github.io/build/" SRC_URI="https://downloads.sourceforge.net/project/boost/boost/${PV}/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0" diff --git a/dev-util/boost-build/boost-build-1.65.0.ebuild b/dev-util/boost-build/boost-build-1.65.0.ebuild index fb56a57e3ce..44cad29af78 100644 --- a/dev-util/boost-build/boost-build-1.65.0.ebuild +++ b/dev-util/boost-build/boost-build-1.65.0.ebuild @@ -11,7 +11,7 @@ inherit eutils flag-o-matic python-single-r1 toolchain-funcs versionator MY_PV="$(replace_all_version_separators _)" DESCRIPTION="A system for large project software construction, simple to use and powerful" -HOMEPAGE="http://www.boost.org/doc/tools/build/index.html" +HOMEPAGE="https://boostorg.github.io/build/" SRC_URI="https://downloads.sourceforge.net/project/boost/boost/${PV}/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0" diff --git a/dev-util/boost-build/boost-build-1.66.0.ebuild b/dev-util/boost-build/boost-build-1.66.0.ebuild index 0349d767fae..ec3e64b01f9 100644 --- a/dev-util/boost-build/boost-build-1.66.0.ebuild +++ b/dev-util/boost-build/boost-build-1.66.0.ebuild @@ -11,7 +11,7 @@ inherit eutils flag-o-matic python-single-r1 toolchain-funcs versionator MY_PV="$(replace_all_version_separators _)" DESCRIPTION="A system for large project software construction, simple to use and powerful" -HOMEPAGE="http://www.boost.org/doc/tools/build/index.html" +HOMEPAGE="https://boostorg.github.io/build/" SRC_URI="https://downloads.sourceforge.net/project/boost/boost/${PV}/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0" diff --git a/dev-util/boost-build/boost-build-1.67.0.ebuild b/dev-util/boost-build/boost-build-1.67.0.ebuild index aa42085c97e..87f9bb67439 100644 --- a/dev-util/boost-build/boost-build-1.67.0.ebuild +++ b/dev-util/boost-build/boost-build-1.67.0.ebuild @@ -11,7 +11,7 @@ inherit eutils flag-o-matic python-single-r1 toolchain-funcs MY_PV="$(ver_rs 1- _)" DESCRIPTION="A system for large project software construction, simple to use and powerful" -HOMEPAGE="http://www.boost.org/doc/tools/build/index.html" +HOMEPAGE="https://boostorg.github.io/build/" SRC_URI="https://downloads.sourceforge.net/project/boost/boost/${PV}/boost_${MY_PV}.tar.bz2" LICENSE="Boost-1.0"