diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-10 10:09:20 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-10-10 10:09:20 +0100 |
commit | fa651abcea615d9bb1e69b89f85ebd109ce60180 (patch) | |
tree | ff12a5b35357d83c3603619c2ed32baacb18c8ad /dev-haskell/findbin | |
parent | dev-haskell/filemanip: update to EAPI=7 (diff) | |
download | gentoo-fa651abcea615d9bb1e69b89f85ebd109ce60180.tar.gz gentoo-fa651abcea615d9bb1e69b89f85ebd109ce60180.tar.bz2 gentoo-fa651abcea615d9bb1e69b89f85ebd109ce60180.zip |
dev-haskell/findbin: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/findbin')
-rw-r--r-- | dev-haskell/findbin/findbin-0.0.5-r1.ebuild | 10 | ||||
-rw-r--r-- | 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 b946e0abd6f1..10f4eebd39b7 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 10897c810b1a..b7878815d80d 100644 --- a/dev-haskell/findbin/metadata.xml +++ b/dev-haskell/findbin/metadata.xml @@ -5,13 +5,4 @@ <email>haskell@gentoo.org</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> |