public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/gio: gio-0.13.0.4.ebuild ChangeLog
@ 2015-03-11  7:42 Mark Wright (gienah)
  0 siblings, 0 replies; only message in thread
From: Mark Wright (gienah) @ 2015-03-11  7:42 UTC (permalink / raw
  To: gentoo-commits

gienah      15/03/11 07:42:25

  Modified:             gio-0.13.0.4.ebuild ChangeLog
  Log:
  Workaround module order for ghc 7.10 in gio-0.13.0.4.ebuild
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.2                  dev-haskell/gio/gio-0.13.0.4.ebuild

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

Index: gio-0.13.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.13.0.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gio-0.13.0.4.ebuild	3 Jan 2015 10:32:11 -0000	1.1
+++ gio-0.13.0.4.ebuild	11 Mar 2015 07:42:25 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.13.0.4.ebuild,v 1.1 2015/01/03 10:32:11 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/gio-0.13.0.4.ebuild,v 1.2 2015/03/11 07:42:25 gienah Exp $
 
 EAPI=5
 
@@ -31,3 +31,10 @@
 "
 
 PATCHES=("${FILESDIR}/${PN}-0.13.0.4-ghc-7.10.patch")
+
+src_prepare() {
+	base_src_prepare
+	# workaround for module order
+	cabal_chdeps \
+		'other-modules:' 'exposed-modules:'
+}



1.28                 dev-haskell/gio/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	3 Jan 2015 10:32:11 -0000	1.27
+++ ChangeLog	11 Mar 2015 07:42:25 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/gio
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v 1.27 2015/01/03 10:32:11 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gio/ChangeLog,v 1.28 2015/03/11 07:42:25 gienah Exp $
+
+  11 Mar 2015; Mark Wright <gienah@gentoo.org> gio-0.13.0.4.ebuild:
+  Workaround module order for ghc 7.10 in gio-0.13.0.4.ebuild
 
 *gio-0.13.0.4 (03 Jan 2015)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-11  7:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-11  7:42 [gentoo-commits] gentoo-x86 commit in dev-haskell/gio: gio-0.13.0.4.ebuild ChangeLog Mark Wright (gienah)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox