public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-haskell/missingh: missingh-1.2.0.0.ebuild ChangeLog
@ 2012-11-18 11:48 Mark Wright (gienah)
  0 siblings, 0 replies; 6+ messages in thread
From: Mark Wright (gienah) @ 2012-11-18 11:48 UTC (permalink / raw
  To: gentoo-commits

gienah      12/11/18 11:48:41

  Modified:             ChangeLog
  Added:                missingh-1.2.0.0.ebuild
  Log:
  Bump missingh to 1.2.0.0
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 618E971F)

Revision  Changes    Path
1.22                 dev-haskell/missingh/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	13 Sep 2012 01:08:58 -0000	1.21
+++ ChangeLog	18 Nov 2012 11:48:41 -0000	1.22
@@ -1,6 +1,11 @@
 # ChangeLog for dev-haskell/missingh
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.21 2012/09/13 01:08:58 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.22 2012/11/18 11:48:41 gienah Exp $
+
+*missingh-1.2.0.0 (18 Nov 2012)
+
+  18 Nov 2012; Mark Wright <gienah@gentoo.org> +missingh-1.2.0.0.ebuild:
+  Bump missingh to 1.2.0.0
 
   13 Sep 2012; Mark Wright <gienah@gentoo.org>
   +files/missingh-1.1.1.0-ghc-7.6.patch, missingh-1.1.1.0.ebuild:



1.1                  dev-haskell/missingh/missingh-1.2.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?rev=1.1&content-type=text/plain

Index: missingh-1.2.0.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.1 2012/11/18 11:48:41 gienah Exp $

EAPI=5

# ebuild generated by hackport 0.3.9999

CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
inherit eutils haskell-cabal

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

DESCRIPTION="Large utility library"
HOMEPAGE="http://software.complete.org/missingh"
SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE="test"

# testpack dependency is a workaround for cabal-1.8 bug, which pulls
# depends even for 'Buildable: false' target
RDEPEND="dev-haskell/hslogger:=[profile?]
		dev-haskell/hunit:=[profile?]
		dev-haskell/mtl:=[profile?]
		dev-haskell/network:=[profile?]
		dev-haskell/parsec:=[profile?]
		dev-haskell/random:=[profile?]
		dev-haskell/regex-compat:=[profile?]
		dev-haskell/time:=[profile?]
		>=dev-lang/ghc-6.10.4:="
DEPEND=">=dev-haskell/cabal-1.2.3
		virtual/libiconv
		${RDEPEND}
		test? ( dev-haskell/testpack[profile?]
			dev-haskell/quickcheck:1[profile?]
			dev-haskell/hunit[profile?] )"

# libiconv is needed for the trick below to make it compile with ghc-6.12

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

src_prepare() {
	# (non-ASCII non-UTF-8 source breaks hscolour)
	cd src/System/Time
	mv ParseDate.hs ParseDate.hs.ISO-8859-1
	iconv -f ISO-8859-1 -t UTF-8 -c ParseDate.hs.ISO-8859-1 > ParseDate.hs || die "unable to recode ParseDate.hs to UTF-8"
}

src_configure() {
	cabal_src_configure $(cabal_flag test buildtests)
}

src_test() {
	# default tests
	haskell-cabal_src_test || die "cabal test failed"

	# built custom tests
	"${S}/dist/build/runtests/runtests" || die "unit tests failed"
}

src_install() {
	cabal_src_install

	# if tests were enabled, make sure the unit test driver is deleted
	rm -f "${D}/usr/bin/runtests"
}





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/missingh: missingh-1.2.0.0.ebuild ChangeLog
@ 2012-12-06 22:54 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2012-12-06 22:54 UTC (permalink / raw
  To: gentoo-commits

slyfox      12/12/06 22:54:59

  Modified:             missingh-1.2.0.0.ebuild ChangeLog
  Log:
  Get rid of 'dev-haskell/time' depend as it's a ghc's core library.
  
  (Portage version: 2.2.0_alpha144_p3/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.2                  dev-haskell/missingh/missingh-1.2.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?r1=1.1&r2=1.2

Index: missingh-1.2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- missingh-1.2.0.0.ebuild	18 Nov 2012 11:48:41 -0000	1.1
+++ missingh-1.2.0.0.ebuild	6 Dec 2012 22:54:59 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.1 2012/11/18 11:48:41 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.2 2012/12/06 22:54:59 slyfox Exp $
 
 EAPI=5
 
@@ -30,7 +30,6 @@
 		dev-haskell/parsec:=[profile?]
 		dev-haskell/random:=[profile?]
 		dev-haskell/regex-compat:=[profile?]
-		dev-haskell/time:=[profile?]
 		>=dev-lang/ghc-6.10.4:="
 DEPEND=">=dev-haskell/cabal-1.2.3
 		virtual/libiconv



1.23                 dev-haskell/missingh/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	18 Nov 2012 11:48:41 -0000	1.22
+++ ChangeLog	6 Dec 2012 22:54:59 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/missingh
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.22 2012/11/18 11:48:41 gienah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.23 2012/12/06 22:54:59 slyfox Exp $
+
+  06 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> missingh-1.2.0.0.ebuild:
+  Get rid of 'dev-haskell/time' depend as it's a ghc's core library.
 
 *missingh-1.2.0.0 (18 Nov 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/missingh: missingh-1.2.0.0.ebuild ChangeLog
@ 2013-03-25 20:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-25 20:25 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/25 20:25:05

  Modified:             missingh-1.2.0.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #456502
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-haskell/missingh/missingh-1.2.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?r1=1.2&r2=1.3

Index: missingh-1.2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- missingh-1.2.0.0.ebuild	6 Dec 2012 22:54:59 -0000	1.2
+++ missingh-1.2.0.0.ebuild	25 Mar 2013 20:25:05 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.2 2012/12/06 22:54:59 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.3 2013/03/25 20:25:05 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc ~x86"
 IUSE="test"
 
 # testpack dependency is a workaround for cabal-1.8 bug, which pulls



1.24                 dev-haskell/missingh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	6 Dec 2012 22:54:59 -0000	1.23
+++ ChangeLog	25 Mar 2013 20:25:05 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/missingh
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.23 2012/12/06 22:54:59 slyfox Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.24 2013/03/25 20:25:05 ago Exp $
+
+  25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> missingh-1.2.0.0.ebuild:
+  Stable for amd64, wrt bug #456502
 
   06 Dec 2012; Sergei Trofimovich <slyfox@gentoo.org> missingh-1.2.0.0.ebuild:
   Get rid of 'dev-haskell/time' depend as it's a ghc's core library.





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/missingh: missingh-1.2.0.0.ebuild ChangeLog
@ 2013-03-25 20:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-25 20:44 UTC (permalink / raw
  To: gentoo-commits

ago         13/03/25 20:44:55

  Modified:             missingh-1.2.0.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #456502
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-haskell/missingh/missingh-1.2.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?r1=1.3&r2=1.4

Index: missingh-1.2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- missingh-1.2.0.0.ebuild	25 Mar 2013 20:25:05 -0000	1.3
+++ missingh-1.2.0.0.ebuild	25 Mar 2013 20:44:55 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.3 2013/03/25 20:25:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.4 2013/03/25 20:44:55 ago Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~sparc ~x86"
+KEYWORDS="amd64 ~sparc x86"
 IUSE="test"
 
 # testpack dependency is a workaround for cabal-1.8 bug, which pulls



1.25                 dev-haskell/missingh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	25 Mar 2013 20:25:05 -0000	1.24
+++ ChangeLog	25 Mar 2013 20:44:55 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/missingh
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.24 2013/03/25 20:25:05 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.25 2013/03/25 20:44:55 ago Exp $
+
+  25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> missingh-1.2.0.0.ebuild:
+  Stable for x86, wrt bug #456502
 
   25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> missingh-1.2.0.0.ebuild:
   Stable for amd64, wrt bug #456502





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/missingh: missingh-1.2.0.0.ebuild ChangeLog
@ 2013-07-21 17:49 Christoph Junghans (ottxor)
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Junghans (ottxor) @ 2013-07-21 17:49 UTC (permalink / raw
  To: gentoo-commits

ottxor      13/07/21 17:49:41

  Modified:             missingh-1.2.0.0.ebuild ChangeLog
  Log:
  added ~amd64-linux (tested by me)
  
  (Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C2000586)

Revision  Changes    Path
1.5                  dev-haskell/missingh/missingh-1.2.0.0.ebuild

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

Index: missingh-1.2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- missingh-1.2.0.0.ebuild	25 Mar 2013 20:44:55 -0000	1.4
+++ missingh-1.2.0.0.ebuild	21 Jul 2013 17:49:41 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.4 2013/03/25 20:44:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.5 2013/07/21 17:49:41 ottxor Exp $
 
 EAPI=5
 
@@ -18,7 +18,7 @@
 
 LICENSE="BSD"
 SLOT="0/${PV}"
-KEYWORDS="amd64 ~sparc x86"
+KEYWORDS="amd64 ~sparc x86 ~amd64-linux"
 IUSE="test"
 
 # testpack dependency is a workaround for cabal-1.8 bug, which pulls



1.27                 dev-haskell/missingh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	19 Jun 2013 06:18:53 -0000	1.26
+++ ChangeLog	21 Jul 2013 17:49:41 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/missingh
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.26 2013/06/19 06:18:53 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.27 2013/07/21 17:49:41 ottxor Exp $
+
+  21 Jul 2013; Christoph Junghans <ottxor@gentoo.org> missingh-1.2.0.0.ebuild:
+  added ~amd64-linux (tested by me)
 
   19 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org>
   -files/missingh-1.1.1.0-ghc-7.6.patch, -missingh-1.1.1.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-haskell/missingh: missingh-1.2.0.0.ebuild ChangeLog
@ 2013-07-27 21:16 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 6+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2013-07-27 21:16 UTC (permalink / raw
  To: gentoo-commits

slyfox      13/07/27 21:16:54

  Modified:             missingh-1.2.0.0.ebuild ChangeLog
  Log:
  Allow dev-haskell/quickcheck:2 in tests as well.
  
  (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.6                  dev-haskell/missingh/missingh-1.2.0.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?r1=1.5&r2=1.6

Index: missingh-1.2.0.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- missingh-1.2.0.0.ebuild	21 Jul 2013 17:49:41 -0000	1.5
+++ missingh-1.2.0.0.ebuild	27 Jul 2013 21:16:54 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.5 2013/07/21 17:49:41 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v 1.6 2013/07/27 21:16:54 slyfox Exp $
 
 EAPI=5
 
@@ -35,7 +35,7 @@
 		virtual/libiconv
 		${RDEPEND}
 		test? ( dev-haskell/testpack[profile?]
-			dev-haskell/quickcheck:1[profile?]
+			dev-haskell/quickcheck[profile?]
 			dev-haskell/hunit[profile?] )"
 
 # libiconv is needed for the trick below to make it compile with ghc-6.12
@@ -43,6 +43,8 @@
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
+	CABAL_FILE=${MY_PN}.cabal cabal_chdeps \
+		'QuickCheck >= 1.0 && <2.0' 'QuickCheck'
 	# (non-ASCII non-UTF-8 source breaks hscolour)
 	cd src/System/Time
 	mv ParseDate.hs ParseDate.hs.ISO-8859-1



1.28                 dev-haskell/missingh/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	21 Jul 2013 17:49:41 -0000	1.27
+++ ChangeLog	27 Jul 2013 21:16:54 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for dev-haskell/missingh
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.27 2013/07/21 17:49:41 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.28 2013/07/27 21:16:54 slyfox Exp $
+
+  27 Jul 2013; Sergei Trofimovich <slyfox@gentoo.org> missingh-1.2.0.0.ebuild:
+  Allow dev-haskell/quickcheck:2 in tests as well.
 
   21 Jul 2013; Christoph Junghans <ottxor@gentoo.org> missingh-1.2.0.0.ebuild:
   added ~amd64-linux (tested by me)





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

end of thread, other threads:[~2013-07-27 21:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-27 21:16 [gentoo-commits] gentoo-x86 commit in dev-haskell/missingh: missingh-1.2.0.0.ebuild ChangeLog Sergei Trofimovich (slyfox)
  -- strict thread matches above, loose matches on Subject: below --
2013-07-21 17:49 Christoph Junghans (ottxor)
2013-03-25 20:44 Agostino Sarubbo (ago)
2013-03-25 20:25 Agostino Sarubbo (ago)
2012-12-06 22:54 Sergei Trofimovich (slyfox)
2012-11-18 11:48 Mark Wright (gienah)

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