diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-04 13:37:03 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-08-04 13:37:03 +0000 |
commit | 50056a5ff2128fc2a466dcee518dc8b518955a6f (patch) | |
tree | 6f9254911f727499e04f509d284198177a69905c /dev-haskell/zlib | |
parent | Assign to HPPA herd. (diff) | |
download | gentoo-2-50056a5ff2128fc2a466dcee518dc8b518955a6f.tar.gz gentoo-2-50056a5ff2128fc2a466dcee518dc8b518955a6f.tar.bz2 gentoo-2-50056a5ff2128fc2a466dcee518dc8b518955a6f.zip |
Version bump.
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/zlib')
-rw-r--r-- | dev-haskell/zlib/ChangeLog | 7 | ||||
-rw-r--r-- | dev-haskell/zlib/zlib-0.5.3.1.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-haskell/zlib/ChangeLog b/dev-haskell/zlib/ChangeLog index e24cf194da33..590d1edece90 100644 --- a/dev-haskell/zlib/ChangeLog +++ b/dev-haskell/zlib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/zlib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/ChangeLog,v 1.14 2011/08/04 13:30:17 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib/ChangeLog,v 1.15 2011/08/04 13:37:03 slyfox Exp $ + +*zlib-0.5.3.1 (04 Aug 2011) + + 04 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> +zlib-0.5.3.1.ebuild: + Version bump. 04 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> -zlib-0.5.0.0.ebuild: Removed old. diff --git a/dev-haskell/zlib/zlib-0.5.3.1.ebuild b/dev-haskell/zlib/zlib-0.5.3.1.ebuild new file mode 100644 index 000000000000..fbf0f0939a68 --- /dev/null +++ b/dev-haskell/zlib/zlib-0.5.3.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2011 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.1.ebuild,v 1.1 2011/08/04 13:37:03 slyfox Exp $ + +# ebuild generated by hackport 0.2.13 + +EAPI="3" + +CABAL_FEATURES="lib profile haddock 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" |