dev-haskell/language-docker: Initial version

Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Manuel Rüger
2018-01-24 16:40:30 +01:00
parent a26247b141
commit ecb1a8ba8b
3 changed files with 52 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST language-docker-2.0.1.tar.gz 31658 BLAKE2B d2f4ed51db1f6367ccb53aafc25e7473d4b7b1cf1b0d4f4e0692ca5db4b2f245ade1b80b37f9989c0a50be6b76996107c1b8e06024981e68ed1c9d96fb2f209d SHA512 f716f99dc23bf9e0de68e658330ee90befb3724a53ae97604c9a8369535db679dd9a5851c2961996619f4a3cf3ea462df487063a3e08afff7cd0c47538fc624a

View File

@@ -0,0 +1,39 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
# ebuild generated by hackport 0.5.4
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
DESCRIPTION="Dockerfile parser, pretty-printer and embedded DSL"
HOMEPAGE="https://github.com/hadolint/language-docker#readme"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-haskell/aeson:=[profile?]
dev-haskell/free:=[profile?]
dev-haskell/glob:=[profile?]
dev-haskell/mtl:=[profile?]
>=dev-haskell/parsec-3.1:=[profile?]
dev-haskell/semigroups:=[profile?]
>=dev-haskell/split-0.2:=[profile?]
dev-haskell/text:=[profile?]
dev-haskell/th-lift:=[profile?]
dev-haskell/th-lift-instances:=[profile?]
dev-haskell/unordered-containers:=[profile?]
dev-haskell/yaml:=[profile?]
>=dev-lang/ghc-7.10.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.22.2.0
test? ( dev-haskell/hspec
>=dev-haskell/hunit-1.2
dev-haskell/quickcheck )
"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>mrueg@gentoo.org</email>
<name>Manuel Rüger</name>
</maintainer>
<longdescription>
All functions for parsing, printing and writting Dockerfiles are exported through @Language.Docker@. For more fine-grained operations look for specific modules that implement a certain functionality.
See the https://github.com/hadolint/language-docker GitHub project for the source-code and examples.
</longdescription>
</pkgmetadata>