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/errorcall-eq-instance/
Date: Thu, 08 Oct 2020 18:20:07
Message-Id: 1602181109.2fda56030344ba4aa216d228f74b964d859ac46d.slyfox@gentoo
1 commit: 2fda56030344ba4aa216d228f74b964d859ac46d
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 18:18:29 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 18:18:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fda5603
7
8 dev-haskell/errorcall-eq-instance: 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/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild | 4 ++--
14 dev-haskell/errorcall-eq-instance/metadata.xml | 4 ----
15 2 files changed, 2 insertions(+), 6 deletions(-)
16
17 diff --git a/dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild b/dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild
18 index 575eb95d3ba..e63ef2b19c3 100644
19 --- a/dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.ebuild
20 +++ b/dev-haskell/errorcall-eq-instance/errorcall-eq-instance-0.3.0.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.4.6.9999
29 +# ebuild generated by hackport 0.6.6.9999
30
31 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
32 inherit haskell-cabal
33
34 diff --git a/dev-haskell/errorcall-eq-instance/metadata.xml b/dev-haskell/errorcall-eq-instance/metadata.xml
35 index 0dc85cfde05..b7878815d80 100644
36 --- a/dev-haskell/errorcall-eq-instance/metadata.xml
37 +++ b/dev-haskell/errorcall-eq-instance/metadata.xml
38 @@ -5,8 +5,4 @@
39 <email>haskell@g.o</email>
40 <name>Gentoo Haskell</name>
41 </maintainer>
42 - <longdescription>
43 - Prior to @base-4.7.0.0@ there was no @Eq@ instance for
44 - @ErrorCall@. This package provides an orphan instance.
45 - </longdescription>
46 </pkgmetadata>