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/happy/
Date: Wed, 02 Sep 2020 07:31:53
Message-Id: 1599031893.98e86b5a89b210113942e7dca6d4c035da7dd088.slyfox@gentoo
1 commit: 98e86b5a89b210113942e7dca6d4c035da7dd088
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 07:29:10 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 07:31:33 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e86b5a
7
8 dev-haskell/happy: use https:// HOMEPAGE
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/happy/happy-1.19.4.ebuild | 2 +-
14 dev-haskell/happy/happy-1.19.5.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/dev-haskell/happy/happy-1.19.4.ebuild b/dev-haskell/happy/happy-1.19.4.ebuild
18 index c7ee325b440..40f68d3e302 100644
19 --- a/dev-haskell/happy/happy-1.19.4.ebuild
20 +++ b/dev-haskell/happy/happy-1.19.4.ebuild
21 @@ -9,7 +9,7 @@ CABAL_FEATURES="bin test-suite"
22 inherit eutils haskell-cabal autotools
23
24 DESCRIPTION="Happy is a parser generator for Haskell"
25 -HOMEPAGE="http://www.haskell.org/happy/"
26 +HOMEPAGE="https://www.haskell.org/happy/"
27 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
28
29 LICENSE="BSD"
30
31 diff --git a/dev-haskell/happy/happy-1.19.5.ebuild b/dev-haskell/happy/happy-1.19.5.ebuild
32 index 5fc779132c7..da499d0821a 100644
33 --- a/dev-haskell/happy/happy-1.19.5.ebuild
34 +++ b/dev-haskell/happy/happy-1.19.5.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 +# Copyright 1999-2020 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=5
41 @@ -9,7 +9,7 @@ CABAL_FEATURES="bin test-suite"
42 inherit eutils haskell-cabal autotools
43
44 DESCRIPTION="Happy is a parser generator for Haskell"
45 -HOMEPAGE="http://www.haskell.org/happy/"
46 +HOMEPAGE="https://www.haskell.org/happy/"
47 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
48
49 LICENSE="BSD"