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/hashable/Manifest
Normal file
3
dev-haskell/hashable/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST hashable-1.2.7.0.tar.gz 30182 BLAKE2B 7dee78e531fb396c51531f7b239f45a316bad3494590684b13814894a606ab8ddf7ef85a2027f26eeddad0a38f2c06a8a16d03b1b67ce009f9e8aed6cc872232 SHA512 41accac8fa38ab5c243caa058deaf31644d4df670520010d0d593e84fd42970f3fe2d4e945a31ac5491050467e843c7bdb299283a4c6d1446dfcbc2dbc58eec7
|
||||
EBUILD hashable-1.2.7.0.ebuild 1063 BLAKE2B 2b6cfa4aae99bbcf4fa669c8f00f51f755f0557038fb34dee143b3e263d56ce67536debc32ecffd997b307744c11a2b19a5fd1d308478bea95d1625785fd33cf SHA512 71f558ff8726615e8238fc78e053ffc9fa810fa11774a7698897d5a00286e60d2e188dfa6e1ecad3470260becc20ce63dfab1c750f3280cb92ea997ad2890831
|
||||
MISC metadata.xml 548 BLAKE2B 667b408496b78636be4288229ac99bac6b8b023ee95344854779fe37d1879c0d8e3253313091351f3903d6420c6b94329dcdc423d832ed76c447281760fc9e7d SHA512 8d99562c2b8d722b85a0e2ae1d8e9e3f4b3435057b0925cb7452d19672bed8ebee8206da5b195f9192813a3521f708504f8215085a99025788018dc47fecfc99
|
||||
39
dev-haskell/hashable/hashable-1.2.7.0.ebuild
Normal file
39
dev-haskell/hashable/hashable-1.2.7.0.ebuild
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# 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="A class for types that can be converted to a hash value"
|
||||
HOMEPAGE="https://github.com/tibbe/hashable"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="examples +integer-gmp +sse2 sse41"
|
||||
|
||||
RDEPEND=">=dev-haskell/text-0.11.0.5:=[profile?]
|
||||
>=dev-lang/ghc-7.4.1:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.12
|
||||
test? ( dev-haskell/hunit
|
||||
>=dev-haskell/quickcheck-2.4.0.1
|
||||
>=dev-haskell/random-1.0 <dev-haskell/random-1.2
|
||||
>=dev-haskell/test-framework-0.3.3
|
||||
dev-haskell/test-framework-hunit
|
||||
>=dev-haskell/test-framework-quickcheck2-0.2.9 )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
$(cabal_flag examples examples) \
|
||||
$(cabal_flag integer-gmp integer-gmp) \
|
||||
$(cabal_flag sse2 sse2) \
|
||||
$(cabal_flag sse41 sse41)
|
||||
}
|
||||
15
dev-haskell/hashable/metadata.xml
Normal file
15
dev-haskell/hashable/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>
|
||||
This package defines a class, 'Hashable', for types that
|
||||
can be converted to a hash value. This class
|
||||
exists for the benefit of hashing-based data
|
||||
structures. The package provides instances for
|
||||
basic types and a way to combine hash values.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue