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 A3FCC13997D for ; Sun, 10 Nov 2019 15:14:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C79E7E0971; Sun, 10 Nov 2019 15:14:04 +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 9EA4BE0971 for ; Sun, 10 Nov 2019 15:14:04 +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 7DFB934CB46 for ; Sun, 10 Nov 2019 15:14:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C66A58C2 for ; Sun, 10 Nov 2019 15:14:01 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1573398830.9e1cc91fd89b0008c8b1531750e07906e7a70f64.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/ghc/ghc-7.10.3.ebuild dev-lang/ghc/ghc-7.8.4.ebuild dev-lang/ghc/ghc-8.0.2.ebuild dev-lang/ghc/ghc-8.2.1.ebuild dev-lang/ghc/ghc-8.2.2.ebuild dev-lang/ghc/ghc-8.4.1.ebuild dev-lang/ghc/ghc-8.4.2.ebuild dev-lang/ghc/ghc-8.4.3.ebuild dev-lang/ghc/ghc-8.6.4.ebuild dev-lang/ghc/ghc-8.6.5.ebuild dev-lang/ghc/ghc-8.8.1.ebuild X-VCS-Directories: dev-lang/ghc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9e1cc91fd89b0008c8b1531750e07906e7a70f64 X-VCS-Branch: master Date: Sun, 10 Nov 2019 15:14:01 +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: 0f5e679b-9fd5-4d3b-9974-d46194baa9b4 X-Archives-Hash: 4c995d2943bf40b4f37fcfb2a25bcf15 commit: 9e1cc91fd89b0008c8b1531750e07906e7a70f64 Author: Michał Górny gentoo org> AuthorDate: Fri Nov 8 20:51:07 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Nov 10 15:13:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1cc91f dev-lang/ghc: Switch/update remaining URLs Signed-off-by: Michał Górny gentoo.org> dev-lang/ghc/ghc-7.10.3.ebuild | 10 +++++----- dev-lang/ghc/ghc-7.8.4.ebuild | 8 ++++---- dev-lang/ghc/ghc-8.0.2.ebuild | 8 ++++---- dev-lang/ghc/ghc-8.2.1.ebuild | 8 ++++---- dev-lang/ghc/ghc-8.2.2.ebuild | 8 ++++---- dev-lang/ghc/ghc-8.4.1.ebuild | 8 ++++---- dev-lang/ghc/ghc-8.4.2.ebuild | 8 ++++---- dev-lang/ghc/ghc-8.4.3.ebuild | 8 ++++---- dev-lang/ghc/ghc-8.6.4.ebuild | 10 +++++----- dev-lang/ghc/ghc-8.6.5.ebuild | 10 +++++----- dev-lang/ghc/ghc-8.8.1.ebuild | 10 +++++----- 11 files changed, 48 insertions(+), 48 deletions(-) diff --git a/dev-lang/ghc/ghc-7.10.3.ebuild b/dev-lang/ghc/ghc-7.10.3.ebuild index 8181b1c9324..7726e119c3c 100644 --- a/dev-lang/ghc/ghc-7.10.3.ebuild +++ b/dev-lang/ghc/ghc-7.10.3.ebuild @@ -18,7 +18,7 @@ inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package inherit multilib pax-utils toolchain-funcs versionator prefix DESCRIPTION="The Glasgow Haskell Compiler" -HOMEPAGE="http://www.haskell.org/ghc/" +HOMEPAGE="https://www.haskell.org/ghc/" # we don't have any binaries yet arch_binaries="" @@ -58,7 +58,7 @@ GHC_PV=${PV} #GHC_PV=7.10.2.20151030 # uncomment only for -rc ebuilds GHC_P=${PN}-${GHC_PV} # using ${P} is almost never correct -SRC_URI="!binary? ( http://downloads.haskell.org/~ghc/${PV/_rc/-rc}/${GHC_P}-src.tar.bz2 )" +SRC_URI="!binary? ( https://downloads.haskell.org/~ghc/${PV/_rc/-rc}/${GHC_P}-src.tar.bz2 )" S="${WORKDIR}"/${GHC_P} [[ -n $arch_binaries ]] && SRC_URI+=" !ghcbootstrap? ( $arch_binaries )" @@ -182,7 +182,7 @@ update_SRC_URI() { set -- $p pn=$1 pv=$2 - SRC_URI+=" https://hackage.haskell.org/package/${pn}/${pn}-${pv}.tar.gz" + SRC_URI+=" https://hackage.haskell.org/package/${pn}-${pv}/${pn}-${pv}.tar.gz" done } @@ -257,11 +257,11 @@ ghc_setup_cflags() { gcc-specs-ssp && append-ghc-cflags persistent compile -fno-stack-protector # prevent from failind building unregisterised ghc: - # http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html + # https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html use ppc64 && append-ghc-cflags persistent compile -mminimal-toc # fix the similar issue as ppc64 TOC on ia64. ia64 has limited size of small data # currently ghc fails to build haddock - # http://osdir.com/ml/gnu.binutils.bugs/2004-10/msg00050.html + # https://osdir.com/ml/gnu.binutils.bugs/2004-10/msg00050.html use ia64 && append-ghc-cflags persistent compile -G0 } diff --git a/dev-lang/ghc/ghc-7.8.4.ebuild b/dev-lang/ghc/ghc-7.8.4.ebuild index dcd7b0f8a08..937d25bc4fa 100644 --- a/dev-lang/ghc/ghc-7.8.4.ebuild +++ b/dev-lang/ghc/ghc-7.8.4.ebuild @@ -18,7 +18,7 @@ inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package inherit multilib pax-utils toolchain-funcs versionator DESCRIPTION="The Glasgow Haskell Compiler" -HOMEPAGE="http://www.haskell.org/ghc/" +HOMEPAGE="https://www.haskell.org/ghc/" # we don't have any binaries yet arch_binaries="" @@ -58,7 +58,7 @@ GHC_PV=${PV} #GHC_PV=7.8.3.20141119 # uncomment only for -rc ebuilds GHC_P=${PN}-${GHC_PV} # using ${P} is almost never correct -SRC_URI="!binary? ( http://downloads.haskell.org/~ghc/${PV/_rc/-rc}/${GHC_P}-src.tar.bz2 )" +SRC_URI="!binary? ( https://downloads.haskell.org/~ghc/${PV/_rc/-rc}/${GHC_P}-src.tar.bz2 )" S="${WORKDIR}"/${GHC_P} [[ -n $arch_binaries ]] && SRC_URI+=" !ghcbootstrap? ( $arch_binaries )" @@ -177,11 +177,11 @@ ghc_setup_cflags() { gcc-specs-ssp && append-ghc-cflags persistent compile -fno-stack-protector # prevent from failind building unregisterised ghc: - # http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html + # https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html use ppc64 && append-ghc-cflags persistent compile -mminimal-toc # fix the similar issue as ppc64 TOC on ia64. ia64 has limited size of small data # currently ghc fails to build haddock - # http://osdir.com/ml/gnu.binutils.bugs/2004-10/msg00050.html + # https://osdir.com/ml/gnu.binutils.bugs/2004-10/msg00050.html use ia64 && append-ghc-cflags persistent compile -G0 } diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild index 394a1597211..6fe47f61c5f 100644 --- a/dev-lang/ghc/ghc-8.0.2.ebuild +++ b/dev-lang/ghc/ghc-8.0.2.ebuild @@ -18,7 +18,7 @@ inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package inherit multilib pax-utils toolchain-funcs versionator prefix inherit check-reqs DESCRIPTION="The Glasgow Haskell Compiler" -HOMEPAGE="http://www.haskell.org/ghc/" +HOMEPAGE="https://www.haskell.org/ghc/" # we don't have any binaries yet arch_binaries="" @@ -60,7 +60,7 @@ GHC_PV=${PV} #GHC_PV=8.0.1.20161213 # uncomment only for -rc ebuilds GHC_P=${PN}-${GHC_PV} # using ${P} is almost never correct -SRC_URI="!binary? ( http://downloads.haskell.org/~ghc/${PV/_rc/-rc}/${GHC_P}-src.tar.xz )" +SRC_URI="!binary? ( https://downloads.haskell.org/~ghc/${PV/_rc/-rc}/${GHC_P}-src.tar.xz )" S="${WORKDIR}"/${GHC_P} [[ -n $arch_binaries ]] && SRC_URI+=" !ghcbootstrap? ( $arch_binaries )" @@ -181,7 +181,7 @@ update_SRC_URI() { set -- $p pn=$1 pv=$2 - SRC_URI+=" https://hackage.haskell.org/package/${pn}/${pn}-${pv}.tar.gz" + SRC_URI+=" https://hackage.haskell.org/package/${pn}-${pv}/${pn}-${pv}.tar.gz" done } @@ -255,7 +255,7 @@ ghc_setup_cflags() { fi # prevent from failind building unregisterised ghc: - # http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html + # https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html use ppc64 && append-ghc-cflags persistent compile -mminimal-toc } diff --git a/dev-lang/ghc/ghc-8.2.1.ebuild b/dev-lang/ghc/ghc-8.2.1.ebuild index ca642a3830f..266b59e2bfe 100644 --- a/dev-lang/ghc/ghc-8.2.1.ebuild +++ b/dev-lang/ghc/ghc-8.2.1.ebuild @@ -17,7 +17,7 @@ inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package inherit multilib pax-utils toolchain-funcs versionator prefix inherit check-reqs DESCRIPTION="The Glasgow Haskell Compiler" -HOMEPAGE="http://www.haskell.org/ghc/" +HOMEPAGE="https://www.haskell.org/ghc/" # we don't have any binaries yet arch_binaries="" @@ -56,7 +56,7 @@ GHC_PV=${PV} #GHC_PV=8.2.0.20170704 # uncomment only for -rc ebuilds GHC_P=${PN}-${GHC_PV} # using ${P} is almost never correct -SRC_URI="!binary? ( http://downloads.haskell.org/~ghc/${PV/_rc/-rc}/${GHC_P}-src.tar.xz )" +SRC_URI="!binary? ( https://downloads.haskell.org/~ghc/${PV/_rc/-rc}/${GHC_P}-src.tar.xz )" S="${WORKDIR}"/${GHC_P} [[ -n $arch_binaries ]] && SRC_URI+=" !ghcbootstrap? ( $arch_binaries )" @@ -181,7 +181,7 @@ update_SRC_URI() { set -- $p pn=$1 pv=$2 - SRC_URI+=" https://hackage.haskell.org/package/${pn}/${pn}-${pv}.tar.gz" + SRC_URI+=" https://hackage.haskell.org/package/${pn}-${pv}/${pn}-${pv}.tar.gz" done } @@ -260,7 +260,7 @@ ghc_setup_cflags() { fi # prevent from failing to build unregisterised ghc: - # http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html + # https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html use ppc64 && append-ghc-cflags persistent compile -mminimal-toc fi } diff --git a/dev-lang/ghc/ghc-8.2.2.ebuild b/dev-lang/ghc/ghc-8.2.2.ebuild index 4de85c302b7..6db8290ea34 100644 --- a/dev-lang/ghc/ghc-8.2.2.ebuild +++ b/dev-lang/ghc/ghc-8.2.2.ebuild @@ -17,7 +17,7 @@ inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package inherit multilib pax-utils toolchain-funcs versionator prefix inherit check-reqs DESCRIPTION="The Glasgow Haskell Compiler" -HOMEPAGE="http://www.haskell.org/ghc/" +HOMEPAGE="https://www.haskell.org/ghc/" # we don't have any binaries yet arch_binaries="" @@ -56,7 +56,7 @@ GHC_PV=${PV} #GHC_PV=8.2.1.20171108 # uncomment only for -rc ebuilds GHC_P=${PN}-${GHC_PV} # using ${P} is almost never correct -SRC_URI="!binary? ( http://downloads.haskell.org/~ghc/${PV/_rc/-rc}/${GHC_P}-src.tar.xz )" +SRC_URI="!binary? ( https://downloads.haskell.org/~ghc/${PV/_rc/-rc}/${GHC_P}-src.tar.xz )" S="${WORKDIR}"/${GHC_P} [[ -n $arch_binaries ]] && SRC_URI+=" !ghcbootstrap? ( $arch_binaries )" @@ -181,7 +181,7 @@ update_SRC_URI() { set -- $p pn=$1 pv=$2 - SRC_URI+=" https://hackage.haskell.org/package/${pn}/${pn}-${pv}.tar.gz" + SRC_URI+=" https://hackage.haskell.org/package/${pn}-${pv}/${pn}-${pv}.tar.gz" done } @@ -260,7 +260,7 @@ ghc_setup_cflags() { fi # prevent from failing to build unregisterised ghc: - # http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html + # https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html use ppc64 && append-ghc-cflags persistent compile -mminimal-toc fi } diff --git a/dev-lang/ghc/ghc-8.4.1.ebuild b/dev-lang/ghc/ghc-8.4.1.ebuild index bbff8dde263..2fb1025b91f 100644 --- a/dev-lang/ghc/ghc-8.4.1.ebuild +++ b/dev-lang/ghc/ghc-8.4.1.ebuild @@ -17,7 +17,7 @@ inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package inherit multilib pax-utils toolchain-funcs versionator prefix inherit check-reqs DESCRIPTION="The Glasgow Haskell Compiler" -HOMEPAGE="http://www.haskell.org/ghc/" +HOMEPAGE="https://www.haskell.org/ghc/" # we don't have any binaries yet arch_binaries="" @@ -56,7 +56,7 @@ GHC_PV=${PV} #GHC_PV=8.4.0.20180224 # uncomment only for -alpha, -beta, -rc ebuilds GHC_P=${PN}-${GHC_PV} # using ${P} is almost never correct -SRC_URI="!binary? ( http://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-src.tar.xz )" +SRC_URI="!binary? ( https://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-src.tar.xz )" S="${WORKDIR}"/${GHC_P} [[ -n $arch_binaries ]] && SRC_URI+=" !ghcbootstrap? ( $arch_binaries )" @@ -181,7 +181,7 @@ update_SRC_URI() { set -- $p pn=$1 pv=$2 - SRC_URI+=" https://hackage.haskell.org/package/${pn}/${pn}-${pv}.tar.gz" + SRC_URI+=" https://hackage.haskell.org/package/${pn}-${pv}/${pn}-${pv}.tar.gz" done } @@ -260,7 +260,7 @@ ghc_setup_cflags() { fi # prevent from failing to build unregisterised ghc: - # http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html + # https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html use ppc64 && append-ghc-cflags persistent compile -mminimal-toc fi } diff --git a/dev-lang/ghc/ghc-8.4.2.ebuild b/dev-lang/ghc/ghc-8.4.2.ebuild index 7c0065d00fe..529e6682ff9 100644 --- a/dev-lang/ghc/ghc-8.4.2.ebuild +++ b/dev-lang/ghc/ghc-8.4.2.ebuild @@ -17,7 +17,7 @@ inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package inherit multilib pax-utils toolchain-funcs versionator prefix inherit check-reqs DESCRIPTION="The Glasgow Haskell Compiler" -HOMEPAGE="http://www.haskell.org/ghc/" +HOMEPAGE="https://www.haskell.org/ghc/" # we don't have any binaries yet arch_binaries="" @@ -56,7 +56,7 @@ GHC_PV=${PV} #GHC_PV=8.4.1.20180329 # uncomment only for -alpha, -beta, -rc ebuilds GHC_P=${PN}-${GHC_PV} # using ${P} is almost never correct -SRC_URI="!binary? ( http://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-src.tar.xz )" +SRC_URI="!binary? ( https://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-src.tar.xz )" S="${WORKDIR}"/${GHC_P} [[ -n $arch_binaries ]] && SRC_URI+=" !ghcbootstrap? ( $arch_binaries )" @@ -181,7 +181,7 @@ update_SRC_URI() { set -- $p pn=$1 pv=$2 - SRC_URI+=" https://hackage.haskell.org/package/${pn}/${pn}-${pv}.tar.gz" + SRC_URI+=" https://hackage.haskell.org/package/${pn}-${pv}/${pn}-${pv}.tar.gz" done } @@ -260,7 +260,7 @@ ghc_setup_cflags() { fi # prevent from failing to build unregisterised ghc: - # http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html + # https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html use ppc64 && append-ghc-cflags persistent compile -mminimal-toc fi } diff --git a/dev-lang/ghc/ghc-8.4.3.ebuild b/dev-lang/ghc/ghc-8.4.3.ebuild index e315edb423e..23888261337 100644 --- a/dev-lang/ghc/ghc-8.4.3.ebuild +++ b/dev-lang/ghc/ghc-8.4.3.ebuild @@ -17,7 +17,7 @@ inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package inherit multilib pax-utils toolchain-funcs versionator prefix inherit check-reqs DESCRIPTION="The Glasgow Haskell Compiler" -HOMEPAGE="http://www.haskell.org/ghc/" +HOMEPAGE="https://www.haskell.org/ghc/" # we don't have any binaries yet arch_binaries="" @@ -56,7 +56,7 @@ GHC_PV=${PV} #GHC_PV=8.4.1.20180329 # uncomment only for -alpha, -beta, -rc ebuilds GHC_P=${PN}-${GHC_PV} # using ${P} is almost never correct -SRC_URI="!binary? ( http://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-src.tar.xz )" +SRC_URI="!binary? ( https://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-src.tar.xz )" S="${WORKDIR}"/${GHC_P} [[ -n $arch_binaries ]] && SRC_URI+=" !ghcbootstrap? ( $arch_binaries )" @@ -181,7 +181,7 @@ update_SRC_URI() { set -- $p pn=$1 pv=$2 - SRC_URI+=" https://hackage.haskell.org/package/${pn}/${pn}-${pv}.tar.gz" + SRC_URI+=" https://hackage.haskell.org/package/${pn}-${pv}/${pn}-${pv}.tar.gz" done } @@ -260,7 +260,7 @@ ghc_setup_cflags() { fi # prevent from failing to build unregisterised ghc: - # http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html + # https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html use ppc64 && append-ghc-cflags persistent compile -mminimal-toc fi } diff --git a/dev-lang/ghc/ghc-8.6.4.ebuild b/dev-lang/ghc/ghc-8.6.4.ebuild index 03eca516b7e..85887f1f738 100644 --- a/dev-lang/ghc/ghc-8.6.4.ebuild +++ b/dev-lang/ghc/ghc-8.6.4.ebuild @@ -17,7 +17,7 @@ inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package inherit multilib multiprocessing pax-utils toolchain-funcs versionator prefix inherit check-reqs DESCRIPTION="The Glasgow Haskell Compiler" -HOMEPAGE="http://www.haskell.org/ghc/" +HOMEPAGE="https://www.haskell.org/ghc/" # we don't have any binaries yet arch_binaries="" @@ -58,8 +58,8 @@ GHC_PV=${PV} GHC_P=${PN}-${GHC_PV} # using ${P} is almost never correct SRC_URI="!binary? ( - http://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-src.tar.xz - test? ( http://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-testsuite.tar.xz ) + https://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-src.tar.xz + test? ( https://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-testsuite.tar.xz ) )" S="${WORKDIR}"/${GHC_P} @@ -186,7 +186,7 @@ update_SRC_URI() { set -- $p pn=$1 pv=$2 - SRC_URI+=" https://hackage.haskell.org/package/${pn}/${pn}-${pv}.tar.gz" + SRC_URI+=" https://hackage.haskell.org/package/${pn}-${pv}/${pn}-${pv}.tar.gz" done } @@ -265,7 +265,7 @@ ghc_setup_cflags() { fi # prevent from failing to build unregisterised ghc: - # http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html + # https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html use ppc64 && append-ghc-cflags persistent compile -mminimal-toc fi } diff --git a/dev-lang/ghc/ghc-8.6.5.ebuild b/dev-lang/ghc/ghc-8.6.5.ebuild index 34f42ebdb24..9ef1702b9c5 100644 --- a/dev-lang/ghc/ghc-8.6.5.ebuild +++ b/dev-lang/ghc/ghc-8.6.5.ebuild @@ -17,7 +17,7 @@ inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package inherit multilib multiprocessing pax-utils toolchain-funcs versionator prefix inherit check-reqs DESCRIPTION="The Glasgow Haskell Compiler" -HOMEPAGE="http://www.haskell.org/ghc/" +HOMEPAGE="https://www.haskell.org/ghc/" # we don't have any binaries yet arch_binaries="" @@ -58,8 +58,8 @@ GHC_PV=${PV} GHC_P=${PN}-${GHC_PV} # using ${P} is almost never correct SRC_URI="!binary? ( - http://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-src.tar.xz - test? ( http://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-testsuite.tar.xz ) + https://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-src.tar.xz + test? ( https://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-testsuite.tar.xz ) )" S="${WORKDIR}"/${GHC_P} @@ -186,7 +186,7 @@ update_SRC_URI() { set -- $p pn=$1 pv=$2 - SRC_URI+=" https://hackage.haskell.org/package/${pn}/${pn}-${pv}.tar.gz" + SRC_URI+=" https://hackage.haskell.org/package/${pn}-${pv}/${pn}-${pv}.tar.gz" done } @@ -265,7 +265,7 @@ ghc_setup_cflags() { fi # prevent from failing to build unregisterised ghc: - # http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html + # https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html use ppc64 && append-ghc-cflags persistent compile -mminimal-toc fi } diff --git a/dev-lang/ghc/ghc-8.8.1.ebuild b/dev-lang/ghc/ghc-8.8.1.ebuild index c53fccaeb53..571fd3176d3 100644 --- a/dev-lang/ghc/ghc-8.8.1.ebuild +++ b/dev-lang/ghc/ghc-8.8.1.ebuild @@ -17,7 +17,7 @@ inherit autotools bash-completion-r1 eutils flag-o-matic ghc-package inherit multilib multiprocessing pax-utils toolchain-funcs prefix inherit check-reqs DESCRIPTION="The Glasgow Haskell Compiler" -HOMEPAGE="http://www.haskell.org/ghc/" +HOMEPAGE="https://www.haskell.org/ghc/" # we don't have any binaries yet arch_binaries="" @@ -58,8 +58,8 @@ GHC_PV=${PV} GHC_P=${PN}-${GHC_PV} # using ${P} is almost never correct SRC_URI="!binary? ( - http://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-src.tar.xz - test? ( http://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-testsuite.tar.xz ) + https://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-src.tar.xz + test? ( https://downloads.haskell.org/~ghc/${PV/_/-}/${GHC_P}-testsuite.tar.xz ) )" S="${WORKDIR}"/${GHC_P} @@ -189,7 +189,7 @@ update_SRC_URI() { set -- $p pn=$1 pv=$2 - SRC_URI+=" https://hackage.haskell.org/package/${pn}/${pn}-${pv}.tar.gz" + SRC_URI+=" https://hackage.haskell.org/package/${pn}-${pv}/${pn}-${pv}.tar.gz" done } @@ -268,7 +268,7 @@ ghc_setup_cflags() { fi # prevent from failing to build unregisterised ghc: - # http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html + # https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html use ppc64 && append-ghc-cflags persistent compile -mminimal-toc fi }