commit:     8f611b07fe13eab2ef367e3dbc5dbd1957e07c68
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 18 10:10:45 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct 18 10:10:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f611b07

dev-haskell/hamlet: 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/hamlet/hamlet-1.2.0.ebuild | 10 +++++-----
 dev-haskell/hamlet/metadata.xml        | 17 -----------------
 2 files changed, 5 insertions(+), 22 deletions(-)

diff --git a/dev-haskell/hamlet/hamlet-1.2.0.ebuild 
b/dev-haskell/hamlet/hamlet-1.2.0.ebuild
index e2ddb4d988e..3fa8422e648 100644
--- a/dev-haskell/hamlet/hamlet-1.2.0.ebuild
+++ b/dev-haskell/hamlet/hamlet-1.2.0.ebuild
@@ -1,11 +1,11 @@
-# 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.6.9999
+# ebuild generated by hackport 0.6.6.9999
 
-CABAL_FEATURES="lib profile"
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
 inherit haskell-cabal
 
 DESCRIPTION="Haml-like template files that are compile-time checked 
(deprecated)"
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-haskell/shakespeare-2.0:=[profile?]
-       >=dev-lang/ghc-6.10.4:=
+       >=dev-lang/ghc-7.4.1:=
 "
 DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.8

diff --git a/dev-haskell/hamlet/metadata.xml b/dev-haskell/hamlet/metadata.xml
index c842c33be2f..b7878815d80 100644
--- a/dev-haskell/hamlet/metadata.xml
+++ b/dev-haskell/hamlet/metadata.xml
@@ -5,21 +5,4 @@
                <email>[email protected]</email>
                <name>Gentoo Haskell</name>
        </maintainer>
-       <longdescription>
-               Hamlet gives you a type-safe tool for generating HTML code. It 
works via Quasi-Quoting, and generating extremely efficient output code. The 
syntax is white-space sensitive, and it helps you avoid cross-site scripting 
issues and 404 errors. Please see the documentation at 
&lt;http://docs.yesodweb.com/book/hamlet/&gt; for more details.
-               
-               Here is a quick overview of hamlet html. Due to haddock 
escaping issues, we can't properly show variable insertion, but we are still 
going to show some conditionals. Please see 
&lt;http://www.yesodweb.com/book/templates&gt; for a thorough description
-               
-               &gt; !!!
-               &gt; &lt;html&gt;
-               &gt;     &lt;head&gt;
-               &gt;         &lt;title&gt;Hamlet Demo
-               &gt;     &lt;body&gt;
-               &gt;         &lt;h1&gt;Information on John Doe
-               &gt;         &lt;h2&gt;
-               &gt;             $if isMarried person
-               &gt;                 Married
-               &gt;             $else
-               &gt;                 Not married
-       </longdescription>
 </pkgmetadata>

Reply via email to