public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/
Date: Sun, 30 Jul 2017 09:23:00 +0000 (UTC)	[thread overview]
Message-ID: <1501406565.9162b1c703cc1290b241cd6751f1e3b0d52ba6d2.mgorny@gentoo> (raw)

commit:     9162b1c703cc1290b241cd6751f1e3b0d52ba6d2
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 14:46:21 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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"


             reply	other threads:[~2017-07-30  9:23 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-30  9:23 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-01  1:00 [gentoo-commits] repo/gentoo:master commit in: sys-cluster/libquo/ Sam James
2021-10-29 22:44 Sam James
2021-07-21 15:39 Marek Szuba
2021-07-21 15:39 Marek Szuba
2021-02-15  0:32 Sam James
2017-01-16  3:47 Christoph Junghans
2017-01-16  0:17 Christoph Junghans
2017-01-16  0:17 Christoph Junghans
2016-11-14  2:01 Christoph Junghans
2016-08-24 19:39 Christoph Junghans
2015-10-12  8:51 Christoph Junghans
2015-10-10 14:49 Christoph Junghans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1501406565.9162b1c703cc1290b241cd6751f1e3b0d52ba6d2.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox