app-text/pandoc: huge version bump
This commit is contained in:
parent
36c01efcfe
commit
72b537171f
131 changed files with 2697 additions and 0 deletions
3
dev-haskell/skylighting/Manifest
Normal file
3
dev-haskell/skylighting/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST skylighting-0.7.4.tar.gz 541965 BLAKE2B b0e337631264cc7d7ec39bec2df49749785bdc67e985535cd80b2a11d4cb72921d3c948b300482f800473d61992b1959b4dc164af9b047967f8f40e7f50e4ab4 SHA512 0d9adccf0fd06ad91075f9a48d9ce5c892d8f2edc93d9251dd1b4ea43559cbbc2a732aa002ae5b73d05ee774d3fe02629894a44133ca8b514792fbb0adc22ab1
|
||||
EBUILD skylighting-0.7.4.ebuild 1394 BLAKE2B 18484202dbf24de8522593f8f5059ef715586e404560f92a20ebe11e29d1a94f384dda2fb8962733914d4dc810a9fac1caf2c6a5d5aeae09ffb84da6427253e3 SHA512 5e2fafc5e58691e7d16707ebacca7a2bfc4b57805ccc4efc28a85992bae447b0028c754efeca54051505ff9ed7123ba4a14631105a71b50260a4668174b00a78
|
||||
MISC metadata.xml 850 BLAKE2B e01c84802db208e7d727e30626389c8643a83cd870760e8f0cd9fdaed9474d2b4e8cf8831cf228a1da1284018361d161466400fd8ead1227d1ab8315580c2820 SHA512 c8b9fed664ea5a10644e4fad5156ecad06e413233544c3ae5f88109fb49a86f925f88c9bfa1d0a955f5c9263188b0507d780e7259d13c5f48934956f86be4fb1
|
||||
22
dev-haskell/skylighting/metadata.xml
Normal file
22
dev-haskell/skylighting/metadata.xml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?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>
|
||||
<name>Gentoo Haskell</name>
|
||||
</maintainer>
|
||||
<longdescription>
|
||||
Skylighting is a syntax highlighting library with
|
||||
support for over one hundred languages. It derives
|
||||
its tokenizers from XML syntax definitions used
|
||||
by KDE's KSyntaxHighlighting framework, so any
|
||||
syntax supported by that framework can be added.
|
||||
An optional command-line program is provided.
|
||||
Skylighting is intended to be the successor to
|
||||
highlighting-kate.
|
||||
This package provides generated syntax modules
|
||||
based on the KDE XML definitions provided by the
|
||||
@skylighting-core@ package. As a result this
|
||||
package is licensed under the GPL.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
46
dev-haskell/skylighting/skylighting-0.7.4.ebuild
Normal file
46
dev-haskell/skylighting/skylighting-0.7.4.ebuild
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
# ebuild generated by hackport 0.5.6
|
||||
|
||||
CABAL_FEATURES="lib profile haddock hoogle hscolour"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="syntax highlighting library"
|
||||
HOMEPAGE="https://github.com/jgm/skylighting"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="executable system-pcre"
|
||||
|
||||
RDEPEND=">=dev-haskell/aeson-1.0:=[profile?]
|
||||
>=dev-haskell/ansi-terminal-0.7:=[profile?]
|
||||
dev-haskell/attoparsec:=[profile?]
|
||||
dev-haskell/base64-bytestring:=[profile?]
|
||||
>=dev-haskell/blaze-html-0.5:=[profile?]
|
||||
dev-haskell/case-insensitive:=[profile?]
|
||||
>=dev-haskell/colour-2.0:=[profile?]
|
||||
dev-haskell/hxt:=[profile?]
|
||||
dev-haskell/mtl:=[profile?]
|
||||
dev-haskell/safe:=[profile?]
|
||||
>=dev-haskell/skylighting-core-0.7.4:=[profile?] <dev-haskell/skylighting-core-0.7.5:=[profile?]
|
||||
dev-haskell/text:=[profile?]
|
||||
dev-haskell/utf8-string:=[profile?]
|
||||
>=dev-lang/ghc-7.10.1:=
|
||||
executable? ( dev-haskell/pretty-show:=[profile?] )
|
||||
system-pcre? ( dev-haskell/regex-pcre:=[profile?] )
|
||||
!system-pcre? ( dev-haskell/regex-pcre-builtin:=[profile?] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.22.2.0
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
$(cabal_flag executable executable) \
|
||||
$(cabal_flag system-pcre system-pcre)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue