commit:     e315acb9bd646c6cc62275a39136ce1fb0490e03
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  3 10:01:57 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Oct  3 10:01:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e315acb9

dev-haskell/byteable: update to EAPI=7

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/byteable/byteable-0.1.1.ebuild | 12 +++++++-----
 dev-haskell/byteable/metadata.xml          | 12 ------------
 2 files changed, 7 insertions(+), 17 deletions(-)

diff --git a/dev-haskell/byteable/byteable-0.1.1.ebuild 
b/dev-haskell/byteable/byteable-0.1.1.ebuild
index 96b40f8d68f..baf7a77b5f2 100644
--- a/dev-haskell/byteable/byteable-0.1.1.ebuild
+++ b/dev-haskell/byteable/byteable-0.1.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# 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
@@ -17,6 +17,8 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
-RDEPEND=">=dev-lang/ghc-6.10.4:="
+RDEPEND=">=dev-lang/ghc-7.4.1:=
+"
 DEPEND="${RDEPEND}
-               >=dev-haskell/cabal-1.8"
+       >=dev-haskell/cabal-1.8
+"

diff --git a/dev-haskell/byteable/metadata.xml 
b/dev-haskell/byteable/metadata.xml
index 6b0f50e8e8e..b7878815d80 100644
--- a/dev-haskell/byteable/metadata.xml
+++ b/dev-haskell/byteable/metadata.xml
@@ -5,16 +5,4 @@
                <email>[email protected]</email>
                <name>Gentoo Haskell</name>
        </maintainer>
-       <longdescription>
-               Abstract class to manipulate sequence of bytes
-               
-               The use case of this class is abstracting manipulation of
-               types that are just wrapping a bytestring with stronger and
-               more meaniful name.
-               
-               Usual definition is of the form: newtype MyType = MyType 
ByteString
-       </longdescription>
-       <upstream>
-               <remote-id type="github">vincenthz/hs-byteable</remote-id>
-       </upstream>
 </pkgmetadata>

Reply via email to