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/hslua-module-text/Manifest
Normal file
3
dev-haskell/hslua-module-text/Manifest
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
DIST hslua-module-text-0.2.0.tar.gz 3583 BLAKE2B d34b4b28f7fa2d82d15bcbcde22fdda38522563d19b9739b69846c42f0e3026ca81aaf0990f78bd4c4fb46480cf99ec65ed9d2125c420ac8456150199961c0a8 SHA512 22a7efebecb6e6b4102539ecd0079d5428d10d07bbb3387f74f869de6c204af77d99271c41802b543534d7653e4c272812ce329723cb7406eed28f5f76533d8c
|
||||
EBUILD hslua-module-text-0.2.0.ebuild 739 BLAKE2B 0da8bb1a81657ce4e60da2a6e3d6c3ca1f4c9640f53ef5fa04bd91901b54e69c072ebade2d886f5ff8099c168f1f8946c275b81cbf33e3d935ea432c6212cf68 SHA512 4cf8c2cd8ec79a4f4c093b63244d665da671597533b013977c067fb5388888f65917e4afaf11abfc709caedd2e2f758f3c7948c37697a536d1ff992a26116b2c
|
||||
MISC metadata.xml 339 BLAKE2B 4d556585216ee9e68684f816fe99ddb428909734c9fd11716c446ebf178ace2f1020bfcc9f6c51d1b8d62df46bd60e5f88d6574dd272cd83ef8f439979f72949 SHA512 474876e1d71ceb898d2df804f93313669819949bcf93ae3f52bf9358a416fa7ab902c430d4148ec3f957de2abeadbe289502a185b625864b4249c0a0132f4fee
|
||||
28
dev-haskell/hslua-module-text/hslua-module-text-0.2.0.ebuild
Normal file
28
dev-haskell/hslua-module-text/hslua-module-text-0.2.0.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# 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="Lua module for text"
|
||||
HOMEPAGE="https://github.com/hslua/hslua-module-text"
|
||||
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/${PV}"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND=">=dev-haskell/hslua-1.0:=[profile?] <dev-haskell/hslua-1.1:=[profile?]
|
||||
>=dev-haskell/text-1:=[profile?] <dev-haskell/text-1.3:=[profile?]
|
||||
>=dev-lang/ghc-7.8.2:=
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-haskell/cabal-1.18.1.3
|
||||
test? ( dev-haskell/tasty
|
||||
dev-haskell/tasty-hunit )
|
||||
"
|
||||
11
dev-haskell/hslua-module-text/metadata.xml
Normal file
11
dev-haskell/hslua-module-text/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>
|
||||
UTF-8 aware subset of Lua's `string` module.
|
||||
</longdescription>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue