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/haxml/
Date: Wed, 21 Mar 2018 21:47:35
Message-Id: 1521668839.3f1e70ec15c8003680fc116e1bdacb9c41c5e806.slyfox@gentoo
1 commit: 3f1e70ec15c8003680fc116e1bdacb9c41c5e806
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 20 20:30:54 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=3f1e70ec
7
8 dev-haskell/haxml: update HOMEPAGE, use HTTPS
9
10 dev-haskell/haxml/haxml-1.24.1.ebuild | 4 ++--
11 dev-haskell/haxml/haxml-1.24.ebuild | 4 ++--
12 dev-haskell/haxml/haxml-1.25.3.ebuild | 4 ++--
13 3 files changed, 6 insertions(+), 6 deletions(-)
14
15 diff --git a/dev-haskell/haxml/haxml-1.24.1.ebuild b/dev-haskell/haxml/haxml-1.24.1.ebuild
16 index 7ef228a3877..50f203a2708 100644
17 --- a/dev-haskell/haxml/haxml-1.24.1.ebuild
18 +++ b/dev-haskell/haxml/haxml-1.24.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 @@ -12,7 +12,7 @@ MY_PN="HaXml"
26 MY_P="${MY_PN}-${PV}"
27
28 DESCRIPTION="Utilities for manipulating XML documents"
29 -HOMEPAGE="http://www.cs.york.ac.uk/fp/HaXml/"
30 +HOMEPAGE="https://archives.haskell.org/projects.haskell.org/HaXml/"
31 SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
32
33 LICENSE="LGPL-2.1"
34
35 diff --git a/dev-haskell/haxml/haxml-1.24.ebuild b/dev-haskell/haxml/haxml-1.24.ebuild
36 index dd3c2e27543..1c39524df91 100644
37 --- a/dev-haskell/haxml/haxml-1.24.ebuild
38 +++ b/dev-haskell/haxml/haxml-1.24.ebuild
39 @@ -1,4 +1,4 @@
40 -# Copyright 1999-2013 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 @@ -12,7 +12,7 @@ MY_PN="HaXml"
46 MY_P="${MY_PN}-${PV}"
47
48 DESCRIPTION="Utilities for manipulating XML documents"
49 -HOMEPAGE="http://www.cs.york.ac.uk/fp/HaXml/"
50 +HOMEPAGE="https://archives.haskell.org/projects.haskell.org/HaXml/"
51 SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
52
53 LICENSE="LGPL-2.1"
54
55 diff --git a/dev-haskell/haxml/haxml-1.25.3.ebuild b/dev-haskell/haxml/haxml-1.25.3.ebuild
56 index 3af072d0ed1..adabb4a10d3 100644
57 --- a/dev-haskell/haxml/haxml-1.25.3.ebuild
58 +++ b/dev-haskell/haxml/haxml-1.25.3.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 @@ -12,7 +12,7 @@ MY_PN="HaXml"
66 MY_P="${MY_PN}-${PV}"
67
68 DESCRIPTION="Utilities for manipulating XML documents"
69 -HOMEPAGE="http://projects.haskell.org/HaXml/"
70 +HOMEPAGE="https://archives.haskell.org/projects.haskell.org/HaXml/"
71 SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
72
73 LICENSE="LGPL-2.1"