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/fgl/
Date: Wed, 21 Mar 2018 21:47:37
Message-Id: 1521668839.705fc86c4c8dbdf79ec19c2c5a508d6806e64fd9.slyfox@gentoo
1 commit: 705fc86c4c8dbdf79ec19c2c5a508d6806e64fd9
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 20 20:33:49 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=705fc86c
7
8 dev-haskell/fgl: use HTTPS
9
10 dev-haskell/fgl/fgl-5.5.2.3.ebuild | 4 ++--
11 dev-haskell/fgl/fgl-5.5.3.0.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-haskell/fgl/fgl-5.5.2.3.ebuild b/dev-haskell/fgl/fgl-5.5.2.3.ebuild
15 index cd552529853..32bee8e07fc 100644
16 --- a/dev-haskell/fgl/fgl-5.5.2.3.ebuild
17 +++ b/dev-haskell/fgl/fgl-5.5.2.3.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="Martin Erwig's Functional Graph Library"
28 -HOMEPAGE="http://hackage.haskell.org/package/fgl"
29 +HOMEPAGE="https://hackage.haskell.org/package/fgl"
30 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
31
32 LICENSE="BSD"
33
34 diff --git a/dev-haskell/fgl/fgl-5.5.3.0.ebuild b/dev-haskell/fgl/fgl-5.5.3.0.ebuild
35 index 241bdfcbc90..91bec359c2d 100644
36 --- a/dev-haskell/fgl/fgl-5.5.3.0.ebuild
37 +++ b/dev-haskell/fgl/fgl-5.5.3.0.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 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="Martin Erwig's Functional Graph Library"
48 -HOMEPAGE="http://hackage.haskell.org/package/fgl"
49 +HOMEPAGE="https://hackage.haskell.org/package/fgl"
50 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
51
52 LICENSE="BSD"