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/yesod-test/
Date: Fri, 30 Mar 2018 02:54:26
Message-Id: 1522377381.8005c69572169d41fb204da67fbfcc98732c8947.bman@gentoo
1 commit: 8005c69572169d41fb204da67fbfcc98732c8947
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 29 18:23:51 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 02:36:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8005c695
7
8 dev-haskell/yesod-test: use HTTPS
9
10 Closes: https://github.com/gentoo/gentoo/pull/7697
11
12 dev-haskell/yesod-test/yesod-test-1.2.3.1.ebuild | 4 ++--
13 dev-haskell/yesod-test/yesod-test-1.4.3.1.ebuild | 4 ++--
14 dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild | 4 ++--
15 dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild | 4 ++--
16 dev-haskell/yesod-test/yesod-test-1.5.3.ebuild | 4 ++--
17 dev-haskell/yesod-test/yesod-test-1.5.4.1.ebuild | 4 ++--
18 6 files changed, 12 insertions(+), 12 deletions(-)
19
20 diff --git a/dev-haskell/yesod-test/yesod-test-1.2.3.1.ebuild b/dev-haskell/yesod-test/yesod-test-1.2.3.1.ebuild
21 index a6be1a1fd0d..fd9fd69f78b 100644
22 --- a/dev-haskell/yesod-test/yesod-test-1.2.3.1.ebuild
23 +++ b/dev-haskell/yesod-test/yesod-test-1.2.3.1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2018 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=5
30 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
31 inherit haskell-cabal
32
33 DESCRIPTION="integration testing for WAI/Yesod Applications"
34 -HOMEPAGE="http://www.yesodweb.com"
35 +HOMEPAGE="https://www.yesodweb.com"
36 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
37
38 LICENSE="MIT"
39
40 diff --git a/dev-haskell/yesod-test/yesod-test-1.4.3.1.ebuild b/dev-haskell/yesod-test/yesod-test-1.4.3.1.ebuild
41 index 4fb1e99360c..cfe7ce71b0b 100644
42 --- a/dev-haskell/yesod-test/yesod-test-1.4.3.1.ebuild
43 +++ b/dev-haskell/yesod-test/yesod-test-1.4.3.1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2015 Gentoo Foundation
46 +# Copyright 1999-2018 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=5
50 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
51 inherit haskell-cabal
52
53 DESCRIPTION="integration testing for WAI/Yesod Applications"
54 -HOMEPAGE="http://www.yesodweb.com"
55 +HOMEPAGE="https://www.yesodweb.com"
56 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
57
58 LICENSE="MIT"
59
60 diff --git a/dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild b/dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild
61 index 6e444cc82b4..055470b6a33 100644
62 --- a/dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild
63 +++ b/dev-haskell/yesod-test/yesod-test-1.5.0.1.ebuild
64 @@ -1,4 +1,4 @@
65 -# Copyright 1999-2015 Gentoo Foundation
66 +# Copyright 1999-2018 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68
69 EAPI=5
70 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
71 inherit haskell-cabal
72
73 DESCRIPTION="integration testing for WAI/Yesod Applications"
74 -HOMEPAGE="http://www.yesodweb.com"
75 +HOMEPAGE="https://www.yesodweb.com"
76 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
77
78 LICENSE="MIT"
79
80 diff --git a/dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild b/dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild
81 index 43924f96783..03fe40aaa98 100644
82 --- a/dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild
83 +++ b/dev-haskell/yesod-test/yesod-test-1.5.1.1.ebuild
84 @@ -1,4 +1,4 @@
85 -# Copyright 1999-2016 Gentoo Foundation
86 +# Copyright 1999-2018 Gentoo Foundation
87 # Distributed under the terms of the GNU General Public License v2
88
89 EAPI=6
90 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
91 inherit haskell-cabal
92
93 DESCRIPTION="integration testing for WAI/Yesod Applications"
94 -HOMEPAGE="http://www.yesodweb.com"
95 +HOMEPAGE="https://www.yesodweb.com"
96 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
97
98 LICENSE="MIT"
99
100 diff --git a/dev-haskell/yesod-test/yesod-test-1.5.3.ebuild b/dev-haskell/yesod-test/yesod-test-1.5.3.ebuild
101 index 86574431ea1..1204acdcc03 100644
102 --- a/dev-haskell/yesod-test/yesod-test-1.5.3.ebuild
103 +++ b/dev-haskell/yesod-test/yesod-test-1.5.3.ebuild
104 @@ -1,4 +1,4 @@
105 -# Copyright 1999-2016 Gentoo Foundation
106 +# Copyright 1999-2018 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108
109 EAPI=6
110 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
111 inherit haskell-cabal
112
113 DESCRIPTION="integration testing for WAI/Yesod Applications"
114 -HOMEPAGE="http://www.yesodweb.com"
115 +HOMEPAGE="https://www.yesodweb.com"
116 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
117
118 LICENSE="MIT"
119
120 diff --git a/dev-haskell/yesod-test/yesod-test-1.5.4.1.ebuild b/dev-haskell/yesod-test/yesod-test-1.5.4.1.ebuild
121 index 2d464c0aac4..169c2d47b51 100644
122 --- a/dev-haskell/yesod-test/yesod-test-1.5.4.1.ebuild
123 +++ b/dev-haskell/yesod-test/yesod-test-1.5.4.1.ebuild
124 @@ -1,4 +1,4 @@
125 -# Copyright 1999-2017 Gentoo Foundation
126 +# Copyright 1999-2018 Gentoo Foundation
127 # Distributed under the terms of the GNU General Public License v2
128
129 EAPI=6
130 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
131 inherit haskell-cabal
132
133 DESCRIPTION="integration testing for WAI/Yesod Applications"
134 -HOMEPAGE="http://www.yesodweb.com"
135 +HOMEPAGE="https://www.yesodweb.com"
136 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
137
138 LICENSE="MIT"