Gentoo Archives: gentoo-commits

From: "Mark Wright (gienah)" <gienah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/chell: chell-0.4.ebuild ChangeLog
Date: Fri, 02 Jan 2015 03:27:08
Message-Id: 20150102032704.04259EAEB@oystercatcher.gentoo.org
1 gienah 15/01/02 03:27:04
2
3 Modified: chell-0.4.ebuild ChangeLog
4 Log:
5 Patch chell-0.4 for ghc 7.10
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
8
9 Revision Changes Path
10 1.3 dev-haskell/chell/chell-0.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chell/chell-0.4.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chell/chell-0.4.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chell/chell-0.4.ebuild?r1=1.2&r2=1.3
15
16 Index: chell-0.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/chell/chell-0.4.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- chell-0.4.ebuild 25 Jul 2014 09:16:26 -0000 1.2
23 +++ chell-0.4.ebuild 2 Jan 2015 03:27:03 -0000 1.3
24 @@ -1,13 +1,13 @@
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/chell/chell-0.4.ebuild,v 1.2 2014/07/25 09:16:26 slyfox Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell/chell-0.4.ebuild,v 1.3 2015/01/02 03:27:03 gienah Exp $
30
31 EAPI=5
32
33 # ebuild generated by hackport 0.3.6.9999
34
35 CABAL_FEATURES="lib profile haddock hoogle hscolour"
36 -inherit haskell-cabal
37 +inherit base haskell-cabal
38
39 DESCRIPTION="A simple and intuitive library for automated testing"
40 HOMEPAGE="https://john-millikin.com/software/chell/"
41 @@ -30,6 +30,8 @@
42 >=dev-haskell/cabal-1.6.0.3
43 "
44
45 +PATCHES=("${FILESDIR}/${PN}-0.4-ghc-7.10.patch")
46 +
47 src_configure() {
48 haskell-cabal_src_configure \
49 $(cabal_flag color-output color-output)
50
51
52
53 1.4 dev-haskell/chell/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chell/ChangeLog?rev=1.4&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chell/ChangeLog?rev=1.4&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chell/ChangeLog?r1=1.3&r2=1.4
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/chell/ChangeLog,v
62 retrieving revision 1.3
63 retrieving revision 1.4
64 diff -u -r1.3 -r1.4
65 --- ChangeLog 25 Jul 2014 09:16:26 -0000 1.3
66 +++ ChangeLog 2 Jan 2015 03:27:03 -0000 1.4
67 @@ -1,6 +1,10 @@
68 # ChangeLog for dev-haskell/chell
69 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell/ChangeLog,v 1.3 2014/07/25 09:16:26 slyfox Exp $
71 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell/ChangeLog,v 1.4 2015/01/02 03:27:03 gienah Exp $
73 +
74 + 02 Jan 2015; Mark Wright <gienah@g.o> +files/chell-0.4-ghc-7.10.patch,
75 + chell-0.4.ebuild:
76 + Patch chell-0.4 for ghc 7.10
77
78 25 Jul 2014; Sergei Trofimovich <slyfox@g.o> chell-0.4.ebuild:
79 Drop trailing '.' from description.