commit: bff422d8214e131511607819caf247cf532bd966 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com> AuthorDate: Sun Aug 11 08:03:29 2019 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sun Aug 11 08:21:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bff422d8
dev-lang/helium: update HOMEPAGE, metadata Closes: https://bugs.gentoo.org/691214 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12676 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-lang/helium/helium-1.6.ebuild | 4 ++-- dev-lang/helium/helium-1.8.1.ebuild | 4 ++-- dev-lang/helium/metadata.xml | 3 +++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/dev-lang/helium/helium-1.6.ebuild b/dev-lang/helium/helium-1.6.ebuild index a68f9c8a68d..ff730ad0010 100644 --- a/dev-lang/helium/helium-1.6.ebuild +++ b/dev-lang/helium/helium-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=0 @@ -6,7 +6,7 @@ EAPI=0 inherit autotools eutils DESCRIPTION="Helium (for learning Haskell)" -HOMEPAGE="http://www.cs.uu.nl/helium" +HOMEPAGE="https://github.com/Helium4Haskell/helium" SRC_URI="http://www.cs.uu.nl/helium/distr/${P}-src.tar.gz mirror://gentoo/${P}-ghc.patch.bz2" diff --git a/dev-lang/helium/helium-1.8.1.ebuild b/dev-lang/helium/helium-1.8.1.ebuild index 5228a742d89..c8752db7630 100644 --- a/dev-lang/helium/helium-1.8.1.ebuild +++ b/dev-lang/helium/helium-1.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -9,7 +9,7 @@ CABAL_FEATURES="bin lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="The Helium Compiler" -HOMEPAGE="http://www.cs.uu.nl/wiki/bin/view/Helium/WebHome" +HOMEPAGE="https://github.com/Helium4Haskell/helium" SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-lang/helium/metadata.xml b/dev-lang/helium/metadata.xml index b7878815d80..e43c5ea1581 100644 --- a/dev-lang/helium/metadata.xml +++ b/dev-lang/helium/metadata.xml @@ -5,4 +5,7 @@ <email>[email protected]</email> <name>Gentoo Haskell</name> </maintainer> + <upstream> + <remote-id type="github">Helium4Haskell/helium</remote-id> + </upstream> </pkgmetadata>
