From ca0385b16f9e5d505155f2910e5c4b5a6099a1ca Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 2 Apr 2012 17:02:04 +0000 Subject: Version bump. Fixes build failure against ghc-7.4 (bug #410539 by Julien Sanchez). Removed old as the loosening dep range was the sole change upstream. (Portage version: 2.2.0_alpha96_p5/cvs/Linux x86_64) --- dev-haskell/base-unicode-symbols/ChangeLog | 11 +++++++++-- .../base-unicode-symbols-0.2.2.2.ebuild | 23 ---------------------- .../base-unicode-symbols-0.2.2.3.ebuild | 23 ++++++++++++++++++++++ 3 files changed, 32 insertions(+), 25 deletions(-) delete mode 100644 dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.2.ebuild create mode 100644 dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild (limited to 'dev-haskell') diff --git a/dev-haskell/base-unicode-symbols/ChangeLog b/dev-haskell/base-unicode-symbols/ChangeLog index ca51395a8fd1..120971077240 100644 --- a/dev-haskell/base-unicode-symbols/ChangeLog +++ b/dev-haskell/base-unicode-symbols/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-haskell/base-unicode-symbols -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog,v 1.1 2011/12/04 18:04:10 slyfox Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/ChangeLog,v 1.2 2012/04/02 17:02:04 slyfox Exp $ + +*base-unicode-symbols-0.2.2.3 (02 Apr 2012) + + 02 Apr 2012; Sergei Trofimovich + +base-unicode-symbols-0.2.2.3.ebuild, -base-unicode-symbols-0.2.2.2.ebuild: + Version bump. Fixes build failure against ghc-7.4 (bug #410539 by Julien + Sanchez). Removed old as the loosening dep range was the sole change upstream. *base-unicode-symbols-0.2.2.2 (04 Dec 2011) diff --git a/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.2.ebuild b/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.2.ebuild deleted file mode 100644 index 044df6e5fa76..000000000000 --- a/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.2.ebuild,v 1.1 2011/12/04 18:04:10 slyfox Exp $ - -# ebuild generated by hackport 0.2.13 - -EAPI="3" - -CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal - -DESCRIPTION="Unicode alternatives for common functions and operators" -HOMEPAGE="http://haskell.org/haskellwiki/Unicode-symbols" -SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-lang/ghc-6.8.2" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" diff --git a/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild b/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild new file mode 100644 index 000000000000..f78b09fff2e5 --- /dev/null +++ b/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.2.3.ebuild,v 1.1 2012/04/02 17:02:03 slyfox Exp $ + +# ebuild generated by hackport 0.2.14 + +EAPI="3" + +CABAL_FEATURES="lib profile haddock hoogle hscolour" +inherit haskell-cabal + +DESCRIPTION="Unicode alternatives for common functions and operators" +HOMEPAGE="http://haskell.org/haskellwiki/Unicode-symbols" +SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-lang/ghc-6.8.2" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.6" -- cgit v1.2.3-65-gdbad