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 9BC661382C5 for ; Thu, 25 Feb 2021 14:55:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2FC7E0948; Thu, 25 Feb 2021 14:54:59 +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 72103E0948 for ; Thu, 25 Feb 2021 14:54:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EBB873409F1 for ; Thu, 25 Feb 2021 14:54:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A002DB9 for ; Thu, 25 Feb 2021 14:54:56 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1614263884.a2532e610ea1f65f64d4774becc6453167e44950.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/dipy/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/dipy/dipy-1.1.1.ebuild sci-biology/dipy/dipy-9999.ebuild X-VCS-Directories: sci-biology/dipy/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a2532e610ea1f65f64d4774becc6453167e44950 X-VCS-Branch: master Date: Thu, 25 Feb 2021 14:54:56 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 67c68841-e30a-499a-8292-c5d49f0cf124 X-Archives-Hash: e1f0a6d370d1e1028dd771837d9f799f commit: a2532e610ea1f65f64d4774becc6453167e44950 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Feb 25 14:38:04 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Feb 25 14:38:04 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=a2532e61 sci-biology/dipy: update homepage: 404 Package-Manager: Portage-3.0.15, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> sci-biology/dipy/dipy-1.1.1.ebuild | 2 +- sci-biology/dipy/dipy-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/dipy/dipy-1.1.1.ebuild b/sci-biology/dipy/dipy-1.1.1.ebuild index 46aaf61f4..c2c9f724e 100644 --- a/sci-biology/dipy/dipy-1.1.1.ebuild +++ b/sci-biology/dipy/dipy-1.1.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 DESCRIPTION="Computational neuroanatomy project focusing on diffusion MRI" -HOMEPAGE="https://nipy.org/dipy" +HOMEPAGE="https://github.com/nipy/dipy" SRC_URI="https://github.com/nipy/dipy/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" diff --git a/sci-biology/dipy/dipy-9999.ebuild b/sci-biology/dipy/dipy-9999.ebuild index b0a294f64..2b087184f 100644 --- a/sci-biology/dipy/dipy-9999.ebuild +++ b/sci-biology/dipy/dipy-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_7 ) inherit distutils-r1 git-r3 DESCRIPTION="Computational neuroanatomy project focusing on diffusion MRI" -HOMEPAGE="https://nipy.org/dipy" +HOMEPAGE="https://github.com/nipy/dipy" SRC_URI="" EGIT_REPO_URI="https://github.com/nipy/dipy"