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/regex-compat/
Date: Tue, 18 Aug 2020 17:06:54
Message-Id: 1597770388.c97eac9be58c20b03305d4de80767cb68671178c.slyfox@gentoo
1 commit: c97eac9be58c20b03305d4de80767cb68671178c
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Tue Aug 18 07:21:07 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 18 17:06:28 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c97eac9b
7
8 dev-haskell/regex-compat: update homepage
9
10 Package-Manager: Portage-3.0.3, Repoman-3.0.0
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-haskell/regex-compat/regex-compat-0.95.1-r1.ebuild | 2 +-
15 dev-haskell/regex-compat/regex-compat-0.95.2.0.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-haskell/regex-compat/regex-compat-0.95.1-r1.ebuild b/dev-haskell/regex-compat/regex-compat-0.95.1-r1.ebuild
19 index 30720796f3d..49ca1042715 100644
20 --- a/dev-haskell/regex-compat/regex-compat-0.95.1-r1.ebuild
21 +++ b/dev-haskell/regex-compat/regex-compat-0.95.1-r1.ebuild
22 @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
23 inherit haskell-cabal
24
25 DESCRIPTION="Replaces/Enhances Text.Regex"
26 -HOMEPAGE="https://sourceforge.net/projects/lazy-regex"
27 +HOMEPAGE="https://hackage.haskell.org/package/regex-compat"
28 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
29
30 LICENSE="BSD"
31
32 diff --git a/dev-haskell/regex-compat/regex-compat-0.95.2.0.ebuild b/dev-haskell/regex-compat/regex-compat-0.95.2.0.ebuild
33 index 43f77366205..ea2e40edd74 100644
34 --- a/dev-haskell/regex-compat/regex-compat-0.95.2.0.ebuild
35 +++ b/dev-haskell/regex-compat/regex-compat-0.95.2.0.ebuild
36 @@ -10,7 +10,7 @@ CABAL_FEATURES="lib profile haddock hoogle hscolour"
37 inherit haskell-cabal
38
39 DESCRIPTION="Replaces/Enhances Text.Regex"
40 -HOMEPAGE="http://hackage.haskell.org/package/regex-compat"
41 +HOMEPAGE="https://hackage.haskell.org/package/regex-compat"
42 SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
43
44 LICENSE="BSD"