app-text/pandoc: huge version bump
This commit is contained in:
parent
36c01efcfe
commit
72b537171f
131 changed files with 2697 additions and 0 deletions
5
dev-haskell/basement/Manifest
Normal file
5
dev-haskell/basement/Manifest
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
DIST basement-0.0.7.tar.gz 133178 BLAKE2B 3b958c1a6ebdf3bc674d325861441a2163dd2f8260100b82f547b88fed23348b0b3dedd22cb8723a5aeea93fa8a30a530349e95921ca53ce36cac8b3849542cd SHA512 80f05fa38c1afcb91680aaa668c436b122a206e6044e4da5833e6697e5413b7d6a0f9d09db73c26c8bbf7e8f348af70472d1ebb3c01ce84af7f19560fa72adfd
|
||||
DIST basement-0.0.8.tar.gz 134739 BLAKE2B 141c7471f2e2665db2f1618fe3111e99fa07ec30ba03c4ba870b179f2ad560c0772333a49b04bfc624387456297c4101553e8fa3fe9c4073fffaed79504266bb SHA512 37969ab403b23ac1f129eb6e2f81d46f53e6ba931a59695cc9a37a7387a77b24e9ba6da9cdec1ee2523410a9dad9ee5af0f8a45b59af7d07f4d467e1ad55b66f
|
||||
EBUILD basement-0.0.7.ebuild 565 BLAKE2B 593882c638a52059850793a06d0df8c7af42f6899c756bfd6dc516596a30ebd0d5637b0262742084346668e7e04c218e0b4410ce6561e9e6e2ef54c1abf796dc SHA512 f79e13f6da27a287f66da78fa7153a23d4d460dddde50c9068d31d33a148fb38991df98966673d5cf586cb5e980920e0613acffac43682238f39ebce4a3b5cf4
|
||||
EBUILD basement-0.0.8.ebuild 565 BLAKE2B 593882c638a52059850793a06d0df8c7af42f6899c756bfd6dc516596a30ebd0d5637b0262742084346668e7e04c218e0b4410ce6561e9e6e2ef54c1abf796dc SHA512 f79e13f6da27a287f66da78fa7153a23d4d460dddde50c9068d31d33a148fb38991df98966673d5cf586cb5e980920e0613acffac43682238f39ebce4a3b5cf4
|
||||
MISC metadata.xml 348 BLAKE2B 594f04ef0cf2906ca8416434ddcc4a03c00221a47dd5c2aa8a0200815fb8ea2ce977dc7f2519869a2740f6c0c0f8745e85d1d415e6d3223154f735a73e6e4d3a SHA512 0215ed5b91fa56d25ebf4d6e59ff060c439e039d258ce6c1f7220184fc816626231e94ec4bf850a5f4cf0b1ce5e1b37ac23d9dfeb555de2512d6cfe442133413
|
||||
24
dev-haskell/basement/basement-0.0.7.ebuild
Normal file
24
dev-haskell/basement/basement-0.0.7.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 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="Foundation scrap box of array & string"
|
||||
HOMEPAGE="https://github.com/haskell-foundation/foundation#readme"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-lang/ghc-8.0.1:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.24.0.0
|
||||
"
|
||||
24
dev-haskell/basement/basement-0.0.8.ebuild
Normal file
24
dev-haskell/basement/basement-0.0.8.ebuild
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# 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="Foundation scrap box of array & string"
|
||||
HOMEPAGE="https://github.com/haskell-foundation/foundation#readme"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-lang/ghc-8.0.1:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.24.0.0
|
||||
"
|
||||
11
dev-haskell/basement/metadata.xml
Normal file
11
dev-haskell/basement/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>
|
||||
Foundation most basic primitives without any dependencies
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue