Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/hakyll/
Date: Fri, 09 Jul 2021 17:39:19
Message-Id: 1625852345.d103c7f5126588e39ce8c6b5e47abd984cf76183.slyfox@gentoo
1 commit: d103c7f5126588e39ce8c6b5e47abd984cf76183
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 9 17:39:05 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 9 17:39:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d103c7f5
7
8 dev-haskell/hakyll: drop <longdescription>
9
10 dev-haskell/* is moving away from populating longdscription.
11
12 Reported-by: Joonas Niilola
13 Closes: https://bugs.gentoo.org/801358
14 Package-Manager: Portage-3.0.20, Repoman-3.0.3
15 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
16
17 dev-haskell/hakyll/metadata.xml | 17 -----------------
18 1 file changed, 17 deletions(-)
19
20 diff --git a/dev-haskell/hakyll/metadata.xml b/dev-haskell/hakyll/metadata.xml
21 index 75fb004f198..4136091ce60 100644
22 --- a/dev-haskell/hakyll/metadata.xml
23 +++ b/dev-haskell/hakyll/metadata.xml
24 @@ -12,21 +12,4 @@
25 <flag name="watchserver">wait for filesystem changes and rebuild pages</flag>
26 <flag name="usepandoc">Include Pandoc support</flag>
27 </use>
28 - <longdescription>
29 - Hakyll is a static website compiler library. It provides you with the tools to
30 - create a simple or advanced static website using a Haskell DSL and formats
31 - such as markdown or RST. You can find more information, including a tutorial,
32 - on the website:
33 -
34 - * &lt;http://jaspervdj.be/hakyll&gt;
35 -
36 - If you seek assistance, there's:
37 -
38 - * A google group: &lt;http://groups.google.com/group/hakyll&gt;
39 -
40 - * An IRC channel, @#hakyll@ on freenode
41 -
42 - Additionally, there's the Haddock documentation in the different modules,
43 - meant as a reference.
44 - </longdescription>
45 </pkgmetadata>