Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/wai-test/
Date: Fri, 30 Mar 2018 02:54:27
Message-Id: 1522377383.eb6a674edb904b33dbbdf52069615b35c1a7ccf9.bman@gentoo
1 commit: eb6a674edb904b33dbbdf52069615b35c1a7ccf9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 29 18:28:24 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 02:36:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb6a674e
7
8 dev-haskell/wai-test: use HTTPS
9
10 dev-haskell/wai-test/wai-test-1.3.1.1.ebuild | 4 ++--
11 dev-haskell/wai-test/wai-test-2.0.0.2.ebuild | 4 ++--
12 dev-haskell/wai-test/wai-test-3.0.0.ebuild | 4 ++--
13 3 files changed, 6 insertions(+), 6 deletions(-)
14
15 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
16 index 51fd4f338ff..950d9fe46bc 100644
17 --- a/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild
18 +++ b/dev-haskell/wai-test/wai-test-1.3.1.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=5
25 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
26 inherit haskell-cabal
27
28 DESCRIPTION="Unit test framework (built on HUnit) for WAI applications"
29 -HOMEPAGE="http://www.yesodweb.com/book/web-application-interface"
30 +HOMEPAGE="https://www.yesodweb.com/book/web-application-interface"
31 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
32
33 LICENSE="MIT"
34
35 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
36 index 2064ea39c42..28fc047cbb1 100644
37 --- a/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild
38 +++ b/dev-haskell/wai-test/wai-test-2.0.0.2.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2014 Gentoo Foundation
41 +# Copyright 1999-2018 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43
44 EAPI=5
45 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
46 inherit haskell-cabal
47
48 DESCRIPTION="Unit test framework (built on HUnit) for WAI applications"
49 -HOMEPAGE="http://www.yesodweb.com/book/web-application-interface"
50 +HOMEPAGE="https://www.yesodweb.com/book/web-application-interface"
51 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
52
53 LICENSE="MIT"
54
55 diff --git a/dev-haskell/wai-test/wai-test-3.0.0.ebuild b/dev-haskell/wai-test/wai-test-3.0.0.ebuild
56 index 5e1a5bb85e2..37b1f3c28bc 100644
57 --- a/dev-haskell/wai-test/wai-test-3.0.0.ebuild
58 +++ b/dev-haskell/wai-test/wai-test-3.0.0.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2014 Gentoo Foundation
61 +# Copyright 1999-2018 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63
64 EAPI=5
65 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile"
66 inherit haskell-cabal
67
68 DESCRIPTION="Unit test framework (built on HUnit) for WAI applications. (deprecated)"
69 -HOMEPAGE="http://www.yesodweb.com/book/web-application-interface"
70 +HOMEPAGE="https://www.yesodweb.com/book/web-application-interface"
71 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
72
73 LICENSE="MIT"