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 94C84138334 for ; Fri, 31 May 2019 00:57:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBE67E089D; Fri, 31 May 2019 00:57:30 +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 9050EE089D for ; Fri, 31 May 2019 00:57:30 +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 1F66B3453AE for ; Fri, 31 May 2019 00:57:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8753F602 for ; Fri, 31 May 2019 00:57:26 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1559264209.15163932d2ca79b646b279375cbd0cb15ba152a0.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/haskell-updater/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/haskell-updater/haskell-updater-1.2.10.ebuild app-admin/haskell-updater/haskell-updater-1.2.12-r1.ebuild app-admin/haskell-updater/haskell-updater-1.2.9.ebuild app-admin/haskell-updater/haskell-updater-1.3.1.ebuild X-VCS-Directories: app-admin/haskell-updater/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 15163932d2ca79b646b279375cbd0cb15ba152a0 X-VCS-Branch: master Date: Fri, 31 May 2019 00:57:26 +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: ac3e001c-364a-4c7f-8e0e-28c8e0ed12ae X-Archives-Hash: 3e8e593c3fe86a241a723dc09a2d2824 commit: 15163932d2ca79b646b279375cbd0cb15ba152a0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu May 30 07:20:09 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri May 31 00:56:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15163932 app-admin/haskell-updater: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12130 Signed-off-by: Aaron Bauman gentoo.org> app-admin/haskell-updater/haskell-updater-1.2.10.ebuild | 4 ++-- app-admin/haskell-updater/haskell-updater-1.2.12-r1.ebuild | 4 ++-- app-admin/haskell-updater/haskell-updater-1.2.9.ebuild | 4 ++-- app-admin/haskell-updater/haskell-updater-1.3.1.ebuild | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app-admin/haskell-updater/haskell-updater-1.2.10.ebuild b/app-admin/haskell-updater/haskell-updater-1.2.10.ebuild index 6a1b5a5f118..61e60ee2e73 100644 --- a/app-admin/haskell-updater/haskell-updater-1.2.10.ebuild +++ b/app-admin/haskell-updater/haskell-updater-1.2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ CABAL_FEATURES="bin nocabaldep" inherit eutils haskell-cabal DESCRIPTION="Rebuild Haskell dependencies in Gentoo" -HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater" +HOMEPAGE="https://wiki.haskell.org/Gentoo#haskell-updater" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-admin/haskell-updater/haskell-updater-1.2.12-r1.ebuild b/app-admin/haskell-updater/haskell-updater-1.2.12-r1.ebuild index 7861b7114a8..df22496ce85 100644 --- a/app-admin/haskell-updater/haskell-updater-1.2.12-r1.ebuild +++ b/app-admin/haskell-updater/haskell-updater-1.2.12-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ CABAL_FEATURES="bin nocabaldep" inherit eutils haskell-cabal DESCRIPTION="Rebuild Haskell dependencies in Gentoo" -HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater" +HOMEPAGE="https://wiki.haskell.org/Gentoo#haskell-updater" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-admin/haskell-updater/haskell-updater-1.2.9.ebuild b/app-admin/haskell-updater/haskell-updater-1.2.9.ebuild index 6a1b5a5f118..61e60ee2e73 100644 --- a/app-admin/haskell-updater/haskell-updater-1.2.9.ebuild +++ b/app-admin/haskell-updater/haskell-updater-1.2.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ CABAL_FEATURES="bin nocabaldep" inherit eutils haskell-cabal DESCRIPTION="Rebuild Haskell dependencies in Gentoo" -HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater" +HOMEPAGE="https://wiki.haskell.org/Gentoo#haskell-updater" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild b/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild index fa1c19badf5..9bdd7f451d1 100644 --- a/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild +++ b/app-admin/haskell-updater/haskell-updater-1.3.1.ebuild @@ -7,7 +7,7 @@ CABAL_FEATURES="bin nocabaldep" inherit eutils haskell-cabal DESCRIPTION="Rebuild Haskell dependencies in Gentoo" -HOMEPAGE="http://haskell.org/haskellwiki/Gentoo#haskell-updater" +HOMEPAGE="https://wiki.haskell.org/Gentoo#haskell-updater" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2"