slyfox 15/01/02 18:26:47 Modified: uniqueid-0.1.1.ebuild ChangeLog Log: Fix against ghc-7.8 (bug #534332 by Toralf Förster). (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.2 dev-haskell/uniqueid/uniqueid-0.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild?r1=1.1&r2=1.2 Index: uniqueid-0.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- uniqueid-0.1.1.ebuild 26 Aug 2013 12:34:27 -0000 1.1 +++ uniqueid-0.1.1.ebuild 2 Jan 2015 18:26:47 -0000 1.2 @@ -1,13 +1,13 @@ -# Copyright 1999-2013 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/uniqueid/uniqueid-0.1.1.ebuild,v 1.1 2013/08/26 12:34:27 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/uniqueid-0.1.1.ebuild,v 1.2 2015/01/02 18:26:47 slyfox Exp $ EAPI=5 # ebuild generated by hackport 0.3.9999 CABAL_FEATURES="lib profile haddock hoogle hscolour" -inherit haskell-cabal +inherit eutils haskell-cabal DESCRIPTION="Splittable Unique Identifier Supply" HOMEPAGE="http://github.com/sebfisch/uniqueid/wikis" @@ -18,6 +18,10 @@ KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=">=dev-lang/ghc-6.10.4:=" +RDEPEND=">=dev-lang/ghc-7.8.1:=" DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6" + >=dev-haskell/cabal-1.6" + +src_prepare() { + epatch "${FILESDIR}"/${P}-ghc-7.8.patch +} 1.3 dev-haskell/uniqueid/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/uniqueid/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 25 Jul 2014 08:58:31 -0000 1.2 +++ ChangeLog 2 Jan 2015 18:26:47 -0000 1.3 @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/uniqueid -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/ChangeLog,v 1.2 2014/07/25 08:58:31 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/uniqueid/ChangeLog,v 1.3 2015/01/02 18:26:47 slyfox Exp $ + + 02 Jan 2015; Sergei Trofimovich <[email protected]> + +files/uniqueid-0.1.1-ghc-7.8.patch, uniqueid-0.1.1.ebuild: + Fix against ghc-7.8 (bug #534332 by Toralf Förster). 25 Jul 2014; Sergei Trofimovich <[email protected]> metadata.xml: Drop redundant '<maintainer>' field, leave only '<herd>'.
