summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2013-05-11 18:45:01 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2013-05-11 18:45:01 +0000
commit4d399dad6509bd75a41257dd8bcb26bcd1b4485e (patch)
treece4532fa841d4ecdab867ac26642213891e97a1d /dev-haskell/bytestring-show
parentmissing docbook dep (diff)
downloadgentoo-2-4d399dad6509bd75a41257dd8bcb26bcd1b4485e.tar.gz
gentoo-2-4d399dad6509bd75a41257dd8bcb26bcd1b4485e.tar.bz2
gentoo-2-4d399dad6509bd75a41257dd8bcb26bcd1b4485e.zip
Version bump.
(Portage version: 2.2.0_alpha173_p24/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/bytestring-show')
-rw-r--r--dev-haskell/bytestring-show/ChangeLog9
-rw-r--r--dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r1.ebuild29
-rw-r--r--dev-haskell/bytestring-show/bytestring-show-0.3.5.5.ebuild (renamed from dev-haskell/bytestring-show/bytestring-show-0.3.5.1.ebuild)16
3 files changed, 16 insertions, 38 deletions
diff --git a/dev-haskell/bytestring-show/ChangeLog b/dev-haskell/bytestring-show/ChangeLog
index b3e943bd3438..927220522763 100644
--- a/dev-haskell/bytestring-show/ChangeLog
+++ b/dev-haskell/bytestring-show/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-haskell/bytestring-show
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/bytestring-show/ChangeLog,v 1.6 2013/05/11 18:45:01 slyfox Exp $
+
+*bytestring-show-0.3.5.5 (11 May 2013)
+
+ 11 May 2013; Sergei Trofimovich <slyfox@gentoo.org>
+ +bytestring-show-0.3.5.5.ebuild, -bytestring-show-0.3.5.1.ebuild,
+ -bytestring-show-0.3.5.4-r1.ebuild:
+ Version bump.
*bytestring-show-0.3.5.4-r2 (02 Apr 2013)
diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r1.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r1.ebuild
deleted file mode 100644
index 17aae1ac05d9..000000000000
--- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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.4-r1.ebuild,v 1.1 2012/12/22 21:14:29 slyfox 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.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'
-}
diff --git a/dev-haskell/bytestring-show/bytestring-show-0.3.5.1.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.5.ebuild
index 9f63b9a3df20..0183607d2d81 100644
--- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.1.ebuild
+++ b/dev-haskell/bytestring-show/bytestring-show-0.3.5.5.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.1.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.5.ebuild,v 1.1 2013/05/11 18:45:01 slyfox Exp $
-EAPI=4
+EAPI=5
-# ebuild generated by hackport 0.2.18.9999
+# ebuild generated by hackport 0.3.2.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
@@ -14,11 +14,11 @@ 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[profile?]
- >=dev-lang/ghc-6.8.2"
+RDEPEND="<dev-haskell/binary-0.8:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.2.3"
+ >=dev-haskell/cabal-1.6"