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 D1F32139697 for ; Sun, 30 Jul 2017 09:23:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4182A1FC0C8; Sun, 30 Jul 2017 09:23:03 +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 12AC81FC0C8 for ; Sun, 30 Jul 2017 09:23:03 +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 0D8253419D1 for ; Sun, 30 Jul 2017 09:23:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8636474C8 for ; Sun, 30 Jul 2017 09:23:00 +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: <1501406565.9162b1c703cc1290b241cd6751f1e3b0d52ba6d2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/libquo/libquo-1.2.2.ebuild sys-cluster/libquo/libquo-1.2.3.ebuild sys-cluster/libquo/libquo-1.2.4-r1.ebuild sys-cluster/libquo/libquo-1.2.9.ebuild sys-cluster/libquo/libquo-1.2.ebuild sys-cluster/libquo/libquo-9999.ebuild X-VCS-Directories: sys-cluster/libquo/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9162b1c703cc1290b241cd6751f1e3b0d52ba6d2 X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:23:00 +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: 344596c0-1589-4d95-aa67-554d057f5629 X-Archives-Hash: 63174edc5317bcbefdc410f394125fa9 commit: 9162b1c703cc1290b241cd6751f1e3b0d52ba6d2 Author: David Hicks hicks id au> AuthorDate: Sat Jul 29 14:46:21 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 30 09:22:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9162b1c7 sys-cluster/libquo: use HTTPS for GitHub, HOMEPAGE and SRC_URI Package-Manager: Portage-2.3.6, Repoman-2.3.3 sys-cluster/libquo/libquo-1.2.2.ebuild | 4 ++-- sys-cluster/libquo/libquo-1.2.3.ebuild | 6 +++--- sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 6 +++--- sys-cluster/libquo/libquo-1.2.9.ebuild | 6 +++--- sys-cluster/libquo/libquo-1.2.ebuild | 4 ++-- sys-cluster/libquo/libquo-9999.ebuild | 6 +++--- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild b/sys-cluster/libquo/libquo-1.2.2.ebuild index 9b292df867c..3a8606d5827 100644 --- a/sys-cluster/libquo/libquo-1.2.2.ebuild +++ b/sys-cluster/libquo/libquo-1.2.2.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit autotools-utils DESCRIPTION="run-time tuning of process binding policies made easy" -HOMEPAGE="http://lanl.github.io/libquo/" -SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz" +HOMEPAGE="https://lanl.github.io/libquo/" +SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/sys-cluster/libquo/libquo-1.2.3.ebuild b/sys-cluster/libquo/libquo-1.2.3.ebuild index 7a17da6712d..69867bf0fe2 100644 --- a/sys-cluster/libquo/libquo-1.2.3.ebuild +++ b/sys-cluster/libquo/libquo-1.2.3.ebuild @@ -6,17 +6,17 @@ EAPI=5 inherit autotools-utils if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/lanl/${PN}.git https://github.com/lanl/${PN}.git" + EGIT_REPO_URI="https://github.com/lanl/${PN}.git" inherit git-r3 KEYWORDS="" AUTOTOOLS_AUTORECONF=1 else - SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz" + SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="run-time tuning of process binding policies made easy" -HOMEPAGE="http://lanl.github.io/libquo/" +HOMEPAGE="https://lanl.github.io/libquo/" LICENSE="BSD" SLOT="0" diff --git a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild index b8f2df3472c..ca89f8c78fe 100644 --- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild +++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild @@ -9,17 +9,17 @@ FORTRAN_STANDARD=90 inherit autotools-utils fortran-2 if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/lanl/${PN}.git https://github.com/lanl/${PN}.git" + EGIT_REPO_URI="https://github.com/lanl/${PN}.git" inherit git-r3 KEYWORDS="" AUTOTOOLS_AUTORECONF=1 else - SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz" + SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="run-time tuning of process binding policies made easy" -HOMEPAGE="http://lanl.github.io/libquo/" +HOMEPAGE="https://lanl.github.io/libquo/" LICENSE="BSD" SLOT="0" diff --git a/sys-cluster/libquo/libquo-1.2.9.ebuild b/sys-cluster/libquo/libquo-1.2.9.ebuild index 30cf2f796e7..0b005031c63 100644 --- a/sys-cluster/libquo/libquo-1.2.9.ebuild +++ b/sys-cluster/libquo/libquo-1.2.9.ebuild @@ -9,17 +9,17 @@ FORTRAN_STANDARD=90 inherit fortran-2 if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/lanl/${PN}.git https://github.com/lanl/${PN}.git" + EGIT_REPO_URI="https://github.com/lanl/${PN}.git" inherit git-r3 KEYWORDS="" AUTOTOOLS_AUTORECONF=1 else - SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz" + SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="run-time tuning of process binding policies made easy" -HOMEPAGE="http://lanl.github.io/libquo/" +HOMEPAGE="https://lanl.github.io/libquo/" LICENSE="BSD" SLOT="0" diff --git a/sys-cluster/libquo/libquo-1.2.ebuild b/sys-cluster/libquo/libquo-1.2.ebuild index dff6985f670..72ea50f3be6 100644 --- a/sys-cluster/libquo/libquo-1.2.ebuild +++ b/sys-cluster/libquo/libquo-1.2.ebuild @@ -6,8 +6,8 @@ EAPI=5 inherit autotools-utils DESCRIPTION="run-time tuning of process binding policies made easy" -HOMEPAGE="http://lanl.github.io/libquo/" -SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz" +HOMEPAGE="https://lanl.github.io/libquo/" +SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz" LICENSE="BSD" SLOT="0" diff --git a/sys-cluster/libquo/libquo-9999.ebuild b/sys-cluster/libquo/libquo-9999.ebuild index 9282e1dfe7a..88c33d14f34 100644 --- a/sys-cluster/libquo/libquo-9999.ebuild +++ b/sys-cluster/libquo/libquo-9999.ebuild @@ -9,16 +9,16 @@ FORTRAN_STANDARD=90 inherit fortran-2 if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/lanl/${PN}.git https://github.com/lanl/${PN}.git" + EGIT_REPO_URI="https://github.com/lanl/${PN}.git" inherit autotools git-r3 KEYWORDS="" else - SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz" + SRC_URI="https://lanl.github.io/${PN}/dists/${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="run-time tuning of process binding policies made easy" -HOMEPAGE="http://lanl.github.io/libquo/" +HOMEPAGE="https://lanl.github.io/libquo/" LICENSE="BSD" SLOT="0"