From ed9440e3eb704eae89f343308d2a8bbb408fedc1 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sun, 15 Jan 2017 20:40:18 -0700 Subject: app-shells/mpibash: update homepage Package-Manager: portage-2.3.0 --- app-shells/mpibash/metadata.xml | 2 +- app-shells/mpibash/mpibash-1.2.ebuild | 8 ++++---- app-shells/mpibash/mpibash-9999.ebuild | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app-shells/mpibash/metadata.xml b/app-shells/mpibash/metadata.xml index 2254f647f02e..1a4b981f1128 100644 --- a/app-shells/mpibash/metadata.xml +++ b/app-shells/mpibash/metadata.xml @@ -10,6 +10,6 @@ Gentoo Science Project - losalamos/MPI-Bash + lanl/MPI-Bash diff --git a/app-shells/mpibash/mpibash-1.2.ebuild b/app-shells/mpibash/mpibash-1.2.ebuild index 35d89c65384d..986802067491 100644 --- a/app-shells/mpibash/mpibash-1.2.ebuild +++ b/app-shells/mpibash/mpibash-1.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,17 +7,17 @@ EAPI=5 inherit autotools-utils multilib if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://github.com/losalamos/MPI-Bash.git https://github.com/losalamos/MPI-Bash.git" + EGIT_REPO_URI="git://github.com/lanl/MPI-Bash.git https://github.com/lanl/MPI-Bash.git" inherit git-r3 KEYWORDS="" AUTOTOOLS_AUTORECONF=1 else - SRC_URI="https://github.com/losalamos/MPI-Bash/releases/download/v${PV}/${P}.tar.gz" + SRC_URI="https://github.com/lanl/MPI-Bash/releases/download/v${PV}/${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="Parallel scripting right from the Bourne-Again Shell (Bash)" -HOMEPAGE="https://github.com/losalamos/MPI-Bash" +HOMEPAGE="https://github.com/lanl/MPI-Bash" LICENSE="GPL-3" SLOT="0" diff --git a/app-shells/mpibash/mpibash-9999.ebuild b/app-shells/mpibash/mpibash-9999.ebuild index 35d89c65384d..986802067491 100644 --- a/app-shells/mpibash/mpibash-9999.ebuild +++ b/app-shells/mpibash/mpibash-9999.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 multilib if [[ ${PV} = 9999 ]]; then - EGIT_REPO_URI="git://github.com/losalamos/MPI-Bash.git https://github.com/losalamos/MPI-Bash.git" + EGIT_REPO_URI="git://github.com/lanl/MPI-Bash.git https://github.com/lanl/MPI-Bash.git" inherit git-r3 KEYWORDS="" AUTOTOOLS_AUTORECONF=1 else - SRC_URI="https://github.com/losalamos/MPI-Bash/releases/download/v${PV}/${P}.tar.gz" + SRC_URI="https://github.com/lanl/MPI-Bash/releases/download/v${PV}/${P}.tar.gz" KEYWORDS="~amd64" fi DESCRIPTION="Parallel scripting right from the Bourne-Again Shell (Bash)" -HOMEPAGE="https://github.com/losalamos/MPI-Bash" +HOMEPAGE="https://github.com/lanl/MPI-Bash" LICENSE="GPL-3" SLOT="0" -- cgit v1.2.3-65-gdbad