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/persistent-sqlite/
Date: Thu, 05 Apr 2018 15:21:29
Message-Id: 1522941413.7dabf21926bb912da5490417b3a68460895a746a.bman@gentoo
1 commit: 7dabf21926bb912da5490417b3a68460895a746a
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 31 07:22:58 2018 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 5 15:16:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dabf219
7
8 dev-haskell/persistent-sqlite: use HTTPS
9
10 dev-haskell/persistent-sqlite/persistent-sqlite-2.1.4.2.ebuild | 4 ++--
11 dev-haskell/persistent-sqlite/persistent-sqlite-2.6.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-haskell/persistent-sqlite/persistent-sqlite-2.1.4.2.ebuild b/dev-haskell/persistent-sqlite/persistent-sqlite-2.1.4.2.ebuild
15 index 2bdcf8697e1..a0f11f40ecb 100644
16 --- a/dev-haskell/persistent-sqlite/persistent-sqlite-2.1.4.2.ebuild
17 +++ b/dev-haskell/persistent-sqlite/persistent-sqlite-2.1.4.2.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 @@ -10,7 +10,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour test-suite"
25 inherit haskell-cabal
26
27 DESCRIPTION="Backend for the persistent library using sqlite3"
28 -HOMEPAGE="http://www.yesodweb.com/book/persistent"
29 +HOMEPAGE="https://www.yesodweb.com/book/persistent"
30 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
31
32 LICENSE="MIT"
33
34 diff --git a/dev-haskell/persistent-sqlite/persistent-sqlite-2.6.ebuild b/dev-haskell/persistent-sqlite/persistent-sqlite-2.6.ebuild
35 index 626a359cf64..0145c6fbe2d 100644
36 --- a/dev-haskell/persistent-sqlite/persistent-sqlite-2.6.ebuild
37 +++ b/dev-haskell/persistent-sqlite/persistent-sqlite-2.6.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 @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
45 inherit haskell-cabal
46
47 DESCRIPTION="Backend for the persistent library using sqlite3"
48 -HOMEPAGE="http://www.yesodweb.com/book/persistent"
49 +HOMEPAGE="https://www.yesodweb.com/book/persistent"
50 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
51
52 LICENSE="MIT"