diff options
author | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-12-15 22:08:39 +0000 |
---|---|---|
committer | Lennart Kolmodin <kolmodin@gentoo.org> | 2009-12-15 22:08:39 +0000 |
commit | 8dda3a75683672bcb4c3b417ade83ca5770f8204 (patch) | |
tree | 9237241a5747ebb6d2f9008e4f840fb3e86fbe84 /dev-haskell | |
parent | Version bump dev-haskell/binary. (diff) | |
download | historical-8dda3a75683672bcb4c3b417ade83ca5770f8204.tar.gz historical-8dda3a75683672bcb4c3b417ade83ca5770f8204.tar.bz2 historical-8dda3a75683672bcb4c3b417ade83ca5770f8204.zip |
Version bump dev-haskell/bzlib.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/bzlib/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/bzlib/bzlib-0.5.0.0.ebuild | 20 |
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-haskell/bzlib/ChangeLog b/dev-haskell/bzlib/ChangeLog index 10b2206463ce..46092bdce875 100644 --- a/dev-haskell/bzlib/ChangeLog +++ b/dev-haskell/bzlib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/bzlib -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bzlib/ChangeLog,v 1.1 2007/12/15 18:37:41 dcoutts Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bzlib/ChangeLog,v 1.2 2009/12/15 22:08:39 kolmodin Exp $ + +*bzlib-0.5.0.0 (15 Dec 2009) + + 15 Dec 2009; <kolmodin@gentoo.org> +bzlib-0.5.0.0.ebuild: + Version bump. *bzlib-0.4.0.1 (15 Dec 2007) diff --git a/dev-haskell/bzlib/bzlib-0.5.0.0.ebuild b/dev-haskell/bzlib/bzlib-0.5.0.0.ebuild new file mode 100644 index 000000000000..3773f2e4d2cb --- /dev/null +++ b/dev-haskell/bzlib/bzlib-0.5.0.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bzlib/bzlib-0.5.0.0.ebuild,v 1.1 2009/12/15 22:08:39 kolmodin Exp $ + +CABAL_FEATURES="lib profile haddock" +inherit haskell-cabal + +DESCRIPTION="Compression and decompression in the bzip2 format" +HOMEPAGE="http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bzlib" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.6.1 + >=app-arch/bzip2-1.0" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2.1" |