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 D9A111382C5 for ; Fri, 30 Mar 2018 02:54:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F37DE0996; Fri, 30 Mar 2018 02:54:22 +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 BF3B4E0992 for ; Fri, 30 Mar 2018 02:54:21 +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 AD1DD335D2F for ; Fri, 30 Mar 2018 02:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F064F27D for ; Fri, 30 Mar 2018 02:54:16 +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: <1522377383.eb6a674edb904b33dbbdf52069615b35c1a7ccf9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai-test/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-haskell/wai-test/wai-test-1.3.1.1.ebuild dev-haskell/wai-test/wai-test-2.0.0.2.ebuild dev-haskell/wai-test/wai-test-3.0.0.ebuild X-VCS-Directories: dev-haskell/wai-test/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: eb6a674edb904b33dbbdf52069615b35c1a7ccf9 X-VCS-Branch: master Date: Fri, 30 Mar 2018 02:54:16 +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: b3daa133-a70e-4bbd-969a-f7f798d4de37 X-Archives-Hash: 223a6b02be5b953952306fc798efd6dd commit: eb6a674edb904b33dbbdf52069615b35c1a7ccf9 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Mar 29 18:28:24 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Mar 30 02:36:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6a674e dev-haskell/wai-test: use HTTPS dev-haskell/wai-test/wai-test-1.3.1.1.ebuild | 4 ++-- dev-haskell/wai-test/wai-test-2.0.0.2.ebuild | 4 ++-- dev-haskell/wai-test/wai-test-3.0.0.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild b/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild index 51fd4f338ff..950d9fe46bc 100644 --- a/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild +++ b/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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="Unit test framework (built on HUnit) for WAI applications" -HOMEPAGE="http://www.yesodweb.com/book/web-application-interface" +HOMEPAGE="https://www.yesodweb.com/book/web-application-interface" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild b/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild index 2064ea39c42..28fc047cbb1 100644 --- a/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild +++ b/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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="Unit test framework (built on HUnit) for WAI applications" -HOMEPAGE="http://www.yesodweb.com/book/web-application-interface" +HOMEPAGE="https://www.yesodweb.com/book/web-application-interface" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-haskell/wai-test/wai-test-3.0.0.ebuild b/dev-haskell/wai-test/wai-test-3.0.0.ebuild index 5e1a5bb85e2..37b1f3c28bc 100644 --- a/dev-haskell/wai-test/wai-test-3.0.0.ebuild +++ b/dev-haskell/wai-test/wai-test-3.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 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" inherit haskell-cabal DESCRIPTION="Unit test framework (built on HUnit) for WAI applications. (deprecated)" -HOMEPAGE="http://www.yesodweb.com/book/web-application-interface" +HOMEPAGE="https://www.yesodweb.com/book/web-application-interface" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="MIT"