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/case-insensitive/Manifest
Normal file
3
dev-haskell/case-insensitive/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST case-insensitive-1.2.0.11.tar.gz 53581 BLAKE2B bbdb72a12fba17f49a543c50fdd38b1d0c4802e7d24b0b9111ab1d9ea697dfff17da17e36eeeac9c5d2f2a68652fa38d9b3e43c796c7884a869a142767f83480 SHA512 21f6041061a1cbf3a46f2e998e7b8be52e5746fbb4185d86ae943ee36f613cceb977a6509e6759431f1228e271b5239dcc104d4fca9a12bd650ff5df5546e00c
|
||||
EBUILD case-insensitive-1.2.0.11.ebuild 794 BLAKE2B 005a0b305f5726884eaab5fa4aaf1786528c19f82a7250fae8a0ea6f15b258d8d92e4eb819dbc8d3f0c18671e3081c812a45cd51bf14a10ad43c854167cf6152 SHA512 312999c0415f72ef80ff2392ebbb02f73cf6cbca3fed2a1e7be687c060c73366029420ded118c7c5ab453fe0af6138f5835f763e6851a542d380f96a2680986a
|
||||
MISC metadata.xml 566 BLAKE2B 1bb5bf17f39a35030f1af35afa367b6ced45cad2b922df8b6f9587a87aa18011eae32c0f0855ac557f0d88cdfd3d20933d8d64801609b75293f52be8d5809c27 SHA512 72fcb302fe4e675dfe84bd18cd313ed8e1bf84396fedd633e317c90fbc9d3f782a15ca5518297180c6a22ebcae3de26bf24c35ed129758c9bcfda70cb1213ead
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
# 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 test-suite"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="Case insensitive string comparison"
|
||||
HOMEPAGE="https://github.com/basvandijk/case-insensitive"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-haskell/hashable-1.0:=[profile?]
|
||||
>=dev-haskell/semigroups-0.18:=[profile?]
|
||||
>=dev-haskell/text-0.3:=[profile?]
|
||||
>=dev-lang/ghc-7.4.1:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.8
|
||||
test? ( >=dev-haskell/hunit-1.2.2
|
||||
>=dev-haskell/test-framework-0.2.4
|
||||
>=dev-haskell/test-framework-hunit-0.2.4 )
|
||||
"
|
||||
15
dev-haskell/case-insensitive/metadata.xml
Normal file
15
dev-haskell/case-insensitive/metadata.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?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>
|
||||
The module @Data.CaseInsensitive@ provides the 'CI' type
|
||||
constructor which can be parameterised by a string-like
|
||||
type like: 'String', 'ByteString', 'Text',
|
||||
etc.. Comparisons of values of the resulting type will be
|
||||
insensitive to cases.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue