summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-04-14 10:12:51 +0000
committerMark Wright <gienah@gentoo.org>2012-04-14 10:12:51 +0000
commit687a94bf7c1680f91b7c8112afc86c13de415fc6 (patch)
treeb1f36d90bbadf2f3f951ccff241878f409229cde /dev-haskell/zlib
parentBump zip-archive to 0.1.1.8 (diff)
downloadhistorical-687a94bf7c1680f91b7c8112afc86c13de415fc6.tar.gz
historical-687a94bf7c1680f91b7c8112afc86c13de415fc6.tar.bz2
historical-687a94bf7c1680f91b7c8112afc86c13de415fc6.zip
Bump dev-haskell/zlib to 0.5.3.3
Package-Manager: portage-2.1.10.56/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/zlib')
-rw-r--r--dev-haskell/zlib/ChangeLog8
-rw-r--r--dev-haskell/zlib/metadata.xml19
-rw-r--r--dev-haskell/zlib/zlib-0.5.3.3.ebuild24
3 files changed, 46 insertions, 5 deletions
diff --git a/dev-haskell/zlib/ChangeLog b/dev-haskell/zlib/ChangeLog
index b8cc81780357..617f383817e9 100644
--- a/dev-haskell/zlib/ChangeLog
+++ b/dev-haskell/zlib/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/zlib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/ChangeLog,v 1.21 2012/03/17 18:40:15 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/ChangeLog,v 1.22 2012/04/14 10:12:51 gienah Exp $
+
+*zlib-0.5.3.3 (14 Apr 2012)
+
+ 14 Apr 2012; Mark Wright <gienah@gentoo.org> +zlib-0.5.3.3.ebuild,
+ metadata.xml:
+ Bump dev-haskell/zlib to 0.5.3.3
17 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org> zlib-0.5.3.1.ebuild:
alpha/ia64/sparc stable (bug #399993).
diff --git a/dev-haskell/zlib/metadata.xml b/dev-haskell/zlib/metadata.xml
index 8c66906af531..a38247dae64a 100644
--- a/dev-haskell/zlib/metadata.xml
+++ b/dev-haskell/zlib/metadata.xml
@@ -1,8 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>haskell</herd>
-<maintainer>
- <email>haskell@gentoo.org</email>
-</maintainer>
+ <herd>haskell</herd>
+ <maintainer>
+ <email>haskell@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ This package provides a pure interface for compressing and
+ decompressing streams of data represented as lazy
+ &#39;ByteString&#39;s. It uses the zlib C library so it has high
+ performance. It supports the \&quot;zlib\&quot;, \&quot;gzip\&quot; and \&quot;raw\&quot;
+ compression formats.
+
+ It provides a convenient high level API suitable for most
+ tasks and for the few cases where more control is needed it
+ provides access to the full zlib feature set.
+ </longdescription>
</pkgmetadata>
diff --git a/dev-haskell/zlib/zlib-0.5.3.3.ebuild b/dev-haskell/zlib/zlib-0.5.3.3.ebuild
new file mode 100644
index 000000000000..33553d2bbd8a
--- /dev/null
+++ b/dev-haskell/zlib/zlib-0.5.3.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/zlib-0.5.3.3.ebuild,v 1.1 2012/04/14 10:12:51 gienah Exp $
+
+# ebuild generated by hackport 0.2.14
+
+EAPI="4"
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Compression and decompression in the gzip and zlib formats"
+HOMEPAGE="http://hackage.haskell.org/package/zlib"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~ppc-macos ~x86-macos"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.8.2
+ sys-libs/zlib"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"