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/nats/Manifest
Normal file
3
dev-haskell/nats/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST nats-1.1.2.tar.gz 7776 BLAKE2B ae2012e1e8a433c3802b7470f95a7e4b391f9c7ee50f41b94d2ee9d20b630820e550efa76fb5d64926942e87e761db0702ae4310573d0bca38f52fa419a93390 SHA512 596f11e98fe57893279ddd1f5af11a12e747e0d5e87000c7e20d0f5c2da0f0be9a6b8d19c8d5759716a7fb9a3e77d0e999380af3d5a350fe32a5492dc6077450
|
||||
EBUILD nats-1.1.2.ebuild 811 BLAKE2B d72933f5c7f649c177bf4cffacf5c5a950b28e7ad414cb37275d4e5546ddef4787cf482f74c52af32d0ff788824f03630cf4868d105a507a6b3fcec23f2434a6 SHA512 5dde77ebd28e0e9664dd07c4d575d049ad4233a86dfaa16afcd3b502804d756f920d4580f661030d63c2a6a1a11403f7b26bf9ec105da6922b3999e3f94c3153
|
||||
MISC metadata.xml 307 BLAKE2B 04244147521914466dcf089c28246292f843744aa8299db3242478ce7aa2807efcd887cb2e33484f00b2ce549a73eecd68f6488cf2a7290283003fab2d935435 SHA512 437bc255dd217c022cdf1917512595a398ff54a2ed4f22000d119454c9117eecc8107699a9ba9130735e754bd0311a9996aae70cbe46a4daba9e19c7e5ed35e1
|
||||
11
dev-haskell/nats/metadata.xml
Normal file
11
dev-haskell/nats/metadata.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?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>
|
||||
Natural numbers.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
32
dev-haskell/nats/nats-1.1.2.ebuild
Normal file
32
dev-haskell/nats/nats-1.1.2.ebuild
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# 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="Natural numbers"
|
||||
HOMEPAGE="https://github.com/ekmett/nats/"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+binary +hashable +template-haskell"
|
||||
|
||||
RDEPEND=">=dev-lang/ghc-7.4.1:=
|
||||
hashable? ( >=dev-haskell/hashable-1.1:=[profile?] <dev-haskell/hashable-1.3:=[profile?] )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.10
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
haskell-cabal_src_configure \
|
||||
$(cabal_flag binary binary) \
|
||||
$(cabal_flag hashable hashable) \
|
||||
$(cabal_flag template-haskell template-haskell)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue