diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/yesod | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/yesod')
-rw-r--r-- | dev-haskell/yesod/Manifest | 5 | ||||
-rw-r--r-- | dev-haskell/yesod/metadata.xml | 15 | ||||
-rw-r--r-- | dev-haskell/yesod/yesod-1.4.3.ebuild | 48 | ||||
-rw-r--r-- | dev-haskell/yesod/yesod-1.4.4.ebuild | 47 |
4 files changed, 115 insertions, 0 deletions
diff --git a/dev-haskell/yesod/Manifest b/dev-haskell/yesod/Manifest new file mode 100644 index 000000000000..51be741979d8 --- /dev/null +++ b/dev-haskell/yesod/Manifest @@ -0,0 +1,5 @@ +DIST yesod-1.4.3.tar.gz 9023 BLAKE2B ef7db3731a4f2c828dcba4cb6f5982141897de553ce096460a9514a97ba1ba2074270e25c6519c6ade14a597c50d4bfaf475f16d5308c936cab328285db416c1 SHA512 2964e290307fde99ea0b3ad27af61a5c2d4577fcf24eeb18d7ddd2d7210db8801d4d3a824ae6331e4d79a23155f9943b7b0f705c347bcec4a947fbe7c83b9278 +DIST yesod-1.4.4.tar.gz 9146 BLAKE2B b49d699ac0f5fec33b194f71dba35eb913e6d9b5b50113ccf9602c3bc14adaf7c66d8fb64ef5a1fd268c20196099204d20af75649f965deb2475c07db5279254 SHA512 ff58454e31efa47a50f04905c555a684d2a7415c726f60a206332f96ecb152eb566e285679d97cc1233baae9cc5cd42702365358ec2a55559a8b898540803f7c +EBUILD yesod-1.4.3.ebuild 1698 BLAKE2B dc1655d4631c3ee11343af075ed914422d936c6715adc6e42f983404f1cbea1c88b81c0b9247b1c1e08c8f21f361ba486998d09699d5c23f98ee5f690aa99d3d SHA512 1752de801566637fe5a7e7d4f42ed2740e85bc95bfe9bd92b74b817ed8df7be4a8f3ebca2e3fe2d6afa176d624d4cf4e20e5802402f16ed6d9927b8f21a97b6d +EBUILD yesod-1.4.4.ebuild 1628 BLAKE2B 76e9fcc787aef2b09342135db7e5b60d59cbc47ae1c8ef79ccca9d9b1ca06194ed42617829832480e1b9873ddcfb3e34b17efc6dea02f1e411f7fb7687cb13bd SHA512 7c582921a14459e7a94a12d8f87271b0a811be744ab574e6b28f6435122e847ad203c972551362952ac5379d042895377af2ba737cca1e557275e74d48498eac +MISC metadata.xml 838 BLAKE2B 229a6fd86e08c1bc3599a352211185621421c313d5facb16d5801e75b665897b9e4ff1ffe61a6712e1b92ab997bb08ddadd4e2058a812c4d769d69cf50a52b57 SHA512 965f516cfca88189b5e2e6f69a7e939c3c21c308604ff7c67b63176a3cd07a4bbc920c366989b01344b2ced3d8a783ba7f6f69bc1ec20288a73635c206c25211 diff --git a/dev-haskell/yesod/metadata.xml b/dev-haskell/yesod/metadata.xml new file mode 100644 index 000000000000..7360e5a64339 --- /dev/null +++ b/dev-haskell/yesod/metadata.xml @@ -0,0 +1,15 @@ +<?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 RESTful web framework with strong compile-time guarantees of correctness. It also affords space efficient code, highly concurrent loads, and portability to many deployment backends (via the wai package), from CGI to stand-alone serving. + + Yesod also focuses on developer productivity. Yesod integrates well with tools for all your basic web development (wai, persistent, and shakespeare/hamlet) + + The Yesod documentation site <http://www.yesodweb.com/> has much more information, including on the supporting packages mentioned above. + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/yesod/yesod-1.4.3.ebuild b/dev-haskell/yesod/yesod-1.4.3.ebuild new file mode 100644 index 000000000000..857ab36861b1 --- /dev/null +++ b/dev-haskell/yesod/yesod-1.4.3.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.4.7.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Creation of type-safe, RESTful web applications" +HOMEPAGE="https://www.yesodweb.com/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/aeson:=[profile?] + >=dev-haskell/blaze-html-0.5:=[profile?] + >=dev-haskell/blaze-markup-0.5.1:=[profile?] + dev-haskell/conduit-extra:=[profile?] + dev-haskell/data-default:=[profile?] + dev-haskell/fast-logger:=[profile?] + >=dev-haskell/monad-control-0.3:=[profile?] <dev-haskell/monad-control-1.1:=[profile?] + dev-haskell/monad-logger:=[profile?] + dev-haskell/safe:=[profile?] + dev-haskell/semigroups:=[profile?] + dev-haskell/shakespeare:=[profile?] + dev-haskell/streaming-commons:=[profile?] + dev-haskell/text:=[profile?] + >=dev-haskell/transformers-0.2.2:=[profile?] + dev-haskell/unordered-containers:=[profile?] + >=dev-haskell/wai-1.3:=[profile?] + >=dev-haskell/wai-extra-1.3:=[profile?] + dev-haskell/wai-logger:=[profile?] + >=dev-haskell/warp-1.3:=[profile?] + >=dev-haskell/yaml-0.8.17:=[profile?] + >=dev-haskell/yesod-auth-1.4:=[profile?] <dev-haskell/yesod-auth-1.5:=[profile?] + >=dev-haskell/yesod-core-1.4:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?] + >=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.5:=[profile?] + >=dev-haskell/yesod-persistent-1.4:=[profile?] <dev-haskell/yesod-persistent-1.5:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" diff --git a/dev-haskell/yesod/yesod-1.4.4.ebuild b/dev-haskell/yesod/yesod-1.4.4.ebuild new file mode 100644 index 000000000000..5f70f88f6a3b --- /dev/null +++ b/dev-haskell/yesod/yesod-1.4.4.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.1.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Creation of type-safe, RESTful web applications" +HOMEPAGE="https://www.yesodweb.com/" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-haskell/aeson:=[profile?] + >=dev-haskell/blaze-html-0.5:=[profile?] + >=dev-haskell/blaze-markup-0.5.1:=[profile?] + dev-haskell/conduit:=[profile?] + >=dev-haskell/conduit-extra-1.1.14:=[profile?] + dev-haskell/data-default-class:=[profile?] + dev-haskell/fast-logger:=[profile?] + >=dev-haskell/monad-control-0.3:=[profile?] <dev-haskell/monad-control-1.1:=[profile?] + dev-haskell/monad-logger:=[profile?] + dev-haskell/resourcet:=[profile?] + dev-haskell/semigroups:=[profile?] + dev-haskell/shakespeare:=[profile?] + dev-haskell/streaming-commons:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/unordered-containers:=[profile?] + >=dev-haskell/wai-1.3:=[profile?] + >=dev-haskell/wai-extra-1.3:=[profile?] + dev-haskell/wai-logger:=[profile?] + >=dev-haskell/warp-1.3:=[profile?] + >=dev-haskell/yaml-0.8.17:=[profile?] + >=dev-haskell/yesod-core-1.4:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?] + >=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.5:=[profile?] + >=dev-haskell/yesod-persistent-1.4:=[profile?] <dev-haskell/yesod-persistent-1.5:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 +" |