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/byteable/
Date: Sat, 03 Oct 2020 10:04:50
Message-Id: 1601719317.e315acb9bd646c6cc62275a39136ce1fb0490e03.slyfox@gentoo
1 commit: e315acb9bd646c6cc62275a39136ce1fb0490e03
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 10:01:57 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 10:01:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e315acb9
7
8 dev-haskell/byteable: 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/byteable/byteable-0.1.1.ebuild | 12 +++++++-----
14 dev-haskell/byteable/metadata.xml | 12 ------------
15 2 files changed, 7 insertions(+), 17 deletions(-)
16
17 diff --git a/dev-haskell/byteable/byteable-0.1.1.ebuild b/dev-haskell/byteable/byteable-0.1.1.ebuild
18 index 96b40f8d68f..baf7a77b5f2 100644
19 --- a/dev-haskell/byteable/byteable-0.1.1.ebuild
20 +++ b/dev-haskell/byteable/byteable-0.1.1.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.3.2.9999
30 +# ebuild generated by hackport 0.6.6.9999
31
32 CABAL_FEATURES="lib profile haddock hoogle hscolour"
33 inherit haskell-cabal
34 @@ -17,6 +17,8 @@ SLOT="0/${PV}"
35 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
36 IUSE=""
37
38 -RDEPEND=">=dev-lang/ghc-6.10.4:="
39 +RDEPEND=">=dev-lang/ghc-7.4.1:=
40 +"
41 DEPEND="${RDEPEND}
42 - >=dev-haskell/cabal-1.8"
43 + >=dev-haskell/cabal-1.8
44 +"
45
46 diff --git a/dev-haskell/byteable/metadata.xml b/dev-haskell/byteable/metadata.xml
47 index 6b0f50e8e8e..b7878815d80 100644
48 --- a/dev-haskell/byteable/metadata.xml
49 +++ b/dev-haskell/byteable/metadata.xml
50 @@ -5,16 +5,4 @@
51 <email>haskell@g.o</email>
52 <name>Gentoo Haskell</name>
53 </maintainer>
54 - <longdescription>
55 - Abstract class to manipulate sequence of bytes
56 -
57 - The use case of this class is abstracting manipulation of
58 - types that are just wrapping a bytestring with stronger and
59 - more meaniful name.
60 -
61 - Usual definition is of the form: newtype MyType = MyType ByteString
62 - </longdescription>
63 - <upstream>
64 - <remote-id type="github">vincenthz/hs-byteable</remote-id>
65 - </upstream>
66 </pkgmetadata>