summaryrefslogtreecommitdiff
path: root/dev-haskell/foldl
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2015-08-08 13:49:04 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2015-08-08 17:38:18 -0700
commit56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch)
tree3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/foldl
downloadgentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz
gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.xz
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-haskell/foldl')
-rw-r--r--dev-haskell/foldl/Manifest4
-rw-r--r--dev-haskell/foldl/foldl-1.0.2.ebuild33
-rw-r--r--dev-haskell/foldl/foldl-1.0.5.ebuild29
-rw-r--r--dev-haskell/foldl/foldl-1.0.7.ebuild29
-rw-r--r--dev-haskell/foldl/foldl-1.1.1.ebuild31
-rw-r--r--dev-haskell/foldl/metadata.xml11
6 files changed, 137 insertions, 0 deletions
diff --git a/dev-haskell/foldl/Manifest b/dev-haskell/foldl/Manifest
new file mode 100644
index 00000000000..572748b42d5
--- /dev/null
+++ b/dev-haskell/foldl/Manifest
@@ -0,0 +1,4 @@
+DIST foldl-1.0.2.tar.gz 6961 SHA256 046d94297d1c122ef773a5d928b6832459cfe1c918513bd5d44b540102af9885 SHA512 b009768889d00d14f37be9491da6aecbbb0356b6bc1694e89686e26e4c3009236e1114b72ac4a7b3094968e255fa4da6ddb4cfa7066dd6273cb82af4f21eade1 WHIRLPOOL ed49a9e143495bb270cba1241784b59cf148a44f1521984b04775b2e4d2580c6c46263075638d4895181da09b5b401a423b857b7a01ca30c4add8e5331eba25e
+DIST foldl-1.0.5.tar.gz 7604 SHA256 88801b0db30cd01a49ea9fc03b45e3859dfac5b6c82d0ee787259c47efffd223 SHA512 ccddcfc1634b6e462bb115f2191d5295127dc302b0fd05a34577844fa5de1ce2813078429e7cea2108dde2faef987da47584b65d92fc5dd588cd1ec0201f8105 WHIRLPOOL 881146d750ad13ea5ed8d7ac16e489223bbbc647184970fee025455add81fb1f0ea4c96d20f946607e2fe64c24eac6b3bca55b9e7519156690672d538000399a
+DIST foldl-1.0.7.tar.gz 8533 SHA256 4991d3a39f10459e47b4c094327e93d437e299cd6225ff57b4d8d1ece28a1d57 SHA512 b2dd75560b48430be67ba11503b7f639739ba83e340a93df37a04f729d42e4fb06c46bb7fc878855737848de67e40988a184d78ff4500ac8d21890ccc112b033 WHIRLPOOL c77d8dac6572b24d1018b8a93251347c4c64bbf478f78875f422375511343bc1d6e133057c3dd0967e2624b4af62958b3d8104714e2b4bc2a1cd3899d96e41be
+DIST foldl-1.1.1.tar.gz 9544 SHA256 ef49feba75c927ab2a6b9afcdbe7730463ed379f1681ae12c15a1608c7a2f807 SHA512 36c51b4a406ae6c875353e3238c51fb2121a5b834149ba2fadd509682caf98304edf2413a1ee9aaaf602c894efe76995f084a54a3ffd9ed71979ac8b93fa2e27 WHIRLPOOL e54d09725886ff36b712ace877776687d24e3724614973e756e6822cd574631c35560a77bc3df4f6e40310804d96f08d334bca1ed41cb110bbc4eb268b3a179a
diff --git a/dev-haskell/foldl/foldl-1.0.2.ebuild b/dev-haskell/foldl/foldl-1.0.2.ebuild
new file mode 100644
index 00000000000..5117563903e
--- /dev/null
+++ b/dev-haskell/foldl/foldl-1.0.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Composable, streaming, and efficient left folds"
+HOMEPAGE="http://hackage.haskell.org/package/foldl"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="<dev-haskell/primitive-0.6:=[profile?]
+ >=dev-haskell/text-0.11.2.0:=[profile?]
+ >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.11:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8.0.2
+"
+
+src_prepare() {
+ cabal_chdeps \
+ 'text >= 0.11.2.0 && < 1.1' 'text >= 0.11.2.0'
+}
diff --git a/dev-haskell/foldl/foldl-1.0.5.ebuild b/dev-haskell/foldl/foldl-1.0.5.ebuild
new file mode 100644
index 00000000000..076a53138cc
--- /dev/null
+++ b/dev-haskell/foldl/foldl-1.0.5.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Composable, streaming, and efficient left folds"
+HOMEPAGE="http://hackage.haskell.org/package/foldl"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="<dev-haskell/primitive-0.6:=[profile?]
+ >=dev-haskell/text-0.11.2.0:=[profile?] <dev-haskell/text-1.2:=[profile?]
+ >=dev-haskell/transformers-0.2.0.0:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
+ >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.11:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8.0.2
+"
diff --git a/dev-haskell/foldl/foldl-1.0.7.ebuild b/dev-haskell/foldl/foldl-1.0.7.ebuild
new file mode 100644
index 00000000000..7491f53e24a
--- /dev/null
+++ b/dev-haskell/foldl/foldl-1.0.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.3.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Composable, streaming, and efficient left folds"
+HOMEPAGE="http://hackage.haskell.org/package/foldl"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="<dev-haskell/primitive-0.6:=[profile?]
+ >=dev-haskell/text-0.11.2.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
+ >=dev-haskell/transformers-0.2.0.0:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
+ >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.11:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8.0.2
+"
diff --git a/dev-haskell/foldl/foldl-1.1.1.ebuild b/dev-haskell/foldl/foldl-1.1.1.ebuild
new file mode 100644
index 00000000000..a9da26bd851
--- /dev/null
+++ b/dev-haskell/foldl/foldl-1.1.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.4.5.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Composable, streaming, and efficient left folds"
+HOMEPAGE="http://hackage.haskell.org/package/foldl"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/mwc-random-0.13.1.0:=[profile?] <dev-haskell/mwc-random-0.14:=[profile?]
+ <dev-haskell/primitive-0.7:=[profile?]
+ <dev-haskell/profunctors-5.2:=[profile?]
+ >=dev-haskell/text-0.11.2.0:=[profile?] <dev-haskell/text-1.3:=[profile?]
+ >=dev-haskell/transformers-0.2.0.0:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
+ >=dev-haskell/vector-0.7:=[profile?] <dev-haskell/vector-0.12:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8.0.2
+"
diff --git a/dev-haskell/foldl/metadata.xml b/dev-haskell/foldl/metadata.xml
new file mode 100644
index 00000000000..5cdf37ee3d0
--- /dev/null
+++ b/dev-haskell/foldl/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ This library provides strict left folds that stream in constant
+ memory, and you can combine folds using @Applicative@ style to derive new
+ folds. Derived folds still traverse the container just once and are often as
+ efficient as hand-written folds.
+ </longdescription>
+</pkgmetadata>