slyfox 15/08/01 15:45:57 Modified: frown-0.6.1-r1.ebuild ChangeLog Log: Port to ghc-7.10. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Revision Changes Path 1.14 dev-haskell/frown/frown-0.6.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/frown/frown-0.6.1-r1.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/frown/frown-0.6.1-r1.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/frown/frown-0.6.1-r1.ebuild?r1=1.13&r2=1.14 Index: frown-0.6.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/frown/frown-0.6.1-r1.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- frown-0.6.1-r1.ebuild 13 Jul 2012 20:42:04 -0000 1.13 +++ frown-0.6.1-r1.ebuild 1 Aug 2015 15:45:57 -0000 1.14 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/frown/frown-0.6.1-r1.ebuild,v 1.13 2012/07/13 20:42:04 qnikst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/frown-0.6.1-r1.ebuild,v 1.14 2015/08/01 15:45:57 slyfox Exp $ EAPI="4" @@ -21,9 +21,8 @@ S="${WORKDIR}/Frown-${PV}" src_prepare() { - # enabling optimisation is strongly recommended - echo "ghc-options: -O" >> "${S}/frown.cabal" epatch "${FILESDIR}/${P}-ghc74.patch" + epatch "${FILESDIR}"/${P}-ghc-7.10.patch } src_install() { 1.16 dev-haskell/frown/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/frown/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/frown/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/frown/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-haskell/frown/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 13 Jul 2012 20:42:04 -0000 1.15 +++ ChangeLog 1 Aug 2015 15:45:57 -0000 1.16 @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/frown -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/ChangeLog,v 1.15 2012/07/13 20:42:04 qnikst Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/frown/ChangeLog,v 1.16 2015/08/01 15:45:57 slyfox Exp $ + + 01 Aug 2015; Sergei Trofimovich <[email protected]> + +files/frown-0.6.1-ghc-7.10.patch, frown-0.6.1-r1.ebuild: + Port to ghc-7.10. 14 Jul 2012; Alexander Vershilov <[email protected]> frown-0.6.1-r1.ebuild, +files/frown-0.6.1-ghc74.patch: @@ -58,4 +62,3 @@ 14 Dec 2005; Andres Loeh <[email protected]> +metadata.xml, +frown-0.6.ebuild: Initial import. -
