public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/quickcheck: ChangeLog quickcheck-1.1.0.0.ebuild
@ 2007-12-20  2:38 Duncan Coutts (dcoutts)
  0 siblings, 0 replies; 6+ messages in thread
From: Duncan Coutts (dcoutts) @ 2007-12-20  2:38 UTC (permalink / raw
  To: gentoo-commits

dcoutts     07/12/20 02:38:21

  Modified:             ChangeLog
  Added:                quickcheck-1.1.0.0.ebuild
  Log:
  New version. Released with ghc-6.8 but works with ghc-6.6.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.27                 dev-haskell/quickcheck/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	16 Dec 2007 20:25:08 -0000	1.26
+++ ChangeLog	20 Dec 2007 02:38:20 -0000	1.27
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/quickcheck
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.26 2007/12/16 20:25:08 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.27 2007/12/20 02:38:20 dcoutts Exp $
+
+*quickcheck-1.1.0.0 (20 Dec 2007)
+
+  20 Dec 2007; Duncan Coutts <dcoutts@gentoo.org>
+  +quickcheck-1.1.0.0.ebuild:
+  New version. Released with ghc-6.8 but works with ghc-6.6.
 
   16 Dec 2007; Samuli Suominen <drac@gentoo.org> quickcheck-1.0.1.ebuild:
   amd64 stable wrt #201984



1.1                  dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild?rev=1.1&content-type=text/plain

Index: quickcheck-1.1.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/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.1 2007/12/20 02:38:20 dcoutts Exp $

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

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

DESCRIPTION="An automatic, specification based testing utility for Haskell programs"
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.6"

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



-- 
gentoo-commits@gentoo.org mailing list



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

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

maekke      08/07/06 20:29:25

  Modified:             ChangeLog quickcheck-1.1.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/quickcheck/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	20 Dec 2007 02:38:20 -0000	1.27
+++ ChangeLog	6 Jul 2008 20:29:25 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/quickcheck
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.27 2007/12/20 02:38:20 dcoutts Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.28 2008/07/06 20:29:25 maekke Exp $
+
+  06 Jul 2008; Markus Meier <maekke@gentoo.org> quickcheck-1.1.0.0.ebuild:
+  amd64/x86 stable, bug #230919
 
 *quickcheck-1.1.0.0 (20 Dec 2007)
 



1.2                  dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild?r1=1.1&r2=1.2

Index: quickcheck-1.1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quickcheck-1.1.0.0.ebuild	20 Dec 2007 02:38:20 -0000	1.1
+++ quickcheck-1.1.0.0.ebuild	6 Jul 2008 20:29:25 -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/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.1 2007/12/20 02:38:20 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.2 2008/07/06 20:29:25 maekke Exp $
 
 CABAL_FEATURES="lib profile haddock"
 CABAL_MIN_VERSION=1.2
@@ -15,7 +15,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.6"



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



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

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

fmccor      08/10/03 23:44:23

  Modified:             ChangeLog quickcheck-1.1.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/quickcheck/ChangeLog

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

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



1.4                  dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild

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

Index: quickcheck-1.1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- quickcheck-1.1.0.0.ebuild	15 Jul 2008 05:49:58 -0000	1.3
+++ quickcheck-1.1.0.0.ebuild	3 Oct 2008 23:44:23 -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/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.3 2008/07/15 05:49:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.4 2008/10/03 23:44:23 fmccor Exp $
 
 CABAL_FEATURES="lib profile haddock"
 CABAL_MIN_VERSION=1.2
@@ -15,7 +15,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.6"






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/quickcheck: ChangeLog quickcheck-1.1.0.0.ebuild
@ 2008-10-04 17:55 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2008-10-04 17:55 UTC (permalink / raw
  To: gentoo-commits

armin76     08/10/04 17:55:20

  Modified:             ChangeLog quickcheck-1.1.0.0.ebuild
  Log:
  alpha/ia64 stable
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.31                 dev-haskell/quickcheck/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	3 Oct 2008 23:44:23 -0000	1.30
+++ ChangeLog	4 Oct 2008 17:55:19 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/quickcheck
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.30 2008/10/03 23:44:23 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.31 2008/10/04 17:55:19 armin76 Exp $
+
+  04 Oct 2008; Raúl Porcel <armin76@gentoo.org> quickcheck-1.1.0.0.ebuild:
+  alpha/ia64 stable
 
   03 Oct 2008; Ferris McCormick <fmccor@gentoo.org>
   quickcheck-1.1.0.0.ebuild:



1.5                  dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild

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

Index: quickcheck-1.1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- quickcheck-1.1.0.0.ebuild	3 Oct 2008 23:44:23 -0000	1.4
+++ quickcheck-1.1.0.0.ebuild	4 Oct 2008 17:55:19 -0000	1.5
@@ -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/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.4 2008/10/03 23:44:23 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.5 2008/10/04 17:55:19 armin76 Exp $
 
 CABAL_FEATURES="lib profile haddock"
 CABAL_MIN_VERSION=1.2
@@ -15,7 +15,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.6"






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/quickcheck: ChangeLog quickcheck-1.1.0.0.ebuild
@ 2009-07-27 19:58 Lennart Kolmodin (kolmodin)
  0 siblings, 0 replies; 6+ messages in thread
From: Lennart Kolmodin (kolmodin) @ 2009-07-27 19:58 UTC (permalink / raw
  To: gentoo-commits

kolmodin    09/07/27 19:58:46

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

Revision  Changes    Path
1.33                 dev-haskell/quickcheck/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	19 Apr 2009 10:26:03 -0000	1.32
+++ ChangeLog	27 Jul 2009 19:58:46 -0000	1.33
@@ -1,6 +1,12 @@
 # ChangeLog for dev-haskell/quickcheck
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.32 2009/04/19 10:26:03 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.33 2009/07/27 19:58:46 kolmodin Exp $
+
+  27 Jul 2009; Lennart Kolmodin <kolmodin@gentoo.org>
+  +files/quickcheck-1.1.0.0-ghc-6.10-build-fix.patch,
+  quickcheck-1.1.0.0.ebuild:
+  Fix 1.1.0.0 (latest stable) to compile with ghc-6.10.x.
+  Patch by Sergei Trofimovich <slyfox@inbox.ru>.
 
 *quickcheck-1.2.0.0 (19 Apr 2009)
 



1.6                  dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild

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

Index: quickcheck-1.1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- quickcheck-1.1.0.0.ebuild	4 Oct 2008 17:55:19 -0000	1.5
+++ quickcheck-1.1.0.0.ebuild	27 Jul 2009 19:58:46 -0000	1.6
@@ -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/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.5 2008/10/04 17:55:19 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.6 2009/07/27 19:58:46 kolmodin Exp $
 
 CABAL_FEATURES="lib profile haddock"
 CABAL_MIN_VERSION=1.2
@@ -21,3 +21,5 @@
 DEPEND=">=dev-lang/ghc-6.6"
 
 S="${WORKDIR}/${MY_P}"
+
+PATCHES=("${FILESDIR}/${P}-*")






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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/quickcheck: ChangeLog quickcheck-1.1.0.0.ebuild
@ 2010-01-26 21:17 Lennart Kolmodin (kolmodin)
  0 siblings, 0 replies; 6+ messages in thread
From: Lennart Kolmodin (kolmodin) @ 2010-01-26 21:17 UTC (permalink / raw
  To: gentoo-commits

kolmodin    10/01/26 21:17:53

  Modified:             ChangeLog quickcheck-1.1.0.0.ebuild
  Log:
  Fix PATHES variable for dev-haskell/quickcheck, write explicit names.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-haskell/quickcheck/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	2 Jan 2010 12:30:44 -0000	1.34
+++ ChangeLog	26 Jan 2010 21:17:53 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/quickcheck
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.34 2010/01/02 12:30:44 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.35 2010/01/26 21:17:53 kolmodin Exp $
+
+  26 Jan 2010; <kolmodin@gentoo.org> quickcheck-1.1.0.0.ebuild:
+  Write explicit patch name in PATCHES variable.
 
   02 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
   quickcheck-1.2.0.0.ebuild:



1.7                  dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild

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

Index: quickcheck-1.1.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- quickcheck-1.1.0.0.ebuild	27 Jul 2009 19:58:46 -0000	1.6
+++ quickcheck-1.1.0.0.ebuild	26 Jan 2010 21:17:53 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.6 2009/07/27 19:58:46 kolmodin Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.1.0.0.ebuild,v 1.7 2010/01/26 21:17:53 kolmodin Exp $
 
 CABAL_FEATURES="lib profile haddock"
 CABAL_MIN_VERSION=1.2
@@ -22,4 +22,4 @@
 
 S="${WORKDIR}/${MY_P}"
 
-PATCHES=("${FILESDIR}/${P}-*")
+PATCHES=("${FILESDIR}/${P}-ghc-6.10-build-fix.patch")






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

end of thread, other threads:[~2010-01-26 21:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-03 23:44 [gentoo-commits] gentoo-x86 commit in dev-haskell/quickcheck: ChangeLog quickcheck-1.1.0.0.ebuild Ferris McCormick (fmccor)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-26 21:17 Lennart Kolmodin (kolmodin)
2009-07-27 19:58 Lennart Kolmodin (kolmodin)
2008-10-04 17:55 Raul Porcel (armin76)
2008-07-06 20:29 Markus Meier (maekke)
2007-12-20  2:38 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