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 8E284138331 for ; Thu, 5 Apr 2018 15:21:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC50AE0D6A; Thu, 5 Apr 2018 15:21:28 +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 71606E0D6A for ; Thu, 5 Apr 2018 15:21:28 +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 BD726335C51 for ; Thu, 5 Apr 2018 15:21:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B06EC26A for ; Thu, 5 Apr 2018 15:21:24 +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: <1522941413.373d238c4abc0d949af0371be8aa1cee5f8e283d.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/http-conduit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/http-conduit/http-conduit-2.1.10.1.ebuild dev-haskell/http-conduit/http-conduit-2.1.7.2.ebuild dev-haskell/http-conduit/http-conduit-2.1.8.ebuild dev-haskell/http-conduit/http-conduit-2.2.3.ebuild X-VCS-Directories: dev-haskell/http-conduit/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 373d238c4abc0d949af0371be8aa1cee5f8e283d X-VCS-Branch: master Date: Thu, 5 Apr 2018 15:21:24 +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-Archives-Salt: 1fa87aa8-46c3-4357-afeb-26af109dc82b X-Archives-Hash: e55cc1b40ff0a1b331abc00b51af3806 commit: 373d238c4abc0d949af0371be8aa1cee5f8e283d Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 31 07:20:13 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Apr 5 15:16:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=373d238c dev-haskell/http-conduit: use HTTPS dev-haskell/http-conduit/http-conduit-2.1.10.1.ebuild | 4 ++-- dev-haskell/http-conduit/http-conduit-2.1.7.2.ebuild | 4 ++-- dev-haskell/http-conduit/http-conduit-2.1.8.ebuild | 4 ++-- dev-haskell/http-conduit/http-conduit-2.2.3.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-haskell/http-conduit/http-conduit-2.1.10.1.ebuild b/dev-haskell/http-conduit/http-conduit-2.1.10.1.ebuild index 785f52e78a5..31c40e8f53b 100644 --- a/dev-haskell/http-conduit/http-conduit-2.1.10.1.ebuild +++ b/dev-haskell/http-conduit/http-conduit-2.1.10.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="HTTP client package with conduit interface and HTTPS support" -HOMEPAGE="http://www.yesodweb.com/book/http-conduit" +HOMEPAGE="https://www.yesodweb.com/book/http-conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/http-conduit/http-conduit-2.1.7.2.ebuild b/dev-haskell/http-conduit/http-conduit-2.1.7.2.ebuild index 364d64b0ff1..0bb5709bb08 100644 --- a/dev-haskell/http-conduit/http-conduit-2.1.7.2.ebuild +++ b/dev-haskell/http-conduit/http-conduit-2.1.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="HTTP client package with conduit interface and HTTPS support" -HOMEPAGE="http://www.yesodweb.com/book/http-conduit" +HOMEPAGE="https://www.yesodweb.com/book/http-conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/http-conduit/http-conduit-2.1.8.ebuild b/dev-haskell/http-conduit/http-conduit-2.1.8.ebuild index ab80204b255..2b549b0a945 100644 --- a/dev-haskell/http-conduit/http-conduit-2.1.8.ebuild +++ b/dev-haskell/http-conduit/http-conduit-2.1.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="HTTP client package with conduit interface and HTTPS support" -HOMEPAGE="http://www.yesodweb.com/book/http-conduit" +HOMEPAGE="https://www.yesodweb.com/book/http-conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-haskell/http-conduit/http-conduit-2.2.3.ebuild b/dev-haskell/http-conduit/http-conduit-2.2.3.ebuild index 22d14c5eee6..3b403df0950 100644 --- a/dev-haskell/http-conduit/http-conduit-2.2.3.ebuild +++ b/dev-haskell/http-conduit/http-conduit-2.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" inherit haskell-cabal DESCRIPTION="HTTP client package with conduit interface and HTTPS support" -HOMEPAGE="http://www.yesodweb.com/book/http-conduit" +HOMEPAGE="https://www.yesodweb.com/book/http-conduit" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD"