diff options
author | 2022-08-22 09:17:48 +0200 | |
---|---|---|
committer | 2022-08-22 09:17:48 +0200 | |
commit | e7bd27152fd00988ca58df10c07ffc18be5ff62e (patch) | |
tree | a0877c325a49e02c3a76ef3b03dc1b705ae26947 /dev-haskell/highlighting-kate | |
parent | dev-haskell/hit: treeclean (diff) | |
download | gentoo-e7bd27152fd00988ca58df10c07ffc18be5ff62e.tar.gz gentoo-e7bd27152fd00988ca58df10c07ffc18be5ff62e.tar.bz2 gentoo-e7bd27152fd00988ca58df10c07ffc18be5ff62e.zip |
dev-haskell/highlighting-kate: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-haskell/highlighting-kate')
-rw-r--r-- | dev-haskell/highlighting-kate/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/highlighting-kate/highlighting-kate-0.6.4.ebuild | 37 | ||||
-rw-r--r-- | dev-haskell/highlighting-kate/metadata.xml | 25 |
3 files changed, 0 insertions, 63 deletions
diff --git a/dev-haskell/highlighting-kate/Manifest b/dev-haskell/highlighting-kate/Manifest deleted file mode 100644 index 28a6f69f21c9..000000000000 --- a/dev-haskell/highlighting-kate/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST highlighting-kate-0.6.4.tar.gz 913575 BLAKE2B d38ec3618e6703dddd5e6f568942d72749e93b56ea92bf64eabf3159c2d1b8b17f5607bcb0acda6fbe7918bf4a785207a422d74db7d3e392de3fb3b8a5924c62 SHA512 19b0c81f2465c499f3fed6a7124382ee01820bcd2f4073a374b92ae3f7e5ab5f247d8d676183e0eda2c8bb7edffde3561e19bb8a395c230658c93146e8f0d544 diff --git a/dev-haskell/highlighting-kate/highlighting-kate-0.6.4.ebuild b/dev-haskell/highlighting-kate/highlighting-kate-0.6.4.ebuild deleted file mode 100644 index c98a94a32450..000000000000 --- a/dev-haskell/highlighting-kate/highlighting-kate-0.6.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# ebuild generated by hackport 0.5.1.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="Syntax highlighting" -HOMEPAGE="https://github.com/jgm/highlighting-kate" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="executable pcre-light" - -RDEPEND=">=dev-haskell/blaze-html-0.4.2:=[profile?] <dev-haskell/blaze-html-0.10:=[profile?] - dev-haskell/mtl:=[profile?] - dev-haskell/parsec:=[profile?] - dev-haskell/utf8-string:=[profile?] - >=dev-lang/ghc-7.4.1:= - pcre-light? ( >=dev-haskell/pcre-light-0.4:=[profile?] <dev-haskell/pcre-light-0.5:=[profile?] ) - !pcre-light? ( >=dev-haskell/regex-pcre-builtin-0.94.4.8.8.35:=[profile?] ) -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.10 - test? ( dev-haskell/diff ) -" - -src_configure() { - haskell-cabal_src_configure \ - $(cabal_flag executable executable) \ - $(cabal_flag pcre-light pcre-light) -} diff --git a/dev-haskell/highlighting-kate/metadata.xml b/dev-haskell/highlighting-kate/metadata.xml deleted file mode 100644 index dae51161efeb..000000000000 --- a/dev-haskell/highlighting-kate/metadata.xml +++ /dev/null @@ -1,25 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> - highlighting-kate is a syntax highlighting library - with support for nearly one hundred languages. The syntax - parsers are automatically generated from Kate - syntax descriptions (<http://kate-editor.org/>), - so any syntax supported by Kate can be added. - An (optional) command-line program is provided, along - with a utility for generating new parsers from Kate - XML syntax descriptions. - </longdescription> - <use> - <flag name="executable">Build the Highlight executable.</flag> - <flag name="pcre-light">Use the pcre-light library instead of regex-pcre-builtin.</flag> - </use> - <upstream> - <remote-id type="github">jgm/highlighting-kate</remote-id> - </upstream> -</pkgmetadata> |