diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-08-04 11:54:42 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-04 07:21:42 +0100 |
commit | 611ccc2ad40c11b7888a10517652c71e952ed599 (patch) | |
tree | de767164a84a308ae3364ba5a9636ed26eb45301 /dev-haskell | |
parent | dev-haskell/snap-server: remove old (diff) | |
download | gentoo-611ccc2ad40c11b7888a10517652c71e952ed599.tar.gz gentoo-611ccc2ad40c11b7888a10517652c71e952ed599.tar.bz2 gentoo-611ccc2ad40c11b7888a10517652c71e952ed599.zip |
dev-haskell/hostname: sync from ::haskell (EAPI and deps update)
Closes: https://bugs.gentoo.org/735776
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/hostname/hostname-1.0-r1.ebuild (renamed from dev-haskell/hostname/hostname-1.0.ebuild) | 14 | ||||
-rw-r--r-- | dev-haskell/hostname/metadata.xml | 3 |
2 files changed, 8 insertions, 9 deletions
diff --git a/dev-haskell/hostname/hostname-1.0.ebuild b/dev-haskell/hostname/hostname-1.0-r1.ebuild index 5f206b1d2b91..33cfc64af5e5 100644 --- a/dev-haskell/hostname/hostname-1.0.ebuild +++ b/dev-haskell/hostname/hostname-1.0-r1.ebuild @@ -1,22 +1,24 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# ebuild generated by hackport 0.2.14 +EAPI=7 -EAPI="4" +# ebuild generated by hackport 0.6.4.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" inherit haskell-cabal DESCRIPTION="A a cross-platform means of determining the hostname" -HOMEPAGE="https://hackage.haskell.org/package/hostname" +HOMEPAGE="http://hackage.haskell.org/package/hostname" SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" LICENSE="BSD" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" -RDEPEND=">=dev-lang/ghc-6.8.2" +RDEPEND=">=dev-lang/ghc-7.4.1:= +" DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2" + >=dev-haskell/cabal-1.2 +" diff --git a/dev-haskell/hostname/metadata.xml b/dev-haskell/hostname/metadata.xml index 055b354b3aa2..b7878815d80d 100644 --- a/dev-haskell/hostname/metadata.xml +++ b/dev-haskell/hostname/metadata.xml @@ -5,7 +5,4 @@ <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> - <longdescription> - A very simple package providing a cross-platform means of determining the hostname - </longdescription> </pkgmetadata> |