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 56D0E139086 for ; Mon, 16 Jan 2017 00:17:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72DFF234005; Mon, 16 Jan 2017 00:17:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42FFD234005 for ; Mon, 16 Jan 2017 00:17:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8CC72341016 for ; Mon, 16 Jan 2017 00:17:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED6D82861 for ; Mon, 16 Jan 2017 00:17:52 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1484525820.e1ead1f3675089c25bd76c8fc36b92e262e44219.junghans@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 X-VCS-Directories: sys-cluster/libquo/ X-VCS-Committer: junghans X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: e1ead1f3675089c25bd76c8fc36b92e262e44219 X-VCS-Branch: master Date: Mon, 16 Jan 2017 00:17:52 +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: e7c15b68-cdfe-4c58-b6b5-6de3524d9cf9 X-Archives-Hash: ced26941e81ffe5a56881e441ca9109a commit: e1ead1f3675089c25bd76c8fc36b92e262e44219 Author: Christoph Junghans gentoo org> AuthorDate: Mon Jan 16 00:07:30 2017 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon Jan 16 00:17:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1ead1f3 sys-cluster/libquo: update homepage Package-Manager: portage-2.3.0 sys-cluster/libquo/libquo-1.2.2.ebuild | 6 +++--- sys-cluster/libquo/libquo-1.2.3.ebuild | 8 ++++---- sys-cluster/libquo/libquo-1.2.4-r1.ebuild | 8 ++++---- sys-cluster/libquo/libquo-1.2.9.ebuild | 8 ++++---- sys-cluster/libquo/libquo-1.2.ebuild | 6 +++--- 5 files changed, 18 insertions(+), 18 deletions(-) diff --git a/sys-cluster/libquo/libquo-1.2.2.ebuild b/sys-cluster/libquo/libquo-1.2.2.ebuild index 57ea650..8c8cae0 100644 --- a/sys-cluster/libquo/libquo-1.2.2.ebuild +++ b/sys-cluster/libquo/libquo-1.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,8 +7,8 @@ EAPI=5 inherit autotools-utils DESCRIPTION="run-time tuning of process binding policies made easy" -HOMEPAGE="http://losalamos.github.io/libquo/" -SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz" +HOMEPAGE="http://lanl.github.io/libquo/" +SRC_URI="http://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 7a2f773..bd30090 100644 --- a/sys-cluster/libquo/libquo-1.2.3.ebuild +++ b/sys-cluster/libquo/libquo-1.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,17 +7,17 @@ EAPI=5 inherit autotools-utils if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/losalamos/${PN}.git https://github.com/losalamos/${PN}.git" + EGIT_REPO_URI="git://github.com/lanl/${PN}.git https://github.com/lanl/${PN}.git" inherit git-r3 KEYWORDS="" AUTOTOOLS_AUTORECONF=1 else - SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz" + SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="run-time tuning of process binding policies made easy" -HOMEPAGE="http://losalamos.github.io/libquo/" +HOMEPAGE="http://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 6f4ed94..affeb65 100644 --- a/sys-cluster/libquo/libquo-1.2.4-r1.ebuild +++ b/sys-cluster/libquo/libquo-1.2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,17 +10,17 @@ FORTRAN_STANDARD=90 inherit autotools-utils fortran-2 if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/losalamos/${PN}.git https://github.com/losalamos/${PN}.git" + EGIT_REPO_URI="git://github.com/lanl/${PN}.git https://github.com/lanl/${PN}.git" inherit git-r3 KEYWORDS="" AUTOTOOLS_AUTORECONF=1 else - SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz" + SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="run-time tuning of process binding policies made easy" -HOMEPAGE="http://losalamos.github.io/libquo/" +HOMEPAGE="http://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 13c6668..ddd74e5 100644 --- a/sys-cluster/libquo/libquo-1.2.9.ebuild +++ b/sys-cluster/libquo/libquo-1.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,17 +10,17 @@ FORTRAN_STANDARD=90 inherit fortran-2 if [ "${PV}" = "9999" ]; then - EGIT_REPO_URI="git://github.com/losalamos/${PN}.git https://github.com/losalamos/${PN}.git" + EGIT_REPO_URI="git://github.com/lanl/${PN}.git https://github.com/lanl/${PN}.git" inherit git-r3 KEYWORDS="" AUTOTOOLS_AUTORECONF=1 else - SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz" + SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="run-time tuning of process binding policies made easy" -HOMEPAGE="http://losalamos.github.io/libquo/" +HOMEPAGE="http://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 e188164..e19877d 100644 --- a/sys-cluster/libquo/libquo-1.2.ebuild +++ b/sys-cluster/libquo/libquo-1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,8 +7,8 @@ EAPI=5 inherit autotools-utils DESCRIPTION="run-time tuning of process binding policies made easy" -HOMEPAGE="http://losalamos.github.io/libquo/" -SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz" +HOMEPAGE="http://lanl.github.io/libquo/" +SRC_URI="http://lanl.github.io/${PN}/dists/${P}.tar.gz" LICENSE="BSD" SLOT="0"