mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
dev-haskell/hscolour: refresh up to EAPI=7
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user