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-lang/helium/
Date: Sun, 11 Aug 2019 08:21:13
Message-Id: 1565511660.bff422d8214e131511607819caf247cf532bd966.slyfox@gentoo
1 commit: bff422d8214e131511607819caf247cf532bd966
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Sun Aug 11 08:03:29 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 11 08:21:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff422d8
7
8 dev-lang/helium: update HOMEPAGE, metadata
9
10 Closes: https://bugs.gentoo.org/691214
11 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/12676
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-lang/helium/helium-1.6.ebuild | 4 ++--
16 dev-lang/helium/helium-1.8.1.ebuild | 4 ++--
17 dev-lang/helium/metadata.xml | 3 +++
18 3 files changed, 7 insertions(+), 4 deletions(-)
19
20 diff --git a/dev-lang/helium/helium-1.6.ebuild b/dev-lang/helium/helium-1.6.ebuild
21 index a68f9c8a68d..ff730ad0010 100644
22 --- a/dev-lang/helium/helium-1.6.ebuild
23 +++ b/dev-lang/helium/helium-1.6.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2018 Gentoo Foundation
26 +# Copyright 1999-2019 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=0
30 @@ -6,7 +6,7 @@ EAPI=0
31 inherit autotools eutils
32
33 DESCRIPTION="Helium (for learning Haskell)"
34 -HOMEPAGE="http://www.cs.uu.nl/helium"
35 +HOMEPAGE="https://github.com/Helium4Haskell/helium"
36 SRC_URI="http://www.cs.uu.nl/helium/distr/${P}-src.tar.gz
37 mirror://gentoo/${P}-ghc.patch.bz2"
38
39
40 diff --git a/dev-lang/helium/helium-1.8.1.ebuild b/dev-lang/helium/helium-1.8.1.ebuild
41 index 5228a742d89..c8752db7630 100644
42 --- a/dev-lang/helium/helium-1.8.1.ebuild
43 +++ b/dev-lang/helium/helium-1.8.1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2015 Gentoo Foundation
46 +# Copyright 1999-2019 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=5
50 @@ -9,7 +9,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
51 inherit haskell-cabal
52
53 DESCRIPTION="The Helium Compiler"
54 -HOMEPAGE="http://www.cs.uu.nl/wiki/bin/view/Helium/WebHome"
55 +HOMEPAGE="https://github.com/Helium4Haskell/helium"
56 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59
60 diff --git a/dev-lang/helium/metadata.xml b/dev-lang/helium/metadata.xml
61 index b7878815d80..e43c5ea1581 100644
62 --- a/dev-lang/helium/metadata.xml
63 +++ b/dev-lang/helium/metadata.xml
64 @@ -5,4 +5,7 @@
65 <email>haskell@g.o</email>
66 <name>Gentoo Haskell</name>
67 </maintainer>
68 + <upstream>
69 + <remote-id type="github">Helium4Haskell/helium</remote-id>
70 + </upstream>
71 </pkgmetadata>