diff options
Diffstat (limited to 'dev-haskell/hscolour')
-rw-r--r-- | dev-haskell/hscolour/hscolour-1.24.4.ebuild | 7 | ||||
-rw-r--r-- | dev-haskell/hscolour/metadata.xml | 18 |
2 files changed, 19 insertions, 6 deletions
diff --git a/dev-haskell/hscolour/hscolour-1.24.4.ebuild b/dev-haskell/hscolour/hscolour-1.24.4.ebuild index bc3802e68d53..6d3897e87d2e 100644 --- a/dev-haskell/hscolour/hscolour-1.24.4.ebuild +++ b/dev-haskell/hscolour/hscolour-1.24.4.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 # ebuild generated by hackport 0.5.5.9999 @@ -32,6 +32,7 @@ src_configure() { src_install() { cabal_src_install if use doc; then - dohtml hscolour.css + docinto html + dodoc hscolour.css fi } diff --git a/dev-haskell/hscolour/metadata.xml b/dev-haskell/hscolour/metadata.xml index 522384de8446..7e8a131305cb 100644 --- a/dev-haskell/hscolour/metadata.xml +++ b/dev-haskell/hscolour/metadata.xml @@ -1,7 +1,19 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>haskell@gentoo.org</email> -</maintainer> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <longdescription> + hscolour is a small Haskell script to colourise Haskell code. It currently + has six output formats: + ANSI terminal codes (optionally XTerm-256colour codes), + HTML 3.2 with <font> tags, + HTML 4.01 with CSS, + HTML 4.01 with CSS and mouseover annotations, + XHTML 1.0 with inline CSS styling, + LaTeX, + and mIRC chat codes. + </longdescription> </pkgmetadata> |