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/xml/Manifest
Normal file
3
dev-haskell/xml/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST xml-1.3.14.tar.gz 12048 BLAKE2B bc30ff6dbc0da5554967b8ac2901cdb535ec0429d35c161f886a6172b3d5aad38e8f32dd2ec496b8acf3d21dbbd21880b148590623aaa305a15adac1c45541c2 SHA512 2ddaa6c837fe85a06c751a66ae2c185fb7190f51f24649a668032b048b3e1b15982b45c86dfee4131453f0bd1ed704e934090bbede252a2b6de30c5f4ad44137
|
||||
EBUILD xml-1.3.14.ebuild 539 BLAKE2B 60b106c5ca31447b45b6887591d4256026d29861cbbdd0f3185a4bb216f52e29ed7ce2b156cfad069dba0e119584007a924c05577ce9e71c609a9e5e23c07bb5 SHA512 7bf6e40387fbd901584d313312a1d36d222ba981676e611dc03eba6e54cc8a787a888f8f7b8d1085cb50c0941267f83091b682a1cb6bb75915ca536b80328478
|
||||
MISC metadata.xml 312 BLAKE2B ec1f520d6ade99c39fb76fae5b729b62258f622a6f595771cf3fe3c8b17f0e1aaeba0c48335cceb76430fd842f298dd5597bc3dfbbbf0cb8d761a28ee7e81a3c SHA512 0bccff409ed2f8b403f62ed2008c9b781673f9187d330dab8caa498b6085da2792d65bce5f2013bac933b74bcc5c947208178725680061fb6561d35ed4a3ce2b
|
||||
11
dev-haskell/xml/metadata.xml
Normal file
11
dev-haskell/xml/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>
|
||||
A simple XML library.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
25
dev-haskell/xml/xml-1.3.14.ebuild
Normal file
25
dev-haskell/xml/xml-1.3.14.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"
|
||||
inherit haskell-cabal
|
||||
|
||||
DESCRIPTION="A simple XML library"
|
||||
HOMEPAGE="http://code.galois.com"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-haskell/text:=[profile?]
|
||||
>=dev-lang/ghc-7.4.1:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.6
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue