public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/hunit: ChangeLog hunit-1.2.0.0.ebuild
@ 2007-12-13 17:24 Duncan Coutts (dcoutts)
  0 siblings, 0 replies; 4+ messages in thread
From: Duncan Coutts (dcoutts) @ 2007-12-13 17:24 UTC (permalink / raw
  To: gentoo-commits

dcoutts     07/12/13 17:24:40

  Modified:             ChangeLog
  Added:                hunit-1.2.0.0.ebuild
  Log:
  New version.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.25                 dev-haskell/hunit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	13 Dec 2007 05:44:32 -0000	1.24
+++ ChangeLog	13 Dec 2007 17:24:40 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/hunit
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.24 2007/12/13 05:44:32 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.25 2007/12/13 17:24:40 dcoutts Exp $
+
+*hunit-1.2.0.0 (13 Dec 2007)
+
+  13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> +hunit-1.2.0.0.ebuild:
+  New version.
 
   13 Dec 2007; Duncan Coutts <dcoutts@gentoo.org> hunit-1.1-r1.ebuild,
   hunit-1.1.1.ebuild:



1.1                  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.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.0.ebuild?rev=1.1&content-type=text/plain

Index: hunit-1.2.0.0.ebuild
===================================================================
# Copyright 1999-2007 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.1 2007/12/13 17:24:40 dcoutts Exp $

CABAL_FEATURES="lib profile haddock"
inherit base haskell-cabal

MY_PN="HUnit"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A unit testing framework for Haskell."
HOMEPAGE="http://haskell.org/ghc/"
SRC_URI="http://hackage.haskell.org/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""

DEPEND=">=dev-lang/ghc-6.4"

S="${WORKDIR}/${MY_P}"

src_install () {
	cabal_src_install
	if use doc; then
		dohtml -r "${S}/doc/"*
	fi
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-haskell/hunit: ChangeLog hunit-1.2.0.0.ebuild
@ 2008-07-06 20:26 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2008-07-06 20:26 UTC (permalink / raw
  To: gentoo-commits

maekke      08/07/06 20:26:09

  Modified:             ChangeLog hunit-1.2.0.0.ebuild
  Log:
  amd64/x86 stable, bug #230919
  (Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc8 i686)

Revision  Changes    Path
1.28                 dev-haskell/hunit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	16 Dec 2007 20:32:53 -0000	1.27
+++ ChangeLog	6 Jul 2008 20:26:08 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/hunit
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.27 2007/12/16 20:32:53 drac Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.28 2008/07/06 20:26:08 maekke Exp $
+
+  06 Jul 2008; Markus Meier <maekke@gentoo.org> hunit-1.2.0.0.ebuild:
+  amd64/x86 stable, bug #230919
 
   16 Dec 2007; Samuli Suominen <drac@gentoo.org> hunit-1.1.1.ebuild:
   amd64 stable wrt #201984



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.0.ebuild?r1=1.1&r2=1.2

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- hunit-1.2.0.0.ebuild	13 Dec 2007 17:24:40 -0000	1.1
+++ hunit-1.2.0.0.ebuild	6 Jul 2008 20:26:08 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 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.1 2007/12/13 17:24:40 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.0.ebuild,v 1.2 2008/07/06 20:26:08 maekke Exp $
 
 CABAL_FEATURES="lib profile haddock"
 inherit base haskell-cabal
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.4"



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-haskell/hunit: ChangeLog hunit-1.2.0.0.ebuild
@ 2008-10-03 23:46 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 4+ messages in thread
From: Ferris McCormick (fmccor) @ 2008-10-03 23:46 UTC (permalink / raw
  To: gentoo-commits

fmccor      08/10/03 23:46:30

  Modified:             ChangeLog hunit-1.2.0.0.ebuild
  Log:
  Sparc stable, Bug #239465.
  (Portage version: 2.2_rc11/cvs/Linux 2.6.20-gentoo-r8 x86_64)

Revision  Changes    Path
1.30                 dev-haskell/hunit/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	15 Jul 2008 05:49:37 -0000	1.29
+++ ChangeLog	3 Oct 2008 23:46:30 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/hunit
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.29 2008/07/15 05:49:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/ChangeLog,v 1.30 2008/10/03 23:46:30 fmccor Exp $
+
+  03 Oct 2008; Ferris McCormick <fmccor@gentoo.org> hunit-1.2.0.0.ebuild:
+  Sparc stable, Bug #239465.
 
   15 Jul 2008; Jeroen Roovers <jer@gentoo.org> hunit-1.1-r1.ebuild,
   hunit-1.1.1.ebuild, hunit-1.2.0.0.ebuild:



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/hunit/hunit-1.2.0.0.ebuild?r1=1.3&r2=1.4

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.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- hunit-1.2.0.0.ebuild	15 Jul 2008 05:49:37 -0000	1.3
+++ hunit-1.2.0.0.ebuild	3 Oct 2008 23:46:30 -0000	1.4
@@ -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-haskell/hunit/hunit-1.2.0.0.ebuild,v 1.3 2008/07/15 05:49:37 jer Exp $
+# $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 $
 
 CABAL_FEATURES="lib profile haddock"
 inherit base haskell-cabal
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc sparc x86"
 IUSE=""
 
 DEPEND=">=dev-lang/ghc-6.4"






^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-haskell/hunit: ChangeLog hunit-1.2.0.0.ebuild
@ 2009-07-30 20:50 Lennart Kolmodin (kolmodin)
  0 siblings, 0 replies; 4+ messages in thread
From: Lennart Kolmodin (kolmodin) @ 2009-07-30 20:50 UTC (permalink / raw
  To: gentoo-commits

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






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-07-30 20:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-06 20:26 [gentoo-commits] gentoo-x86 commit in dev-haskell/hunit: ChangeLog hunit-1.2.0.0.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-07-30 20:50 Lennart Kolmodin (kolmodin)
2008-10-03 23:46 Ferris McCormick (fmccor)
2007-12-13 17:24 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