slyfox      15/08/02 22:05:49

  Modified:             lvmlib-1.1.ebuild ChangeLog
  Log:
  Port to ghc-7.10, bug #556536 by Toralf Förster.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
611FF3AA)

Revision  Changes    Path
1.2                  dev-haskell/lvmlib/lvmlib-1.1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/lvmlib/lvmlib-1.1.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/lvmlib/lvmlib-1.1.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/lvmlib/lvmlib-1.1.ebuild?r1=1.1&r2=1.2

Index: lvmlib-1.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/lvmlib/lvmlib-1.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lvmlib-1.1.ebuild   1 Aug 2015 11:58:27 -0000       1.1
+++ lvmlib-1.1.ebuild   2 Aug 2015 22:05:49 -0000       1.2
@@ -1,13 +1,13 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lvmlib/lvmlib-1.1.ebuild,v 1.1 
2015/08/01 11:58:27 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lvmlib/lvmlib-1.1.ebuild,v 1.2 
2015/08/02 22:05:49 slyfox Exp $
 
 EAPI=5
 
 # ebuild generated by hackport 0.4.4.9999
 
 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
-inherit haskell-cabal
+inherit eutils haskell-cabal
 
 DESCRIPTION="The Lazy Virtual Machine (LVM)"
 HOMEPAGE="http://www.cs.uu.nl/wiki/bin/view/Helium/WebHome";
@@ -25,3 +25,7 @@
 DEPEND="${RDEPEND}
        >=dev-haskell/cabal-1.10.1.0
 "
+
+src_prepare() {
+       epatch "${FILESDIR}"/${PN}-1.1-ghc-7.10.patch
+}



1.2                  dev-haskell/lvmlib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/lvmlib/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/lvmlib/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/lvmlib/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/lvmlib/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   1 Aug 2015 11:58:27 -0000       1.1
+++ ChangeLog   2 Aug 2015 22:05:49 -0000       1.2
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/lvmlib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lvmlib/ChangeLog,v 1.1 
2015/08/01 11:58:27 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/lvmlib/ChangeLog,v 1.2 
2015/08/02 22:05:49 slyfox Exp $
+
+  02 Aug 2015; Sergei Trofimovich <[email protected]>
+  +files/lvmlib-1.1-ghc-7.10.patch, lvmlib-1.1.ebuild:
+  Port to ghc-7.10, bug #556536 by Toralf Förster.
 
 *lvmlib-1.1 (01 Aug 2015)
 




Reply via email to