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/wl-pprint-text | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/wl-pprint-text')
-rw-r--r-- | dev-haskell/wl-pprint-text/Manifest | 5 | ||||
-rw-r--r-- | dev-haskell/wl-pprint-text/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/wl-pprint-text/wl-pprint-text-1.1.0.4.ebuild | 25 | ||||
-rw-r--r-- | dev-haskell/wl-pprint-text/wl-pprint-text-1.1.1.0.ebuild | 26 |
4 files changed, 67 insertions, 0 deletions
diff --git a/dev-haskell/wl-pprint-text/Manifest b/dev-haskell/wl-pprint-text/Manifest new file mode 100644 index 000000000000..7cb50d224599 --- /dev/null +++ b/dev-haskell/wl-pprint-text/Manifest @@ -0,0 +1,5 @@ +DIST wl-pprint-text-1.1.0.4.tar.gz 15140 BLAKE2B c2c7739638098180394c6ef98e435ea52d2a414da4d629db2ebc0ae9f01414c4a33eeaacfe0c8b733e89914ce308885bc434a71797a3228d94ae5fed1a32bdc3 SHA512 17116393deea2b0ff9b34d6df411e1edc219803bc3986ef105e4bb6bf03f193c622e54be998712a777605bb931a322e828ffee7d150a8787d41480672ea178f5 +DIST wl-pprint-text-1.1.1.0.tar.gz 16575 BLAKE2B 9e90e0d58fa9bf099cdd03446e35ee933890428f2e523978e8addb55af6a8d31642da5989a8a1703b67e82d29fb93baf84a2471e493a4433dc2024a100799d7a SHA512 16a265846b6f116b8e53b691875afab2e40c6c75dabd6ed74d2bc23aab8241208236aba880cb1b45b15dc2d3b0e1654f0187d8492145147922ee6ff4a36009fd +EBUILD wl-pprint-text-1.1.0.4.ebuild 644 BLAKE2B 0bf68ed579937157592628ebaab545009a90c78df92e17ec54bf387b51bff530a3bb09e88768a6609a335d1b7e3f0d94b1b30bd51f3959f2b30cf3f277fb9e77 SHA512 388aa15472e6089fb2a265ac9d59072edeb107b423374b7fc780076f477c4641666dcab6749f24d1b14e44e647da9c7238d0f7e2d707e9a474d3f788abeec74b +EBUILD wl-pprint-text-1.1.1.0.ebuild 731 BLAKE2B a3344674613f21a639e6a965e54320d28436e559fb599fa175fd652909defe6ef5d67afde56a010b949407ea7f9b2ac1722b63faf7dd93989c1fba4c903d74db SHA512 4d74284126fcfbe4a661f158a59117a156e8cfaac92c3c9bdd84ba9f13b4c9a722a89cb554e0fed7e5855329f18421214d0bc7b56c3dc718a7e056b355f0a28e +MISC metadata.xml 342 BLAKE2B 7d8903aa4189e9e42195c98c30e92cb25bc5e59bbcae5598441ee58fdd0893c9c367981c4f6cdca3a3735f39d6f955472484bf42cddae4ba0a78d998e7b111cd SHA512 be2a9a24047f85b40a42ed9db8784a5726949fb1c4049ed32d2403bb3a00b3cbcee8e0602842e681b75208374d1be142ae36cb2510d7d77450942549ba4eca2c diff --git a/dev-haskell/wl-pprint-text/metadata.xml b/dev-haskell/wl-pprint-text/metadata.xml new file mode 100644 index 000000000000..55e03cdd691b --- /dev/null +++ b/dev-haskell/wl-pprint-text/metadata.xml @@ -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> + A clone of wl-pprint for use with the text library. + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.0.4.ebuild b/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.0.4.ebuild new file mode 100644 index 000000000000..b3f827bb97f9 --- /dev/null +++ b/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.0.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.4.5.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="A Wadler/Leijen Pretty Printer for Text values" +HOMEPAGE="http://hackage.haskell.org/package/wl-pprint-text" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=dev-haskell/text-0.11.0.0:=[profile?] <dev-haskell/text-1.3.0.0:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" diff --git a/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.1.0.ebuild b/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.1.0.ebuild new file mode 100644 index 000000000000..969f634806df --- /dev/null +++ b/dev-haskell/wl-pprint-text/wl-pprint-text-1.1.1.0.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2017 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="A Wadler/Leijen Pretty Printer for Text values" +HOMEPAGE="http://hackage.haskell.org/package/wl-pprint-text" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/base-compat-0.9:=[profile?] <dev-haskell/base-compat-0.10:=[profile?] + >=dev-haskell/text-0.11.0.0:=[profile?] <dev-haskell/text-1.3.0.0:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6 +" |