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/bytestring-builder | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/bytestring-builder')
4 files changed, 86 insertions, 0 deletions
diff --git a/dev-haskell/bytestring-builder/Manifest b/dev-haskell/bytestring-builder/Manifest new file mode 100644 index 000000000000..7cba91a1af9a --- /dev/null +++ b/dev-haskell/bytestring-builder/Manifest @@ -0,0 +1,5 @@ +DIST bytestring-builder-0.10.6.0.0.tar.gz 44593 BLAKE2B 8b3834ae207f527e20d2cb32e125029196b8f7d3ac2bcf65826617ade820fbde3e9a43ee0a322a8632d1ab8a15548856b1e445ffc08bb62db13b8adf5a30f607 SHA512 1281aa8ef2f77fcc5a75a9cbb54506fb207e4fc9f6296213ab6a6389c83a53f6e08a6e929d3c456b7f099e18106e228416ca6d6269215f3e3c72cb29eb39bbe3 +DIST bytestring-builder-0.10.8.1.0.tar.gz 43904 BLAKE2B 220e323b0fc7b56b9cf984d268eb66541eac06202cd699107a9350a5edb6d57a388583c245a06a65c1f68e21a7de21d74388a39f4778ee5288af0eeff7ec1da9 SHA512 f01d440e55426b5f2836cc68087d367156adae7447409dff19ca334a8509c8731ce32539b76dbe33d1c9809c3e196dce9a1f3e00b1eff3bb177953cabd23c9b6 +EBUILD bytestring-builder-0.10.6.0.0.ebuild 545 BLAKE2B ab7d1649de6a19730d176035a6e0c639a67996b18c9a4595eae6e89330f71192278ddb8211e3914bdcc493419b7a466d2089339bb9ded86d618c04d17eece0e5 SHA512 0feef52b99088809a2d898b08194d2ec236a347866c9f695a3446c4982c99d15c344e38a27e1305951e7340cc045d7e19b347af91a8c0c87cec4987f8fcc234f +EBUILD bytestring-builder-0.10.8.1.0.ebuild 550 BLAKE2B a8fb2ccecc0528da4811860c4c7c68920db2eb78f6a0860886510d9cf5b117e92aca3779b347454bcd50ec12720fce4c5178f754f9ee6529a6dbd064ed1e1cf9 SHA512 8d8a60b054eb588b2f8807e03b6c30ef24cb16ef79df8d22aa276731a09f1caf3a7143491459efb4d54ae07396a74a6f6467b73efe3b69553ebce6657e6af7ae +MISC metadata.xml 1612 BLAKE2B 25d3bd6bf77c1253da3736dd3c9731a7613c392c2c9b1eaee6829fc01c492127408eb69be113cca4353441abe939dbf449e3a629432d01dadd391f165d08dbe0 SHA512 98c65c411de64a52485367b4263905b0893bcd358ca8c27398216df8ab6adfbd6fd85be34bae2fbe9583083e7ca4ef7838fe35c1ddf35f293d5bdb26dcead5bb diff --git a/dev-haskell/bytestring-builder/bytestring-builder-0.10.6.0.0.ebuild b/dev-haskell/bytestring-builder/bytestring-builder-0.10.6.0.0.ebuild new file mode 100644 index 000000000000..dd253e57275f --- /dev/null +++ b/dev-haskell/bytestring-builder/bytestring-builder-0.10.6.0.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.4.3 + +CABAL_FEATURES="lib profile" +inherit haskell-cabal + +DESCRIPTION="The new bytestring builder, packaged outside of GHC" +HOMEPAGE="http://hackage.haskell.org/package/bytestring-builder" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" diff --git a/dev-haskell/bytestring-builder/bytestring-builder-0.10.8.1.0.ebuild b/dev-haskell/bytestring-builder/bytestring-builder-0.10.8.1.0.ebuild new file mode 100644 index 000000000000..22de4e5642d3 --- /dev/null +++ b/dev-haskell/bytestring-builder/bytestring-builder-0.10.8.1.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.9999 + +CABAL_FEATURES="lib profile" +inherit haskell-cabal + +DESCRIPTION="The new bytestring builder, packaged outside of GHC" +HOMEPAGE="http://hackage.haskell.org/package/bytestring-builder" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" diff --git a/dev-haskell/bytestring-builder/metadata.xml b/dev-haskell/bytestring-builder/metadata.xml new file mode 100644 index 000000000000..018c423e9511 --- /dev/null +++ b/dev-haskell/bytestring-builder/metadata.xml @@ -0,0 +1,33 @@ +<?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> + This is the bytestring builder that is debuting in bytestring-0.10.4.0, which + should be shipping with GHC 7.8, probably late in 2013. This builder has + several nice simplifications and improvements, and more out-of-box + functionality than the older blaze-builder. + + Note that this package detects which version of bytestring you are compiling + against, and if you are compiling against bytestring-0.10.4 or later, will + be an empty package. + + This package lets the new interface and implementation be used with most + older compilers without upgrading bytestring, which can be rather + problematic. In conjunction with blaze-builder-0.4 or later, which + offers an implementation of blaze-builder in terms of bytestring-builder, + this should let most people try the new interface and implementation without + causing undue compatibility problems with packages that depend on + blaze-builder. + + GHC 7.6 did debut an almost identical interface and implementation, but with + slightly different module names and organization. Trying to re-export/rename + the builder provided with 7.6 did not turn out to be very practical, because + this interface includes new functions that rely on Builder internals, + which are not exported in 7.6. Furthermore, these module names should be + deprecated in 7.10. + </longdescription> +</pkgmetadata> |