diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-08-22 14:43:09 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-08-22 14:43:09 +0100 |
commit | c0a9f2400f704c438b0cef4f4105e7bb6c3cbbff (patch) | |
tree | f03dacf9fcbf88186d23a1c68620015cca2a06b2 /dev-haskell/highlighting-kate | |
parent | 4c4bbf21230bd972cf759b2a40b782aa4149fc1f (diff) |
gentoo auto-resync : 22:08:2022 - 14:43:09
Diffstat (limited to 'dev-haskell/highlighting-kate')
-rw-r--r-- | dev-haskell/highlighting-kate/Manifest | 3 | ||||
-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, 65 deletions
diff --git a/dev-haskell/highlighting-kate/Manifest b/dev-haskell/highlighting-kate/Manifest deleted file mode 100644 index fd5608539098..000000000000 --- a/dev-haskell/highlighting-kate/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST highlighting-kate-0.6.4.tar.gz 913575 BLAKE2B d38ec3618e6703dddd5e6f568942d72749e93b56ea92bf64eabf3159c2d1b8b17f5607bcb0acda6fbe7918bf4a785207a422d74db7d3e392de3fb3b8a5924c62 SHA512 19b0c81f2465c499f3fed6a7124382ee01820bcd2f4073a374b92ae3f7e5ab5f247d8d676183e0eda2c8bb7edffde3561e19bb8a395c230658c93146e8f0d544 -EBUILD highlighting-kate-0.6.4.ebuild 1074 BLAKE2B d1e6de89a043b8676f7e676f0d31ae74258a2c46bd02eab3bb4e97f6192e1c29080405e3bd44de4afaee94c56a15cc2fe661d43ac8b655547aa75a6ee1beb17c SHA512 2378ff71d13e87e2841481d29d9792108bbeff648d9aef10743ece17357c0df63c3d97a6331c0af2c5cd30f84daf65c0a59c9bf08eef39a410dbe2b43682b990 -MISC metadata.xml 949 BLAKE2B 9f401c0f2316110216c0d8dfbff2daad6989b6342abbb5548834113767cc8cff53e7cc8c6914931b3e30557896a2954d5fae83939493804988af20035d66bcf7 SHA512 5a9301f9d2802703d6a91716e6c3dc48181d8e289cfba2c7317e13d1eb9c974a74b86bec7357eb017e2beaf52e62de7f8c369491b7c5098e3dbec924107754e3 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> |