public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/html: ChangeLog html-1.0.1.ebuild html-1.0-r1.ebuild
@ 2007-12-13  5:44 Duncan Coutts (dcoutts)
  0 siblings, 0 replies; only message in thread
From: Duncan Coutts (dcoutts) @ 2007-12-13  5:44 UTC (permalink / raw
  To: gentoo-commits

dcoutts     07/12/13 05:44:04

  Modified:             ChangeLog html-1.0.1.ebuild html-1.0-r1.ebuild
  Log:
  Updates for upward compatability with cabal-1.2 and ghc-6.8
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.24                 dev-haskell/html/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	13 Dec 2007 00:48:50 -0000	1.23
+++ ChangeLog	13 Dec 2007 05:44:03 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-haskell/html
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.23 2007/12/13 00:48:50 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/ChangeLog,v 1.24 2007/12/13 05:44:03 dcoutts Exp $
+
+  13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> html-1.0-r1.ebuild,
+  html-1.0.1.ebuild:
+  Updates for upward compatability with cabal-1.2 and ghc-6.8
 
   13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> html-1.0.ebuild:
   Remove unnecessary blocker.



1.6                  dev-haskell/html/html-1.0.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/html-1.0.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/html-1.0.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/html-1.0.1.ebuild?r1=1.5&r2=1.6

Index: html-1.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- html-1.0.1.ebuild	12 Dec 2007 13:50:54 -0000	1.5
+++ html-1.0.1.ebuild	13 Dec 2007 05:44:03 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.ebuild,v 1.5 2007/12/12 13:50:54 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0.1.ebuild,v 1.6 2007/12/13 05:44:03 dcoutts Exp $
 
 CABAL_FEATURES="lib profile haddock"
 inherit haskell-cabal
@@ -20,8 +20,7 @@
 
 S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}"
 
-# Sadly Setup.hs in the ghc-6.6.1 extralibs was not tested with Cabal-1.1.6.x
 src_unpack() {
 	unpack "${A}"
-	sed -i -e "/type Hook/ s/UserHooks/Maybe UserHooks/" "${S}/Setup.hs"
+	cabal-mksetup
 }



1.5                  dev-haskell/html/html-1.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/html-1.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/html-1.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/html/html-1.0-r1.ebuild?r1=1.4&r2=1.5

Index: html-1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- html-1.0-r1.ebuild	8 Jul 2007 15:36:36 -0000	1.4
+++ html-1.0-r1.ebuild	13 Dec 2007 05:44:03 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0-r1.ebuild,v 1.4 2007/07/08 15:36:36 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html/html-1.0-r1.ebuild,v 1.5 2007/12/13 05:44:03 dcoutts Exp $
 
 CABAL_FEATURES="lib profile haddock"
 inherit haskell-cabal
@@ -19,3 +19,8 @@
 DEPEND=">=dev-lang/ghc-6.6"
 
 S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}"
+
+src_unpack() {
+	unpack "${A}"
+	cabal-mksetup
+}



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-12-13  5:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-13  5:44 [gentoo-commits] gentoo-x86 commit in dev-haskell/html: ChangeLog html-1.0.1.ebuild html-1.0-r1.ebuild Duncan Coutts (dcoutts)

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