public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lennart Kolmodin (kolmodin)" <kolmodin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/hunit: ChangeLog hunit-1.2.0.0.ebuild
Date: Thu, 30 Jul 2009 20:50:29 +0000	[thread overview]
Message-ID: <E1MWca5-0001dg-ND@stork.gentoo.org> (raw)

kolmodin    09/07/30 20:50:29

  Modified:             ChangeLog hunit-1.2.0.0.ebuild
  Log:
  Fix dev-haskell/hunit to compile with >=dev-lang/ghc-6.10
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.32                 dev-haskell/hunit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	19 Apr 2009 09:55:59 -0000	1.31
+++ ChangeLog	30 Jul 2009 20:50:29 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/hunit
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.31 2009/04/19 09:55:59 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.32 2009/07/30 20:50:29 kolmodin Exp $
+
+  30 Jul 2009; Lennart Kolmodin <kolmodin@gentoo.org> hunit-1.2.0.0.ebuild:
+  Make 1.2.0.0 compile with >=dev-lang/ghc-6.10.
 
 *hunit-1.2.0.3 (19 Apr 2009)
 



1.5                  dev-haskell/hunit/hunit-1.2.0.0.ebuild

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

Index: hunit-1.2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- hunit-1.2.0.0.ebuild	3 Oct 2008 23:46:30 -0000	1.4
+++ hunit-1.2.0.0.ebuild	30 Jul 2009 20:50:29 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.0.ebuild,v 1.4 2008/10/03 23:46:30 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.0.ebuild,v 1.5 2009/07/30 20:50:29 kolmodin Exp $
 
 CABAL_FEATURES="lib profile haddock"
 inherit base haskell-cabal
@@ -18,9 +18,16 @@
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.4"
+RDEPEND="${DEPEND}"
 
 S="${WORKDIR}/${MY_P}"
 
+src_unpack() {
+	base_src_unpack
+
+	sed -e 's/base/base<4/' -i "${S}/${MY_PN}.cabal"
+}
+
 src_install () {
 	cabal_src_install
 	if use doc; then






             reply	other threads:[~2009-07-30 20:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-30 20:50 Lennart Kolmodin (kolmodin) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-10-03 23:46 [gentoo-commits] gentoo-x86 commit in dev-haskell/hunit: ChangeLog hunit-1.2.0.0.ebuild Ferris McCormick (fmccor)
2008-07-06 20:26 Markus Meier (maekke)
2007-12-13 17:24 Duncan Coutts (dcoutts)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MWca5-0001dg-ND@stork.gentoo.org \
    --to=kolmodin@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox