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 861301382C5 for ; Fri, 13 Apr 2018 23:47:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D231EE08E5; Fri, 13 Apr 2018 23:47:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A6EF2E08E5 for ; Fri, 13 Apr 2018 23:47:22 +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 C09BA335C93 for ; Fri, 13 Apr 2018 23:47:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 10EE22A1 for ; Fri, 13 Apr 2018 23:22:08 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1523661701.149eb64cd75b9910625cdfa30ae8351159e4b1a4.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/build/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/build/build-0.3.10.ebuild X-VCS-Directories: dev-util/build/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 149eb64cd75b9910625cdfa30ae8351159e4b1a4 X-VCS-Branch: master Date: Fri, 13 Apr 2018 23:22: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: c5c36eae-8083-490d-bda1-d8bb978c66d6 X-Archives-Hash: 74198a605f041111e5656deecfe2cdca commit: 149eb64cd75b9910625cdfa30ae8351159e4b1a4 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Apr 10 11:34:36 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Apr 13 23:21:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=149eb64c dev-util/build: use HTTPS dev-util/build/build-0.3.10.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-util/build/build-0.3.10.ebuild b/dev-util/build/build-0.3.10.ebuild index 059d3c00ac8..d5ebc1b8dfc 100644 --- a/dev-util/build/build-0.3.10.ebuild +++ b/dev-util/build/build-0.3.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,9 +6,9 @@ EAPI=6 inherit versionator DESCRIPTION="A massively-parallel software build system implemented on top of GNU make" -HOMEPAGE="http://www.codesynthesis.com/projects/build/" +HOMEPAGE="https://www.codesynthesis.com/projects/build/" SLOT="0" -SRC_URI="http://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" +SRC_URI="https://www.codesynthesis.com/download/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2" LICENSE="GPL-2" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="examples"