diff options
author | 2021-07-09 18:39:05 +0100 | |
---|---|---|
committer | 2021-07-09 18:39:05 +0100 | |
commit | d103c7f5126588e39ce8c6b5e47abd984cf76183 (patch) | |
tree | a59a039fea70e36132a8aa9265fd140dfe3d1ae4 /dev-haskell/hakyll | |
parent | media-sound/xmms2: drop einfo around outdated home resources (diff) | |
download | gentoo-d103c7f5126588e39ce8c6b5e47abd984cf76183.tar.gz gentoo-d103c7f5126588e39ce8c6b5e47abd984cf76183.tar.bz2 gentoo-d103c7f5126588e39ce8c6b5e47abd984cf76183.zip |
dev-haskell/hakyll: drop <longdescription>
dev-haskell/* is moving away from populating longdscription.
Reported-by: Joonas Niilola
Closes: https://bugs.gentoo.org/801358
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/hakyll')
-rw-r--r-- | dev-haskell/hakyll/metadata.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-haskell/hakyll/metadata.xml b/dev-haskell/hakyll/metadata.xml index 75fb004f1986..4136091ce602 100644 --- a/dev-haskell/hakyll/metadata.xml +++ b/dev-haskell/hakyll/metadata.xml @@ -12,21 +12,4 @@ <flag name="watchserver">wait for filesystem changes and rebuild pages</flag> <flag name="usepandoc">Include Pandoc support</flag> </use> - <longdescription> - Hakyll is a static website compiler library. It provides you with the tools to - create a simple or advanced static website using a Haskell DSL and formats - such as markdown or RST. You can find more information, including a tutorial, - on the website: - - * <http://jaspervdj.be/hakyll> - - If you seek assistance, there's: - - * A google group: <http://groups.google.com/group/hakyll> - - * An IRC channel, @#hakyll@ on freenode - - Additionally, there's the Haddock documentation in the different modules, - meant as a reference. - </longdescription> </pkgmetadata> |