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/gnutls/
Date: Sun, 11 Oct 2020 14:48:17
Message-Id: 1602427689.ba1855b80ba83557d0d9d540d38dca7fcb4259c9.slyfox@gentoo
1 commit: ba1855b80ba83557d0d9d540d38dca7fcb4259c9
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 14:46:26 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 14:48:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1855b8
7
8 dev-haskell/gnutls: 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/gnutls/gnutls-0.2.ebuild | 11 +++++------
14 dev-haskell/gnutls/metadata.xml | 7 -------
15 2 files changed, 5 insertions(+), 13 deletions(-)
16
17 diff --git a/dev-haskell/gnutls/gnutls-0.2.ebuild b/dev-haskell/gnutls/gnutls-0.2.ebuild
18 index b4f07fc9a55..d685017611c 100644
19 --- a/dev-haskell/gnutls/gnutls-0.2.ebuild
20 +++ b/dev-haskell/gnutls/gnutls-0.2.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=5
27 +EAPI=7
28
29 -# ebuild generated by hackport 0.4.6.9999
30 +# ebuild generated by hackport 0.6.6.9999
31
32 CABAL_FEATURES="lib profile haddock hoogle hscolour"
33 inherit haskell-cabal
34 @@ -18,11 +18,10 @@ KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 RDEPEND=">=dev-haskell/monads-tf-0.1:=[profile?] <dev-haskell/monads-tf-0.2:=[profile?]
38 - >=dev-haskell/transformers-0.2:=[profile?]
39 - >=dev-lang/ghc-7.4.1:=
40 + >=dev-lang/ghc-7.8.2:=
41 net-libs/gnutls:=
42 "
43 DEPEND="${RDEPEND}
44 - >=dev-haskell/cabal-1.6
45 + >=dev-haskell/cabal-1.18.1.3
46 virtual/pkgconfig
47 "
48
49 diff --git a/dev-haskell/gnutls/metadata.xml b/dev-haskell/gnutls/metadata.xml
50 index 85d7c5520de..b7878815d80 100644
51 --- a/dev-haskell/gnutls/metadata.xml
52 +++ b/dev-haskell/gnutls/metadata.xml
53 @@ -5,11 +5,4 @@
54 <email>haskell@g.o</email>
55 <name>Gentoo Haskell</name>
56 </maintainer>
57 - <longdescription>
58 - You almost certainly don't want to depend on this release.
59 -
60 - This is a pre-alpha, almost useless release; its only purpose is to enable
61 - TLS support in some of my other libraries. More complete bindings for GNU TLS
62 - will be released at a later date.
63 - </longdescription>
64 </pkgmetadata>