commit: 339bb7943fb90d7a0d821ca55d52e19d6e534935
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat May 13 16:00:10 2017 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat May 13 16:01:01 2017 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=339bb794
sci-libs/pfft: Fix HOMPAGE and SRC_URI
Fixes gentoo/sci#786
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
sci-libs/pfft/metadata.xml | 2 +-
sci-libs/pfft/pfft-1.0.7_alpha.ebuild | 6 +++---
sci-libs/pfft/pfft-9999.ebuild | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sci-libs/pfft/metadata.xml b/sci-libs/pfft/metadata.xml
index 1524fec8b..c6989b48e 100644
--- a/sci-libs/pfft/metadata.xml
+++ b/sci-libs/pfft/metadata.xml
@@ -5,7 +5,7 @@
<email>[email protected]</email>
<name>Christoph Junghans</name>
</maintainer>
-<maintainer type="project">
+ <maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Science Project</name>
</maintainer>
diff --git a/sci-libs/pfft/pfft-1.0.7_alpha.ebuild
b/sci-libs/pfft/pfft-1.0.7_alpha.ebuild
index 93d3c1b02..2bdccee66 100644
--- a/sci-libs/pfft/pfft-1.0.7_alpha.ebuild
+++ b/sci-libs/pfft/pfft-1.0.7_alpha.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
EAPI=5
@@ -6,7 +6,7 @@ EAPI=5
inherit autotools-utils fortran-2 multibuild
DESCRIPTION="Parallel 3d FFT"
-HOMEPAGE="http://www-user.tu-chemnitz.de/~mpip/software.php"
+HOMEPAGE="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software.php.en"
if [[ $PV = *9999 ]] ; then
inherit git-r3
@@ -14,7 +14,7 @@ if [[ $PV = *9999 ]] ; then
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
else
- SRC_URI="http://www-user.tu-chemnitz.de/~mpip/software/${P//_/-}.tar.gz"
+
SRC_URI="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software/${P//_/-}.tar.gz"
KEYWORDS="~x86 ~amd64"
S="${WORKDIR}/${P//_/-}"
fi
diff --git a/sci-libs/pfft/pfft-9999.ebuild b/sci-libs/pfft/pfft-9999.ebuild
index 93d3c1b02..1ad55311a 100644
--- a/sci-libs/pfft/pfft-9999.ebuild
+++ b/sci-libs/pfft/pfft-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
inherit autotools-utils fortran-2 multibuild
DESCRIPTION="Parallel 3d FFT"
-HOMEPAGE="http://www-user.tu-chemnitz.de/~mpip/software.php"
+HOMEPAGE="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software.php.en"
if [[ $PV = *9999 ]] ; then
inherit git-r3
@@ -14,7 +14,7 @@ if [[ $PV = *9999 ]] ; then
KEYWORDS=""
AUTOTOOLS_AUTORECONF=1
else
- SRC_URI="http://www-user.tu-chemnitz.de/~mpip/software/${P//_/-}.tar.gz"
+
SRC_URI="https://www-user.tu-chemnitz.de/~potts/workgroup/pippig/software/${P//_/-}.tar.gz"
KEYWORDS="~x86 ~amd64"
S="${WORKDIR}/${P//_/-}"
fi