summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-12-22 21:14:29 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-12-22 21:14:29 +0000
commit1c85ef093fafb6af0a5ea44b9940f0cbc43651e0 (patch)
tree8830ff2702c864583cf3d185756ee474692a3619 /dev-haskell/bytestring-show
parentVersion bump. (diff)
downloadgentoo-2-1c85ef093fafb6af0a5ea44b9940f0cbc43651e0.tar.gz
gentoo-2-1c85ef093fafb6af0a5ea44b9940f0cbc43651e0.tar.bz2
gentoo-2-1c85ef093fafb6af0a5ea44b9940f0cbc43651e0.zip
Version bump.
(Portage version: 2.2.0_alpha149_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/bytestring-show')
-rw-r--r--dev-haskell/bytestring-show/ChangeLog8
-rw-r--r--dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r1.ebuild (renamed from dev-haskell/bytestring-show/bytestring-show-0.3.5.ebuild)17
2 files changed, 18 insertions, 7 deletions
diff --git a/dev-haskell/bytestring-show/ChangeLog b/dev-haskell/bytestring-show/ChangeLog
index 38fddf1a01c1..3c7b3428ca06 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.3 2012/09/12 15:32:52 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/ChangeLog,v 1.4 2012/12/22 21:14:29 slyfox Exp $
+
+*bytestring-show-0.3.5.4-r1 (22 Dec 2012)
+
+ 22 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org>
+ +bytestring-show-0.3.5.4-r1.ebuild, -bytestring-show-0.3.5.ebuild:
+ Version bump.
12 Sep 2012; Alexander Vershilov <qnikst@gentoo.org>
bytestring-show-0.3.5.1.ebuild, bytestring-show-0.3.5.ebuild:
diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r1.ebuild
index 273ab9d0f16a..17aae1ac05d9 100644
--- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.ebuild
+++ b/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r1.ebuild
@@ -1,10 +1,10 @@
# 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.ebuild,v 1.2 2012/09/12 15:32:52 qnikst Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r1.ebuild,v 1.1 2012/12/22 21:14:29 slyfox Exp $
-# ebuild generated by hackport 0.2.14
+EAPI=5
-EAPI="3"
+# ebuild generated by hackport 0.3.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
@@ -14,11 +14,16 @@ HOMEPAGE="http://code.haskell.org/~dolio/"
SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
-SLOT="0"
+SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="<dev-haskell/binary-0.6
- >=dev-lang/ghc-6.12"
+RDEPEND="<dev-haskell/binary-0.7:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.2.3"
+
+src_prepare() {
+ cabal_chdeps \
+ 'binary < 0.6' 'binary < 0.7'
+}