summaryrefslogtreecommitdiff
path: root/dev-haskell/hamlet
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /dev-haskell/hamlet
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'dev-haskell/hamlet')
-rw-r--r--dev-haskell/hamlet/Manifest4
-rw-r--r--dev-haskell/hamlet/hamlet-1.2.0.ebuild10
-rw-r--r--dev-haskell/hamlet/metadata.xml17
3 files changed, 7 insertions, 24 deletions
diff --git a/dev-haskell/hamlet/Manifest b/dev-haskell/hamlet/Manifest
index 6aaa356feb2b..18c020e6cc39 100644
--- a/dev-haskell/hamlet/Manifest
+++ b/dev-haskell/hamlet/Manifest
@@ -1,3 +1,3 @@
DIST hamlet-1.2.0.tar.gz 1636 BLAKE2B 21b9b161238d715f5ec2c4e97ba05b87c73276f5acfea11c2bf04eb64c4bf24902def08be45ee4199e7489798e2d6df87aebf934c9a771f070078272d99a9cff SHA512 8bc20f0ddc64b6943f0e85cd7f6babf5bbd6121bf50d420824320241b6ea270876fb58e39e3275d8476b959a815e6a6fee711e3376c18e88f25cccfeb059f99a
-EBUILD hamlet-1.2.0.ebuild 604 BLAKE2B 9b965223a855ab67f481221099b3a93aad8e508b557c41896dba778ff734542303451a865dee2b2484713e5e4d7b25c36df5756307e5345252eedc1a4f8dd6ce SHA512 8b9658d523d61c2e81a49ee6da1624af92dfd167ff387800c551614243cd9765242853ce34f291052e6f6dcbce764d2ec74be7adb747b8f54a268e323a943cc1
-MISC metadata.xml 1210 BLAKE2B 8e5382425f1a7c674db2655ae33d8f9ca24708ff869da8da4371bae3bb4095934dc3796405fd5168e199f2cd9e910ac60a64cb003004ea7a549fc260f290256c SHA512 60ad8abe20655a18d186db1f14b9e0e105f23e2aad34a1d6978a1b2b3e2c95ac223d428f098ecc8000dea04fca19998da59f0254238807ccdee79c987e034fa6
+EBUILD hamlet-1.2.0.ebuild 627 BLAKE2B fa6806a80c4c59c1d6527b2291e2337198f74970730ada6519dab5acf5c31657220f3ef8deadf7f27e1e5c1233b3a41bf9573c39e1c8e5c02561521c4b839730 SHA512 2f35ef081334b3a87617366e351102b26be5b1f5987f55bc345daff095d7a541cadda703854a8014bf91dda93d80dc69a8534bfd815baaf2c9a4cd1a4bcff7ff
+MISC metadata.xml 249 BLAKE2B 84b809c265ff2a09d1f06c66d4797652ff4c64205d94323e07333ae0fbddcfb8c58d0176a8cc52bd37e9353371d987b9b473b9747cb082e1c2871ed80fcfa144 SHA512 ce055b41ff1c10209e88579fe21ce16550be7e9b21f87724564f06430aa6f478974f186a10c8ff7e92398f534c09109aeed57eae1c6d2b56b5c99ebfb64a0015
diff --git a/dev-haskell/hamlet/hamlet-1.2.0.ebuild b/dev-haskell/hamlet/hamlet-1.2.0.ebuild
index e2ddb4d988ea..3fa8422e6489 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 c842c33be2f7..b7878815d80d 100644
--- a/dev-haskell/hamlet/metadata.xml
+++ b/dev-haskell/hamlet/metadata.xml
@@ -5,21 +5,4 @@
<email>haskell@gentoo.org</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>