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 23E98139695 for ; Sun, 30 Jul 2017 10:05:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 148511FC2C2; Sun, 30 Jul 2017 10:04:43 +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 EBB391FC2C5 for ; Sun, 30 Jul 2017 10:04:42 +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 BD239341A9B for ; Sun, 30 Jul 2017 10:04:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E98E674D7 for ; Sun, 30 Jul 2017 10:04:37 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1501409068.8af963953f4d4945b6e0ad659c22854bfc53d867.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/p4est/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/p4est/p4est-1.0.ebuild sci-libs/p4est/p4est-1.1.ebuild sci-libs/p4est/p4est-9999.ebuild X-VCS-Directories: sci-libs/p4est/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 8af963953f4d4945b6e0ad659c22854bfc53d867 X-VCS-Branch: master Date: Sun, 30 Jul 2017 10:04:37 +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: 2a088163-ed59-464d-8dae-087fe33da9ed X-Archives-Hash: c6be360aa0893c78add972bc6a600568 commit: 8af963953f4d4945b6e0ad659c22854bfc53d867 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 19:03:25 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 10:04:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af96395 sci-libs/p4est: use HTTPS for GitHub Package-Manager: Portage-2.3.6, Repoman-2.3.3 sci-libs/p4est/p4est-1.0.ebuild | 2 +- sci-libs/p4est/p4est-1.1.ebuild | 2 +- sci-libs/p4est/p4est-9999.ebuild | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sci-libs/p4est/p4est-1.0.ebuild b/sci-libs/p4est/p4est-1.0.ebuild index c1defa40429..b76a7efb8f0 100644 --- a/sci-libs/p4est/p4est-1.0.ebuild +++ b/sci-libs/p4est/p4est-1.0.ebuild @@ -11,7 +11,7 @@ inherit autotools eutils DESCRIPTION="Scalable Algorithms for Parallel Adaptive Mesh Refinement on Forests of Octrees" HOMEPAGE="http://www.p4est.org/" SRC_URI=" - https://github.com/cburstedde/p4est/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> libsc-${PV}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/sci-libs/p4est/p4est-1.1.ebuild b/sci-libs/p4est/p4est-1.1.ebuild index c1defa40429..b76a7efb8f0 100644 --- a/sci-libs/p4est/p4est-1.1.ebuild +++ b/sci-libs/p4est/p4est-1.1.ebuild @@ -11,7 +11,7 @@ inherit autotools eutils DESCRIPTION="Scalable Algorithms for Parallel Adaptive Mesh Refinement on Forests of Octrees" HOMEPAGE="http://www.p4est.org/" SRC_URI=" - https://github.com/cburstedde/p4est/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> libsc-${PV}.tar.gz" KEYWORDS="~amd64 ~x86" diff --git a/sci-libs/p4est/p4est-9999.ebuild b/sci-libs/p4est/p4est-9999.ebuild index d06cffc565c..a54c8b564e3 100644 --- a/sci-libs/p4est/p4est-9999.ebuild +++ b/sci-libs/p4est/p4est-9999.ebuild @@ -13,13 +13,13 @@ HOMEPAGE="http://www.p4est.org/" if [[ ${PV} = *9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://github.com/cburstedde/p4est.git" + EGIT_REPO_URI="https://github.com/cburstedde/${PN}.git" EGIT_BRANCH="develop" SRC_URI="" KEYWORDS="" else SRC_URI=" - https://github.com/cburstedde/p4est/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/cburstedde/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/cburstedde/libsc/archive/v${PV}.tar.gz -> libsc-${PV}.tar.gz" KEYWORDS="~amd64 ~x86" fi