Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hamlet/
Date: Wed, 21 Mar 2018 21:47:36
Message-Id: 1521668839.d0b7267ab95b05061689a9ecaad70410d5b5e73a.slyfox@gentoo
1 commit: d0b7267ab95b05061689a9ecaad70410d5b5e73a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 20 20:26:01 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 21 21:47:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b7267a
7
8 dev-haskell/hamlet: use HTTPS
9
10 dev-haskell/hamlet/hamlet-1.1.9.2.ebuild | 4 ++--
11 dev-haskell/hamlet/hamlet-1.2.0.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-haskell/hamlet/hamlet-1.1.9.2.ebuild b/dev-haskell/hamlet/hamlet-1.1.9.2.ebuild
15 index 34b60e0df3c..11de6932460 100644
16 --- a/dev-haskell/hamlet/hamlet-1.1.9.2.ebuild
17 +++ b/dev-haskell/hamlet/hamlet-1.1.9.2.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 +# Copyright 1999-2018 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=5
24 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
25 inherit haskell-cabal
26
27 DESCRIPTION="Haml-like template files that are compile-time checked"
28 -HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates"
29 +HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates"
30 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
31
32 LICENSE="MIT"
33
34 diff --git a/dev-haskell/hamlet/hamlet-1.2.0.ebuild b/dev-haskell/hamlet/hamlet-1.2.0.ebuild
35 index b6c2d3b9f7d..e1990b25359 100644
36 --- a/dev-haskell/hamlet/hamlet-1.2.0.ebuild
37 +++ b/dev-haskell/hamlet/hamlet-1.2.0.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2014 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=5
44 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile"
45 inherit haskell-cabal
46
47 DESCRIPTION="Haml-like template files that are compile-time checked (deprecated)"
48 -HOMEPAGE="http://www.yesodweb.com/book/shakespearean-templates"
49 +HOMEPAGE="https://www.yesodweb.com/book/shakespearean-templates"
50 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
51
52 LICENSE="MIT"