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/cookie/Manifest
Normal file
3
dev-haskell/cookie/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST cookie-0.4.4.tar.gz 5996 BLAKE2B 11ba2d50e004ae498525948c4eb68c470659e306e7a59794fefa8a0441960d2c956f356ef7eb9089866d336f856b30ee208589690767ccfdb886d2920f44b9c2 SHA512 3e17c7c3190602154a196c13b9e65eb139adfe5258441e48ebe5bd9e880af66a7c206f0eca441eeb9ab1700fa49c639adb9414d93f36147c11a1fe3f9fb4a775
|
||||
EBUILD cookie-0.4.4.ebuild 762 BLAKE2B ad89c79f1bc3d85b43a1faa44af961c89596ca526ea103f47befd93d5a6864a152e36595bab9707dcb94478eda59841e029cbedd83052416ff468f6518b0e225 SHA512 efa0b73b57b6e7d732fe04a68e76bfc4271bd788b59bf6d06056a0f6945263f683f23997eb92b0532941d6de0d0c6e256bfa7feb835459a9c72cdc0e83ca6809
|
||||
MISC metadata.xml 431 BLAKE2B 2e9b5ccb84dda46e46302289d5e68ebc7fe6a878e514372ec0cc3d74808334de45f7c8914c65a0eaedd311011bdc513af16f7c5747285a5762a4d4a6927998b3 SHA512 e0414646db296a944bb84a0c926a06930c3d92ba0d7fda101dc132647a1911445a0964554879f0ea32a40180b8e085af8ab1d4c9092e97a16d16359849e57e24
|
||||
31
dev-haskell/cookie/cookie-0.4.4.ebuild
Normal file
31
dev-haskell/cookie/cookie-0.4.4.ebuild
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# 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="HTTP cookie parsing and rendering"
|
||||
HOMEPAGE="https://github.com/snoyberg/cookie"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-haskell/data-default-class:=[profile?]
|
||||
>=dev-haskell/text-1.1:=[profile?]
|
||||
>=dev-lang/ghc-7.10.1:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.22.2.0
|
||||
test? ( dev-haskell/hunit
|
||||
dev-haskell/quickcheck
|
||||
dev-haskell/tasty
|
||||
dev-haskell/tasty-hunit
|
||||
dev-haskell/tasty-quickcheck )
|
||||
"
|
||||
11
dev-haskell/cookie/metadata.xml
Normal file
11
dev-haskell/cookie/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>
|
||||
Hackage documentation generation is not reliable. For up to date documentation, please see: <https://www.stackage.org/package/cookie>.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue