app-text/pandoc: huge version bump

This commit is contained in:
nemunaire 2018-11-16 04:34:05 +01:00
commit 72b537171f
131 changed files with 2697 additions and 0 deletions

View file

@ -0,0 +1,3 @@
DIST hslua-1.0.1.tar.gz 235701 BLAKE2B b2ead794882effb0c973b5d5783e76528a948375a658eb138af548b743f67d634d5ccb0b75fd0c183b8cd458337d9ba8ab7bf066dacdb7104d23107839612593 SHA512 efb7e2c23f90a3900609f0b395984035f271e123ab1b74b804e96da301e1d44636f3ea24a60a797bdfb5b9becb865ab88e3e927d86fec35cf55b787a8502b694
EBUILD hslua-1.0.1.ebuild 1525 BLAKE2B cf4b6087106afc32a49525fa6b65f10a18d70710698eff052d214a7173bd92436229dde89dddcc0e92f13288662ab12711f5024ac143163e77aa9f1808b3f161 SHA512 45ae0f32f3d768ebafbae01cff33436d2913fb288f25ab58e4fb8f5870bf4b11e1af8ab2c5bf9608d4c350ba8b347ad679ace5252fcf0b182c6bf020bf731a74
MISC metadata.xml 679 BLAKE2B c11ebd79b1abf2de1c70524c06e4a6f0172ad754fa9f0a3876ace8d871d86ec11072fbc95c235477473f84a7e28599b45944359a787fd27849cc677e6ce63548 SHA512 202d0a361627a1534fe67c7deeed0babd947fbb38abebf826de20cd46b6c2615a30fea30a1082a67bf4d8b7c3d38ee898afbf839f7a522c37574b685624d7d37

View file

@ -0,0 +1,46 @@
# 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="Bindings to Lua, an embeddable scripting language"
HOMEPAGE="https://hslua.github.io/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE="+allow-unsafe-gc apicheck +export-dynamic lua_32bits pkg-config system-lua"
RDEPEND=">=dev-haskell/exceptions-0.8:=[profile?] <dev-haskell/exceptions-0.11:=[profile?]
>=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-5:=[profile?]
>=dev-haskell/mtl-2.2:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
>=dev-haskell/text-1.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
>=dev-lang/ghc-7.10.1:=
pkg-config? ( >=dev-lang/lua-5.3 )
!pkg-config? ( system-lua? ( >=dev-lang/lua-5.3 ) )
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.22.2.0
test? ( >=dev-haskell/quickcheck-2.7
>=dev-haskell/quickcheck-instances-0.3
>=dev-haskell/tasty-0.11
>=dev-haskell/tasty-hunit-0.9
>=dev-haskell/tasty-quickcheck-0.8 )
pkg-config? ( virtual/pkgconfig )
"
src_configure() {
haskell-cabal_src_configure \
$(cabal_flag allow-unsafe-gc allow-unsafe-gc) \
$(cabal_flag apicheck apicheck) \
$(cabal_flag export-dynamic export-dynamic) \
$(cabal_flag lua_32bits lua_32bits) \
$(cabal_flag pkg-config pkg-config) \
$(cabal_flag system-lua system-lua)
}

View file

@ -0,0 +1,19 @@
<?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>
HsLua provides bindings, wrappers, types, and helper
functions to bridge Haskell and &lt;https://www.lua.org/ Lua&gt;.
This package contains a full Lua interpreter version 5.3.5.
If you want to link it with a system-wide Lua installation,
use the @system-lua@ flag.
&lt;https://github.com/hslua/hslua-examples Example programs&gt;
are available in a separate repository.
</longdescription>
</pkgmetadata>