Gentoo Archives: gentoo-commits

From: "Sergei Trofimovich (slyfox)" <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/missingh: missingh-1.2.0.0.ebuild ChangeLog
Date: Sat, 27 Jul 2013 21:17:00
Message-Id: 20130727211654.C13DB2171C@flycatcher.gentoo.org
1 slyfox 13/07/27 21:16:54
2
3 Modified: missingh-1.2.0.0.ebuild ChangeLog
4 Log:
5 Allow dev-haskell/quickcheck:2 in tests as well.
6
7 (Portage version: 2.2.0_alpha190/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.6 dev-haskell/missingh/missingh-1.2.0.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?rev=1.6&view=markup
13 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
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild?r1=1.5&r2=1.6
15
16 Index: missingh-1.2.0.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/missingh-1.2.0.0.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- missingh-1.2.0.0.ebuild 21 Jul 2013 17:49:41 -0000 1.5
23 +++ missingh-1.2.0.0.ebuild 27 Jul 2013 21:16:54 -0000 1.6
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $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 $
28 +# $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 $
29
30 EAPI=5
31
32 @@ -35,7 +35,7 @@
33 virtual/libiconv
34 ${RDEPEND}
35 test? ( dev-haskell/testpack[profile?]
36 - dev-haskell/quickcheck:1[profile?]
37 + dev-haskell/quickcheck[profile?]
38 dev-haskell/hunit[profile?] )"
39
40 # libiconv is needed for the trick below to make it compile with ghc-6.12
41 @@ -43,6 +43,8 @@
42 S="${WORKDIR}/${MY_P}"
43
44 src_prepare() {
45 + CABAL_FILE=${MY_PN}.cabal cabal_chdeps \
46 + 'QuickCheck >= 1.0 && <2.0' 'QuickCheck'
47 # (non-ASCII non-UTF-8 source breaks hscolour)
48 cd src/System/Time
49 mv ParseDate.hs ParseDate.hs.ISO-8859-1
50
51
52
53 1.28 dev-haskell/missingh/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.28&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?rev=1.28&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/missingh/ChangeLog?r1=1.27&r2=1.28
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v
62 retrieving revision 1.27
63 retrieving revision 1.28
64 diff -u -r1.27 -r1.28
65 --- ChangeLog 21 Jul 2013 17:49:41 -0000 1.27
66 +++ ChangeLog 27 Jul 2013 21:16:54 -0000 1.28
67 @@ -1,6 +1,9 @@
68 # ChangeLog for dev-haskell/missingh
69 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.27 2013/07/21 17:49:41 ottxor Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/missingh/ChangeLog,v 1.28 2013/07/27 21:16:54 slyfox Exp $
72 +
73 + 27 Jul 2013; Sergei Trofimovich <slyfox@g.o> missingh-1.2.0.0.ebuild:
74 + Allow dev-haskell/quickcheck:2 in tests as well.
75
76 21 Jul 2013; Christoph Junghans <ottxor@g.o> missingh-1.2.0.0.ebuild:
77 added ~amd64-linux (tested by me)