summaryrefslogtreecommitdiff
path: root/dev-haskell/zlib-enum
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/zlib-enum
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/zlib-enum')
-rw-r--r--dev-haskell/zlib-enum/Manifest2
-rw-r--r--dev-haskell/zlib-enum/metadata.xml12
-rw-r--r--dev-haskell/zlib-enum/zlib-enum-0.2.3-r1.ebuild28
-rw-r--r--dev-haskell/zlib-enum/zlib-enum-0.2.3.1.ebuild34
4 files changed, 76 insertions, 0 deletions
diff --git a/dev-haskell/zlib-enum/Manifest b/dev-haskell/zlib-enum/Manifest
new file mode 100644
index 00000000000..85f85dff630
--- /dev/null
+++ b/dev-haskell/zlib-enum/Manifest
@@ -0,0 +1,2 @@
+DIST zlib-enum-0.2.3.1.tar.gz 4652 SHA256 e43dc9ea85ceea02c4f4204c95e8d8540205839c58079f9399dfa96e63fdccd9 SHA512 e68c72ab44922fa2df3b2bc718f65ce313be24742e2edfcbb97cb12f7963e9448aa68ba2e64ef08369b07f641773f4688a787615f76dd183982089ef7fe68a8c WHIRLPOOL 8eb1d8e5ce9b87656e01ccb24fca35d6c7e54061e5d413da4b12547e48d3dd3772cc25f6bcb9db9cb67d3ece6a5bc50cce8eddc066630db3bec50a93444ffdd0
+DIST zlib-enum-0.2.3.tar.gz 4652 SHA256 21b644a72ae4b971d4a6229801f3e1f424ec62579c17092ed88a32ca09142753 SHA512 15f6bae4e853c8546d234eb9f40c5b799aa986d0a63855c839641f3dcc9a692bdab366b16b7ec4113533333ffbcb5f21ddbef8e114524d7c9bc2773d136182a1 WHIRLPOOL 84b797b5e3928cd0f454209c9abf9e43369d90ceaa8f8aceb1498688b176c3900fe5c022bf6592eb824848ec8e0f0395fd81dea0d639a02e3bcb619b797df8a8
diff --git a/dev-haskell/zlib-enum/metadata.xml b/dev-haskell/zlib-enum/metadata.xml
new file mode 100644
index 00000000000..1f0cdeb1018
--- /dev/null
+++ b/dev-haskell/zlib-enum/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>haskell</herd>
+ <longdescription>
+ zlib-enum is a stop-gap package to provide enumeratees for
+ zlib compression/decompression.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">maltem/zlib-enum</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-haskell/zlib-enum/zlib-enum-0.2.3-r1.ebuild b/dev-haskell/zlib-enum/zlib-enum-0.2.3-r1.ebuild
new file mode 100644
index 00000000000..61a60ba3603
--- /dev/null
+++ b/dev-haskell/zlib-enum/zlib-enum-0.2.3-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.4.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Enumerator interface for zlib compression"
+HOMEPAGE="http://github.com/maltem/zlib-enum"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/enumerator-0.4:=[profile?] <dev-haskell/enumerator-0.5:=[profile?]
+ >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?]
+ >=dev-haskell/zlib-bindings-0.1:=[profile?] <dev-haskell/zlib-bindings-0.2:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6.0.3
+"
diff --git a/dev-haskell/zlib-enum/zlib-enum-0.2.3.1.ebuild b/dev-haskell/zlib-enum/zlib-enum-0.2.3.1.ebuild
new file mode 100644
index 00000000000..b89cb39b30c
--- /dev/null
+++ b/dev-haskell/zlib-enum/zlib-enum-0.2.3.1.ebuild
@@ -0,0 +1,34 @@
+# 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.9999
+#hackport: flags: -test
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Enumerator interface for zlib compression"
+HOMEPAGE="http://github.com/maltem/zlib-enum"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND=">=dev-haskell/enumerator-0.4:=[profile?] <dev-haskell/enumerator-0.5:=[profile?]
+ >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
+ >=dev-haskell/zlib-bindings-0.1:=[profile?] <dev-haskell/zlib-bindings-0.2:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"
+
+src_configure() {
+ haskell-cabal_src_configure \
+ --flag=-test
+}