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/shakespeare-js/
Date: Thu, 05 Apr 2018 15:21:32
Message-Id: 1522941415.71b0f560da9c13c35df27a4a20a3cf17a974493f.bman@gentoo
1 commit: 71b0f560da9c13c35df27a4a20a3cf17a974493f
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 31 07:26:30 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 15:16:55 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71b0f560
7
8 dev-haskell/shakespeare-js: use HTTPS
9
10 dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild | 4 ++--
11 dev-haskell/shakespeare-js/shakespeare-js-1.2.0.4.ebuild | 4 ++--
12 dev-haskell/shakespeare-js/shakespeare-js-1.3.0.ebuild | 4 ++--
13 3 files changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild b/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild
16 index 723956c432c..ec0b73fcc01 100644
17 --- a/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.1.ebuild
18 +++ b/dev-haskell/shakespeare-js/shakespeare-js-1.1.4.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="Stick your haskell variables into javascript/coffeescript at compile time"
29 -HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates"
30 +HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates"
31 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
32
33 LICENSE="MIT"
34
35 diff --git a/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.4.ebuild b/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.4.ebuild
36 index d64a82bf70f..123e7ad5ec8 100644
37 --- a/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.4.ebuild
38 +++ b/dev-haskell/shakespeare-js/shakespeare-js-1.2.0.4.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="Stick your haskell variables into javascript/coffeescript at compile time"
49 -HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates"
50 +HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates"
51 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
52
53 LICENSE="MIT"
54
55 diff --git a/dev-haskell/shakespeare-js/shakespeare-js-1.3.0.ebuild b/dev-haskell/shakespeare-js/shakespeare-js-1.3.0.ebuild
56 index a9982c3f2a3..76d594e7833 100644
57 --- a/dev-haskell/shakespeare-js/shakespeare-js-1.3.0.ebuild
58 +++ b/dev-haskell/shakespeare-js/shakespeare-js-1.3.0.ebuild
59 @@ -1,4 +1,4 @@
60 -# Copyright 1999-2015 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="Stick your haskell variables into javascript/coffeescript at compile time"
69 -HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates"
70 +HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates"
71 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
72
73 LICENSE="MIT"