diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2019-08-11 10:03:29 +0200 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-08-11 09:21:00 +0100 |
commit | bff422d8214e131511607819caf247cf532bd966 (patch) | |
tree | faa56481647ff5c03c70653da5c8d650440f51f1 /dev-lang | |
parent | app-office/kmymoney: Fix missing header with Frameworks 5.61 (diff) | |
download | gentoo-bff422d8214e131511607819caf247cf532bd966.tar.gz gentoo-bff422d8214e131511607819caf247cf532bd966.tar.bz2 gentoo-bff422d8214e131511607819caf247cf532bd966.zip |
dev-lang/helium: update HOMEPAGE, metadata
Closes: https://bugs.gentoo.org/691214
Signed-off-by: Wim Muskee <wimmuskee@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12676
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/helium/helium-1.6.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/helium/helium-1.8.1.ebuild | 4 | ||||
-rw-r--r-- | 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 a68f9c8a68d1..ff730ad0010e 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 5228a742d89f..c8752db7630c 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 b7878815d80d..e43c5ea15819 100644 --- a/dev-lang/helium/metadata.xml +++ b/dev-lang/helium/metadata.xml @@ -5,4 +5,7 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> + <upstream> + <remote-id type="github">Helium4Haskell/helium</remote-id> + </upstream> </pkgmetadata> |