commit: fa651abcea615d9bb1e69b89f85ebd109ce60180
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 09:09:20 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 09:09:20 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa651abc
dev-haskell/findbin: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-haskell/findbin/findbin-0.0.5-r1.ebuild | 10 ++++++----
dev-haskell/findbin/metadata.xml | 9 ---------
2 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/dev-haskell/findbin/findbin-0.0.5-r1.ebuild
b/dev-haskell/findbin/findbin-0.0.5-r1.ebuild
index b946e0abd6f..10f4eebd39b 100644
--- a/dev-haskell/findbin/findbin-0.0.5-r1.ebuild
+++ b/dev-haskell/findbin/findbin-0.0.5-r1.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-# ebuild generated by hackport 0.3.2.9999
+# ebuild generated by hackport 0.6.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
@@ -20,8 +20,10 @@ SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND=">=dev-lang/ghc-6.10.4:="
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
DEPEND="${RDEPEND}
- >=dev-haskell/cabal-0"
+ >=dev-haskell/cabal-1.0
+"
S="${WORKDIR}/${MY_P}"
diff --git a/dev-haskell/findbin/metadata.xml b/dev-haskell/findbin/metadata.xml
index 10897c810b1..b7878815d80 100644
--- a/dev-haskell/findbin/metadata.xml
+++ b/dev-haskell/findbin/metadata.xml
@@ -5,13 +5,4 @@
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- This module locates the full directory to the running program,
- to allow the use of paths relative to it.
- FindBin supports invocation of Haskell programs via "ghci",
- via "runhaskell/runghc", as well as compiled as an executable.
- </longdescription>
- <upstream>
- <remote-id type="github">audreyt/findbin</remote-id>
- </upstream>
</pkgmetadata>