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/chasingbottoms: chasingbottoms-1.3.0.13.ebuild ChangeLog
Date: Sun, 26 Jul 2015 14:03:20
Message-Id: 20150726140308.1A9A5ED@oystercatcher.gentoo.org
1 slyfox 15/07/26 14:03:08
2
3 Modified: ChangeLog
4 Added: chasingbottoms-1.3.0.13.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
9
10 Revision Changes Path
11 1.15 dev-haskell/chasingbottoms/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 4 Apr 2015 09:11:09 -0000 1.14
24 +++ ChangeLog 26 Jul 2015 14:03:08 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-haskell/chasingbottoms
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog,v 1.14 2015/04/04 09:11:09 gienah Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/ChangeLog,v 1.15 2015/07/26 14:03:08 slyfox Exp $
30 +
31 +*chasingbottoms-1.3.0.13 (26 Jul 2015)
32 +
33 + 26 Jul 2015; Sergei Trofimovich <slyfox@g.o>
34 + +chasingbottoms-1.3.0.13.ebuild:
35 + Version bump.
36
37 *chasingbottoms-1.3.0.11-r1 (04 Apr 2015)
38
39
40
41
42 1.1 dev-haskell/chasingbottoms/chasingbottoms-1.3.0.13.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.13.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.13.ebuild?rev=1.1&content-type=text/plain
46
47 Index: chasingbottoms-1.3.0.13.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/chasingbottoms/chasingbottoms-1.3.0.13.ebuild,v 1.1 2015/07/26 14:03:08 slyfox Exp $
52
53 EAPI=5
54
55 # ebuild generated by hackport 0.4.5.9999
56 #hackport: flags: -build-tests
57
58 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
59 inherit 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=""
72
73 RESTRICT=test # takes a lot
74
75 RDEPEND=">=dev-haskell/mtl-1.1:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
76 >=dev-haskell/quickcheck-2.1:2=[profile?] <dev-haskell/quickcheck-2.9:2=[profile?]
77 >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.2:=[profile?]
78 >=dev-haskell/syb-0.1.0.2:=[profile?] <dev-haskell/syb-0.6:=[profile?]
79 >=dev-lang/ghc-7.4.1:=
80 "
81 DEPEND="${RDEPEND}
82 >=dev-haskell/cabal-1.9.2
83 "
84
85 S="${WORKDIR}/${MY_P}"
86
87 src_configure() {
88 haskell-cabal_src_configure \
89 --flag=-build-tests
90 }