summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-04-02 12:42:59 +0000
committerMark Wright <gienah@gentoo.org>2013-04-02 12:42:59 +0000
commit1fa5dabdadf2cfc02b26fddc9320a54ed3363e14 (patch)
treee00ef700e861075d500ce34c7682f30bccf38f63
parentBump blaze-markup to 0.5.1.5 (diff)
downloadgentoo-2-1fa5dabdadf2cfc02b26fddc9320a54ed3363e14.tar.gz
gentoo-2-1fa5dabdadf2cfc02b26fddc9320a54ed3363e14.tar.bz2
gentoo-2-1fa5dabdadf2cfc02b26fddc9320a54ed3363e14.zip
Loosen binary dep in bytestring-show-0.3.5.4-r2
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
-rw-r--r--dev-haskell/bytestring-show/ChangeLog10
-rw-r--r--dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r2.ebuild29
2 files changed, 37 insertions, 2 deletions
diff --git a/dev-haskell/bytestring-show/ChangeLog b/dev-haskell/bytestring-show/ChangeLog
index 3c7b3428ca06..b3e943bd3438 100644
--- a/dev-haskell/bytestring-show/ChangeLog
+++ b/dev-haskell/bytestring-show/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/bytestring-show
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/ChangeLog,v 1.4 2012/12/22 21:14:29 slyfox Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/ChangeLog,v 1.5 2013/04/02 12:42:59 gienah Exp $
+
+*bytestring-show-0.3.5.4-r2 (02 Apr 2013)
+
+ 02 Apr 2013; Mark Wright <gienah@gentoo.org>
+ +bytestring-show-0.3.5.4-r2.ebuild:
+ Loosen binary dep in bytestring-show-0.3.5.4-r2
*bytestring-show-0.3.5.4-r1 (22 Dec 2012)
diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r2.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r2.ebuild
new file mode 100644
index 000000000000..4ca2dfc002a2
--- /dev/null
+++ b/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2013 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.4-r2.ebuild,v 1.1 2013/04/02 12:42:59 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="<dev-haskell/binary-0.8:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.2.3"
+
+src_prepare() {
+ cabal_chdeps \
+ 'binary < 0.6' 'binary < 0.8'
+}