Gentoo Archives: gentoo-commits

From: "Alexander Vershilov (qnikst)" <qnikst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/chell: chell-0.4.0.1.ebuild ChangeLog chell-0.4.ebuild
Date: Thu, 29 Jan 2015 20:36:27
Message-Id: 20150129203623.A90E9109CD@oystercatcher.gentoo.org
1 qnikst 15/01/29 20:36:23
2
3 Modified: ChangeLog
4 Added: chell-0.4.0.1.ebuild
5 Removed: chell-0.4.ebuild
6 Log:
7 dev-haskell/chell: update
8
9 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 76512BBA09DD3D53)
10
11 Revision Changes Path
12 1.5 dev-haskell/chell/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chell/ChangeLog?rev=1.5&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chell/ChangeLog?rev=1.5&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chell/ChangeLog?r1=1.4&r2=1.5
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/chell/ChangeLog,v
21 retrieving revision 1.4
22 retrieving revision 1.5
23 diff -u -r1.4 -r1.5
24 --- ChangeLog 2 Jan 2015 03:27:03 -0000 1.4
25 +++ ChangeLog 29 Jan 2015 20:36:23 -0000 1.5
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-haskell/chell
28 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell/ChangeLog,v 1.4 2015/01/02 03:27:03 gienah Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell/ChangeLog,v 1.5 2015/01/29 20:36:23 qnikst Exp $
31 +
32 +*chell-0.4.0.1 (29 Jan 2015)
33 +
34 + 29 Jan 2015; Alexander Vershilov <qnikst@g.o> +chell-0.4.0.1.ebuild,
35 + -chell-0.4.ebuild, -files/chell-0.4-ghc-7.10.patch:
36 + dev-haskell/chell: update
37
38 02 Jan 2015; Mark Wright <gienah@g.o> +files/chell-0.4-ghc-7.10.patch,
39 chell-0.4.ebuild:
40
41
42
43 1.1 dev-haskell/chell/chell-0.4.0.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chell/chell-0.4.0.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chell/chell-0.4.0.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: chell-0.4.0.1.ebuild
49 ===================================================================
50 # Copyright 1999-2015 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/chell/chell-0.4.0.1.ebuild,v 1.1 2015/01/29 20:36:23 qnikst Exp $
53
54 EAPI=5
55
56 # ebuild generated by hackport 0.4.4.9999
57
58 CABAL_FEATURES="lib profile haddock hoogle hscolour"
59 inherit haskell-cabal
60
61 DESCRIPTION="A simple and intuitive library for automated testing"
62 HOMEPAGE="https://john-millikin.com/software/chell/"
63 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
64
65 LICENSE="MIT"
66 SLOT="0/${PV}"
67 KEYWORDS="~amd64 ~x86"
68 IUSE="+color-output"
69
70 RDEPEND=">=dev-haskell/options-1.0:=[profile?] <dev-haskell/options-2.0:=[profile?]
71 >=dev-haskell/patience-0.1:=[profile?] <dev-haskell/patience-0.2:=[profile?]
72 >=dev-haskell/random-1.0:=[profile?]
73 dev-haskell/text:=[profile?]
74 >=dev-haskell/transformers-0.2:=[profile?]
75 >=dev-lang/ghc-7.4.1:=
76 color-output? ( >=dev-haskell/ansi-terminal-0.5:=[profile?] <dev-haskell/ansi-terminal-0.7:=[profile?] )
77 "
78 DEPEND="${RDEPEND}
79 >=dev-haskell/cabal-1.6
80 "
81
82 src_configure() {
83 haskell-cabal_src_configure \
84 $(cabal_flag color-output color-output)
85 }