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/xml-hamlet/
Date: Fri, 30 Mar 2018 02:54:25
Message-Id: 1522377382.4968fc93289ac81468b72d2039303d04c8d4fb96.bman@gentoo
1 commit: 4968fc93289ac81468b72d2039303d04c8d4fb96
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 29 18:27:07 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 30 02:36:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4968fc93
7
8 dev-haskell/xml-hamlet: use HTTPS
9
10 dev-haskell/xml-hamlet/xml-hamlet-0.4.0.11.ebuild | 4 ++--
11 dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.11.ebuild b/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.11.ebuild
15 index af97817c1cc..6724fd76eb4 100644
16 --- a/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.11.ebuild
17 +++ b/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.11.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2015 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="Hamlet-style quasiquoter for XML content"
28 -HOMEPAGE="http://www.yesodweb.com/"
29 +HOMEPAGE="https://www.yesodweb.com/"
30 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
31
32 LICENSE="BSD"
33
34 diff --git a/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild b/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild
35 index 8b0ad28cce6..e796eb621fb 100644
36 --- a/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild
37 +++ b/dev-haskell/xml-hamlet/xml-hamlet-0.4.0.12.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44 @@ -9,7 +9,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
45 inherit haskell-cabal
46
47 DESCRIPTION="Hamlet-style quasiquoter for XML content"
48 -HOMEPAGE="http://www.yesodweb.com/"
49 +HOMEPAGE="https://www.yesodweb.com/"
50 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
51
52 LICENSE="BSD"