public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/darcs: ChangeLog darcs-1.0.9.ebuild
@ 2008-09-29 21:56 Lennart Kolmodin (kolmodin)
  0 siblings, 0 replies; only message in thread
From: Lennart Kolmodin (kolmodin) @ 2008-09-29 21:56 UTC (permalink / raw
  To: gentoo-commits

kolmodin    08/09/29 21:56:34

  Modified:             ChangeLog darcs-1.0.9.ebuild
  Log:
  Patch dev-util/darcs-1.0.9 to add support for >=dev-lang/ghc-6.8
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.91                 dev-util/darcs/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	29 Sep 2008 21:11:45 -0000	1.90
+++ ChangeLog	29 Sep 2008 21:56:33 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/darcs
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/ChangeLog,v 1.90 2008/09/29 21:11:45 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/ChangeLog,v 1.91 2008/09/29 21:56:33 kolmodin Exp $
+
+  29 Sep 2008; Lennart Kolmodin <kolmodin@gentoo.org> darcs-1.0.9.ebuild:
+  Patch darcs-1.0.9 to add support for ghc-6.8.x
 
 *darcs-2.1.0_pre2 (29 Sep 2008)
 



1.14                 dev-util/darcs/darcs-1.0.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild?r1=1.13&r2=1.14

Index: darcs-1.0.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- darcs-1.0.9.ebuild	17 Jun 2008 00:19:51 -0000	1.13
+++ darcs-1.0.9.ebuild	29 Sep 2008 21:56:33 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild,v 1.13 2008/06/17 00:19:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/darcs/darcs-1.0.9.ebuild,v 1.14 2008/09/29 21:56:33 kolmodin Exp $
 
 inherit base autotools eutils
 
@@ -17,7 +17,6 @@
 
 DEPEND=">=net-misc/curl-7.10.2
 	>=dev-lang/ghc-6.2.2
-	<dev-lang/ghc-6.8
 	=dev-haskell/quickcheck-1*
 	dev-haskell/mtl
 	dev-haskell/html
@@ -43,7 +42,13 @@
 src_unpack() {
 	base_src_unpack
 
+	# For GHC 6.8* compatibility, make sure
+	#  * the new openFd/fdToHandle API is found
+	#  * to use the containers package, if it exists
+	# Works with all GHC versions
 	cd "${S}"
+	epatch "${FILESDIR}/${PN}-1.1.0pre1-ghc68.patch"
+
 	epatch "${FILESDIR}/${P}-bashcomp.patch"
 
 	# If we're going to use the CFLAGS with GHC's -optc flag then we'd better






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

only message in thread, other threads:[~2008-09-29 21:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-29 21:56 [gentoo-commits] gentoo-x86 commit in dev-util/darcs: ChangeLog darcs-1.0.9.ebuild Lennart Kolmodin (kolmodin)

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