diff options
author | Mark Wright <gienah@gentoo.org> | 2012-06-02 06:31:15 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2012-06-02 06:31:15 +0000 |
commit | 567ef7f809dee8ac12806f9a4ecdd576c0ca1065 (patch) | |
tree | 1c11bd07703925fac45b1340be24cb53a8b477aa | |
parent | inherit multilib for get_libdir (diff) | |
download | gentoo-2-567ef7f809dee8ac12806f9a4ecdd576c0ca1065.tar.gz gentoo-2-567ef7f809dee8ac12806f9a4ecdd576c0ca1065.tar.bz2 gentoo-2-567ef7f809dee8ac12806f9a4ecdd576c0ca1065.zip |
Bump bytestring-show to 0.3.5.1
(Portage version: 2.1.10.63/cvs/Linux x86_64)
-rw-r--r-- | dev-haskell/bytestring-show/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/bytestring-show/bytestring-show-0.3.5.1.ebuild | 24 |
2 files changed, 31 insertions, 2 deletions
diff --git a/dev-haskell/bytestring-show/ChangeLog b/dev-haskell/bytestring-show/ChangeLog index 91c63e16deb5..3ee574eca1ab 100644 --- a/dev-haskell/bytestring-show/ChangeLog +++ b/dev-haskell/bytestring-show/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/bytestring-show -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/ChangeLog,v 1.1 2011/12/11 18:58:20 slyfox Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/ChangeLog,v 1.2 2012/06/02 06:31:15 gienah Exp $ + +*bytestring-show-0.3.5.1 (02 Jun 2012) + + 02 Jun 2012; Mark Wright <gienah@gentoo.org> +bytestring-show-0.3.5.1.ebuild: + Bump bytestring-show to 0.3.5.1 *bytestring-show-0.3.5 (11 Dec 2011) diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.1.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.1.ebuild new file mode 100644 index 000000000000..b388e8e93f7d --- /dev/null +++ b/dev-haskell/bytestring-show/bytestring-show-0.3.5.1.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/bytestring-show/bytestring-show-0.3.5.1.ebuild,v 1.1 2012/06/02 06:31:15 gienah Exp $ + +EAPI=4 + +# ebuild generated by hackport 0.2.18.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Efficient conversion of values into readable byte strings." +HOMEPAGE="http://code.haskell.org/~dolio/" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="<dev-haskell/binary-0.6[profile?] + >=dev-lang/ghc-6.8.2" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.2.3" |