Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/findbin/
Date: Sat, 10 Oct 2020 09:10:44
Message-Id: 1602320960.fa651abcea615d9bb1e69b89f85ebd109ce60180.slyfox@gentoo
1 commit: fa651abcea615d9bb1e69b89f85ebd109ce60180
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 09:09:20 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 09:09:20 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa651abc
7
8 dev-haskell/findbin: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/findbin/findbin-0.0.5-r1.ebuild | 10 ++++++----
14 dev-haskell/findbin/metadata.xml | 9 ---------
15 2 files changed, 6 insertions(+), 13 deletions(-)
16
17 diff --git a/dev-haskell/findbin/findbin-0.0.5-r1.ebuild b/dev-haskell/findbin/findbin-0.0.5-r1.ebuild
18 index b946e0abd6f..10f4eebd39b 100644
19 --- a/dev-haskell/findbin/findbin-0.0.5-r1.ebuild
20 +++ b/dev-haskell/findbin/findbin-0.0.5-r1.ebuild
21 @@ -1,9 +1,9 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 -# ebuild generated by hackport 0.3.2.9999
29 +# ebuild generated by hackport 0.6.6.9999
30
31 CABAL_FEATURES="lib profile haddock hoogle hscolour"
32 inherit haskell-cabal
33 @@ -20,8 +20,10 @@ SLOT="0/${PV}"
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 -RDEPEND=">=dev-lang/ghc-6.10.4:="
38 +RDEPEND=">=dev-lang/ghc-7.4.1:=
39 +"
40 DEPEND="${RDEPEND}
41 - >=dev-haskell/cabal-0"
42 + >=dev-haskell/cabal-1.0
43 +"
44
45 S="${WORKDIR}/${MY_P}"
46
47 diff --git a/dev-haskell/findbin/metadata.xml b/dev-haskell/findbin/metadata.xml
48 index 10897c810b1..b7878815d80 100644
49 --- a/dev-haskell/findbin/metadata.xml
50 +++ b/dev-haskell/findbin/metadata.xml
51 @@ -5,13 +5,4 @@
52 <email>haskell@g.o</email>
53 <name>Gentoo Haskell</name>
54 </maintainer>
55 - <longdescription>
56 - This module locates the full directory to the running program,
57 - to allow the use of paths relative to it.
58 - FindBin supports invocation of Haskell programs via "ghci",
59 - via "runhaskell/runghc", as well as compiled as an executable.
60 - </longdescription>
61 - <upstream>
62 - <remote-id type="github">audreyt/findbin</remote-id>
63 - </upstream>
64 </pkgmetadata>