commit: da1283f64b48cf21bdfc620db22252d88d33fc6c
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 4 10:42:20 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct 4 11:00:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da1283f6
dev-haskell/convertible: 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/convertible/convertible-1.1.1.0.ebuild | 6 +++---
dev-haskell/convertible/metadata.xml | 8 --------
2 files changed, 3 insertions(+), 11 deletions(-)
diff --git a/dev-haskell/convertible/convertible-1.1.1.0.ebuild
b/dev-haskell/convertible/convertible-1.1.1.0.ebuild
index 254bbddd4a8..f45791f8a35 100644
--- a/dev-haskell/convertible/convertible-1.1.1.0.ebuild
+++ b/dev-haskell/convertible/convertible-1.1.1.0.ebuild
@@ -1,12 +1,12 @@
# 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.4.6.9999
+# ebuild generated by hackport 0.6.6.9999
#hackport: flags: -buildtests
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="Typeclasses and instances for converting between types"
diff --git a/dev-haskell/convertible/metadata.xml
b/dev-haskell/convertible/metadata.xml
index 3c57bb78ce5..b7878815d80 100644
--- a/dev-haskell/convertible/metadata.xml
+++ b/dev-haskell/convertible/metadata.xml
@@ -5,12 +5,4 @@
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- Convertible provides a typeclass with a single function
- that is designed to help convert between different types:
numeric
- values, dates and times, and the like. The conversions perform
bounds
- checking and return a pure 'Either' value. This means that you
need
- not remember which specific function performs the conversion you
- desire.
- </longdescription>
</pkgmetadata>