gienah 15/01/03 04:22:38 Modified: text-icu-0.7.0.0.ebuild ChangeLog Log: Patch text-icu-0.7.0.0 for ghc 7.10 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Revision Changes Path 1.3 dev-haskell/text-icu/text-icu-0.7.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild?r1=1.2&r2=1.3 Index: text-icu-0.7.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- text-icu-0.7.0.0.ebuild 25 Dec 2014 17:31:32 -0000 1.2 +++ text-icu-0.7.0.0.ebuild 3 Jan 2015 04:22:38 -0000 1.3 @@ -1,13 +1,13 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild,v 1.2 2014/12/25 17:31:32 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/text-icu-0.7.0.0.ebuild,v 1.3 2015/01/03 04:22:38 gienah Exp $ EAPI=5 # ebuild generated by hackport 0.4.3.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal +inherit base haskell-cabal DESCRIPTION="Bindings to the ICU library" HOMEPAGE="https://github.com/bos/text-icu" @@ -31,3 +31,5 @@ >=dev-haskell/test-framework-hunit-0.2 >=dev-haskell/test-framework-quickcheck2-0.2 ) " + +PATCHES=("${FILESDIR}/${PN}-0.7.0.0-ghc-7.10.patch") 1.10 dev-haskell/text-icu/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-icu/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-icu/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/text-icu/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 25 Dec 2014 17:31:32 -0000 1.9 +++ ChangeLog 3 Jan 2015 04:22:38 -0000 1.10 @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/text-icu -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/ChangeLog,v 1.9 2014/12/25 17:31:32 dilfridge Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/text-icu/ChangeLog,v 1.10 2015/01/03 04:22:38 gienah Exp $ + + 03 Jan 2015; Mark Wright <[email protected]> + +files/text-icu-0.7.0.0-ghc-7.10.patch, text-icu-0.7.0.0.ebuild: + Patch text-icu-0.7.0.0 for ghc 7.10 25 Dec 2014; Andreas K. Huettel <[email protected]> text-icu-0.6.3.7-r1.ebuild, text-icu-0.7.0.0.ebuild:
