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/dlist/Manifest
Normal file
3
dev-haskell/dlist/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST dlist-0.8.0.5.tar.gz 8987 BLAKE2B 0523d8e28c10bedd97226cd0f4e94c8f473cf49484fe87000eeb466ef61d9fe3df26c7e21822a4407e2a02cda85cbc8243e1f475bd60397a11e703fd2722ab57 SHA512 4eb2be3c5edbf7fad41051bd703c28e47a6f7bbac4092cc9a4dd92cbc77e0f13c819b3a2d9436b6022c758c621c33ca1d9220a7c8856376eca6d1b54fa082160
|
||||
EBUILD dlist-0.8.0.5.ebuild 594 BLAKE2B 517625b7cb25c7a046bb4ea58d3743aacdc8de12f2f528387aab6f176011a5df3c923b4b995fa3362ef1228ae0d24628afa18701dece0a88dfb84a2a81528770 SHA512 7409dbf3cfd36a1b9f7a995f145203551c04c3b5d7205e29cd4c71259fe0ce4bae9271e233ee17fe34957cd8e4c4856311ab8231314e34225100c63821603b9d
|
||||
MISC metadata.xml 505 BLAKE2B 999d7a7af5f53753bc43145e178bbd51a486b638142a907b5b21be91474f786380ef7daf21df285532528bccc4c448a3dd2955d2c96829222f55b3eeb20b7bac SHA512 02159d1b258b57ca2b44eb14f86778ab3c695e452d6312dbf7a117d9389930c0e49f2525e10fd278f3e03d7c7a1686c45e8491c7476f15219f6ecfc1cf7e2f67
|
||||
25
dev-haskell/dlist/dlist-0.8.0.5.ebuild
Normal file
25
dev-haskell/dlist/dlist-0.8.0.5.ebuild
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# 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="Difference lists"
|
||||
HOMEPAGE="https://github.com/spl/dlist"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-lang/ghc-7.4.1:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.9.2
|
||||
test? ( >=dev-haskell/quickcheck-2.10 <dev-haskell/quickcheck-2.13 )
|
||||
"
|
||||
13
dev-haskell/dlist/metadata.xml
Normal file
13
dev-haskell/dlist/metadata.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?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>
|
||||
Difference lists are a list-like type supporting O(1) append. This is
|
||||
particularly useful for efficient logging and pretty printing (e.g. with the
|
||||
Writer monad), where list append quickly becomes too expensive.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue