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/tasty: tasty-0.7.ebuild ChangeLog
Date: Sun, 02 Aug 2015 11:05:47
Message-Id: 20150802110541.CFC76111@oystercatcher.gentoo.org
1 slyfox 15/08/02 11:05:41
2
3 Modified: tasty-0.7.ebuild ChangeLog
4 Log:
5 Drop dev-haskell/deepseq depend. ghc bundles it for a long while and we are using that version.
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
8
9 Revision Changes Path
10 1.2 dev-haskell/tasty/tasty-0.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild?r1=1.1&r2=1.2
15
16 Index: tasty-0.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- tasty-0.7.ebuild 12 Mar 2014 20:55:33 -0000 1.1
23 +++ tasty-0.7.ebuild 2 Aug 2015 11:05:41 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild,v 1.1 2014/03/12 20:55:33 qnikst Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/tasty-0.7.ebuild,v 1.2 2015/08/02 11:05:41 slyfox Exp $
30
31 EAPI=5
32
33 @@ -18,8 +18,7 @@
34 KEYWORDS="~amd64 ~x86"
35 IUSE="+colors"
36
37 -RDEPEND=">=dev-haskell/deepseq-1.3:=[profile?]
38 - >=dev-haskell/either-4.0:=[profile?]
39 +RDEPEND=">=dev-haskell/either-4.0:=[profile?]
40 dev-haskell/mtl:=[profile?]
41 >=dev-haskell/optparse-applicative-0.6:=[profile?]
42 >=dev-haskell/regex-tdfa-1.1.8:=[profile?]
43
44
45
46 1.11 dev-haskell/tasty/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/ChangeLog?rev=1.11&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/ChangeLog?rev=1.11&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/tasty/ChangeLog?r1=1.10&r2=1.11
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/tasty/ChangeLog,v
55 retrieving revision 1.10
56 retrieving revision 1.11
57 diff -u -r1.10 -r1.11
58 --- ChangeLog 17 Jul 2015 09:22:38 -0000 1.10
59 +++ ChangeLog 2 Aug 2015 11:05:41 -0000 1.11
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-haskell/tasty
62 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/ChangeLog,v 1.10 2015/07/17 09:22:38 gienah Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/tasty/ChangeLog,v 1.11 2015/08/02 11:05:41 slyfox Exp $
65 +
66 + 02 Aug 2015; Sergei Trofimovich <slyfox@g.o> tasty-0.7.ebuild:
67 + Drop dev-haskell/deepseq depend. ghc bundles it for a long while and we are
68 + using that version.
69
70 *tasty-0.10.1.2 (17 Jul 2015)