commit: d103c7f5126588e39ce8c6b5e47abd984cf76183 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Fri Jul 9 17:39:05 2021 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Fri Jul 9 17:39:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d103c7f5
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 <AT> gentoo.org> dev-haskell/hakyll/metadata.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dev-haskell/hakyll/metadata.xml b/dev-haskell/hakyll/metadata.xml index 75fb004f198..4136091ce60 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>
