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/chasingbottoms: chasingbottoms-1.3.0.7-r3.ebuild ChangeLog
Date: Wed, 02 Jul 2014 05:58:23
Message-Id: 20140702055817.ACEEF2004E@flycatcher.gentoo.org
1 gienah 14/07/02 05:58:17
2
3 Modified: ChangeLog
4 Added: chasingbottoms-1.3.0.7-r3.ebuild
5 Log:
6 Patch chasingbottoms-1.3.0.7-r3 to allow quickcheck-2.7
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
9
10 Revision Changes Path
11 1.9 dev-haskell/chasingbottoms/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 14 Jan 2014 13:57:04 -0000 1.8
24 +++ ChangeLog 2 Jul 2014 05:58:17 -0000 1.9
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-haskell/chasingbottoms
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog,v 1.8 2014/01/14 13:57:04 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog,v 1.9 2014/07/02 05:58:17 gienah Exp $
30 +
31 +*chasingbottoms-1.3.0.7-r3 (02 Jul 2014)
32 +
33 + 02 Jul 2014; Mark Wright <gienah@g.o>
34 + +chasingbottoms-1.3.0.7-r3.ebuild,
35 + +files/chasingbottoms-1.3.0.7-quickcheck-2.7.patch:
36 + Patch chasingbottoms-1.3.0.7-r3 to allow quickcheck-2.7
37
38 14 Jan 2014; Agostino Sarubbo <ago@g.o> chasingbottoms-1.3.0.7.ebuild:
39 Stable for x86, wrt bug #495374
40
41
42
43 1.1 dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7-r3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7-r3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7-r3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: chasingbottoms-1.3.0.7-r3.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.7-r3.ebuild,v 1.1 2014/07/02 05:58:17 gienah Exp $
53
54 EAPI=5
55
56 # ebuild generated by hackport 0.3.4.9999
57
58 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
59 inherit base haskell-cabal
60
61 MY_PN="ChasingBottoms"
62 MY_P="${MY_PN}-${PV}"
63
64 DESCRIPTION="For testing partial and infinite values."
65 HOMEPAGE="http://hackage.haskell.org/package/ChasingBottoms"
66 SRC_URI="mirror://hackage/packages/archive/${MY_PN}/${PV}/${MY_P}.tar.gz"
67
68 LICENSE="MIT"
69 SLOT="0/${PV}"
70 KEYWORDS="~amd64 ~x86"
71 IUSE="test"
72
73 RDEPEND=">=dev-haskell/mtl-1.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
74 >=dev-haskell/quickcheck-2.1:2=[profile?] <dev-haskell/quickcheck-2.8:2=[profile?]
75 >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.1:=[profile?]
76 >=dev-haskell/syb-0.1.0.2:=[profile?] <dev-haskell/syb-0.5:=[profile?]
77 >=dev-lang/ghc-6.12.1:=
78 "
79 DEPEND="${RDEPEND}
80 >=dev-haskell/cabal-1.8.0.2
81 "
82
83 S="${WORKDIR}/${MY_P}"
84
85 PATCHES=("${FILESDIR}/${PN}-1.3.0.7-quickcheck-2.7.patch")
86
87 src_configure() {
88 haskell-cabal_src_configure \
89 $(cabal_flag test build-tests)
90 }