commit: 733e70a55ce51140ff20fc5511b3e32539afb16f
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 10:12:44 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 10:12:44 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=733e70a5
dev-haskell/hsb2hs: 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/hsb2hs/hsb2hs-0.3.1.ebuild | 6 +++---
dev-haskell/hsb2hs/metadata.xml | 6 ------
2 files changed, 3 insertions(+), 9 deletions(-)
diff --git a/dev-haskell/hsb2hs/hsb2hs-0.3.1.ebuild
b/dev-haskell/hsb2hs/hsb2hs-0.3.1.ebuild
index b8bc788b616..c0b8224ccab 100644
--- a/dev-haskell/hsb2hs/hsb2hs-0.3.1.ebuild
+++ b/dev-haskell/hsb2hs/hsb2hs-0.3.1.ebuild
@@ -1,11 +1,11 @@
# 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.5.9999
+# ebuild generated by hackport 0.6.6.9999
-CABAL_FEATURES="bin"
+CABAL_FEATURES=""
inherit haskell-cabal
DESCRIPTION="Preprocesses a file, adding blobs from files as string literals"
diff --git a/dev-haskell/hsb2hs/metadata.xml b/dev-haskell/hsb2hs/metadata.xml
index ffccae0e368..b7878815d80 100644
--- a/dev-haskell/hsb2hs/metadata.xml
+++ b/dev-haskell/hsb2hs/metadata.xml
@@ -5,10 +5,4 @@
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- hsb2hs is a preprocessor that allows you to include the
contents of
- files as string literals in your Haskell programs and libraries.
- It is an alternative to file-embed for those who do not want to
rely
- on Template Haskell. See @README.markdown@ for instructions.
- </longdescription>
</pkgmetadata>