From 1c85ef093fafb6af0a5ea44b9940f0cbc43651e0 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Sat, 22 Dec 2012 21:14:29 +0000 Subject: Version bump. (Portage version: 2.2.0_alpha149_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA) --- dev-haskell/bytestring-show/ChangeLog | 8 +++++- .../bytestring-show-0.3.5.4-r1.ebuild | 29 ++++++++++++++++++++++ .../bytestring-show/bytestring-show-0.3.5.ebuild | 24 ------------------ 3 files changed, 36 insertions(+), 25 deletions(-) create mode 100644 dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r1.ebuild delete mode 100644 dev-haskell/bytestring-show/bytestring-show-0.3.5.ebuild (limited to 'dev-haskell/bytestring-show') 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 + +bytestring-show-0.3.5.4-r1.ebuild, -bytestring-show-0.3.5.ebuild: + Version bump. 12 Sep 2012; Alexander Vershilov 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.4-r1.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r1.ebuild new file mode 100644 index 000000000000..17aae1ac05d9 --- /dev/null +++ b/dev-haskell/bytestring-show/bytestring-show-0.3.5.4-r1.ebuild @@ -0,0 +1,29 @@ +# 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-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.ebuild b/dev-haskell/bytestring-show/bytestring-show-0.3.5.ebuild deleted file mode 100644 index 273ab9d0f16a..000000000000 --- a/dev-haskell/bytestring-show/bytestring-show-0.3.5.ebuild +++ /dev/null @@ -1,24 +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.ebuild,v 1.2 2012/09/12 15:32:52 qnikst Exp $ - -# ebuild generated by hackport 0.2.14 - -EAPI="3" - -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" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="=dev-lang/ghc-6.12" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.2.3" -- cgit v1.2.3-65-gdbad