summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 08:59:41 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-04-19 08:59:41 +0000
commit7329af66f777f2ae2fcfe9d4cc5ce3bd94b7875a (patch)
tree2c1ce39c2e6d4c935331323b2464b8c3dc4dd678 /dev-haskell/zlib
parentVersion bump (seems to be a bugfix only release). (diff)
downloadgentoo-2-7329af66f777f2ae2fcfe9d4cc5ce3bd94b7875a.tar.gz
gentoo-2-7329af66f777f2ae2fcfe9d4cc5ce3bd94b7875a.tar.bz2
gentoo-2-7329af66f777f2ae2fcfe9d4cc5ce3bd94b7875a.zip
Version bump dev-haskell/zlib
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/zlib')
-rw-r--r--dev-haskell/zlib/ChangeLog9
-rw-r--r--dev-haskell/zlib/zlib-0.5.0.0.ebuild19
2 files changed, 26 insertions, 2 deletions
diff --git a/dev-haskell/zlib/ChangeLog b/dev-haskell/zlib/ChangeLog
index 5ecb3f924977..9338a8a06735 100644
--- a/dev-haskell/zlib/ChangeLog
+++ b/dev-haskell/zlib/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/zlib
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/ChangeLog,v 1.1 2007/12/15 18:38:45 dcoutts Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/ChangeLog,v 1.2 2009/04/19 08:59:41 kolmodin Exp $
+
+*zlib-0.5.0.0 (19 Apr 2009)
+
+ 19 Apr 2009; Lennart Kolmodin <kolmodin@gentoo.org> +zlib-0.5.0.0.ebuild:
+ Version bump.
*zlib-0.4.0.1 (15 Dec 2007)
diff --git a/dev-haskell/zlib/zlib-0.5.0.0.ebuild b/dev-haskell/zlib/zlib-0.5.0.0.ebuild
new file mode 100644
index 000000000000..f8a9db716963
--- /dev/null
+++ b/dev-haskell/zlib/zlib-0.5.0.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/zlib-0.5.0.0.ebuild,v 1.1 2009/04/19 08:59:41 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Compression and decompression in the gzip and zlib formats"
+HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+DEPEND=">=dev-lang/ghc-6.6.1
+ >=dev-haskell/cabal-1.2.1
+ >=sys-libs/zlib-1.2"